William Desportes
dd915776f2
Convert "Filter rows" on central columns to Bootstrap
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-19 19:45:02 +01:00
William Desportes
b820730f84
Fix PR #17906 on master branch
...
Pull-request: #17906
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-19 19:31:41 +01:00
William Desportes
a60437f04a
Merge branch 'QA_5_2'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-19 19:09:44 +01:00
William Desportes
46c44e77a7
Add a ChangeLog entry for #17482
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-19 19:07:23 +01:00
William Desportes
d3f68df5e2
Fix "Enable foreign key checks" on metro theme spacing to the checkbox
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-19 19:07:00 +01:00
William Desportes
7fb122ac27
Merge #17906 - Fix #17482 - default to "Full texts" when running explain statements
...
Fixes : #17482
Pull-request: #17906
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-19 19:05:44 +01:00
William Desportes
5afd74a205
Merge branch 'QA_5_2'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-19 18:45:12 +01:00
Maurício Meneghini Fauth
3ec0a92a0b
Improve type inference of getCurrentUserAndHost()
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-19 13:05:23 -03:00
Maurício Meneghini Fauth
3c26a938cb
Add better type inference for DatabaseInterface::$links
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-18 21:36:38 -03:00
Maurício Meneghini Fauth
955ad4a5b9
Merge pull request #17905 from MauricioFauth/session-exception
...
Replace exit with exception in Session class
2022-11-18 14:13:38 -03:00
iifawzi
706c08a419
Adding PMA_TOKEN to the session
...
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 18:14:35 +02:00
iifawzi
669e30a9ce
Adding PMA_TOKEN to the session
...
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 18:02:05 +02:00
iifawzi
9176475833
updating the sql-parser hash to point to include last updates
...
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 17:48:10 +02:00
iifawzi
5207fcdb68
phpcbf fixing trailing whitespaces
...
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 17:07:46 +02:00
iifawzi
b7bf83c24c
Default to "Full texts" when running ANALYZE
...
Signed-off-by: iifawzi <iifawzie@gmail.com>
2022-11-18 17:00:10 +02:00
Kristijan Fremen Velkovski
bbdcba0b5e
Translated using Weblate (Macedonian)
...
Currently translated at 21.4% (736 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-11-18 13:59:50 +01:00
Kristijan Fremen Velkovski
39e52ea6fc
Translated using Weblate (Macedonian)
...
Currently translated at 21.5% (736 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-11-18 13:59:45 +01:00
Kristijan Fremen Velkovski
02a08cee31
Translated using Weblate (Macedonian)
...
Currently translated at 21.1% (726 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-11-18 04:48:19 +01:00
Kristijan Fremen Velkovski
aaee049e59
Translated using Weblate (Macedonian)
...
Currently translated at 21.2% (726 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-11-18 04:47:44 +01:00
Maurício Meneghini Fauth
6122dfd0be
Replace exit with exception in Session class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-17 22:06:51 -03:00
Maurício Meneghini Fauth
a5dd1b6b4c
Merge pull request #17901 from MauricioFauth/auth-plugin
...
Refactor authentication plugin creation
2022-11-17 14:08:09 -03:00
William Desportes
9a8452735c
Switch to sql-parser dev-master version before it is released
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-17 13:22:06 +01:00
Maurício Meneghini Fauth
a2a3f6d26d
Create a factory for auth plugin creation
...
Extracts the factory method from the Plugins class into a new class.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-16 19:32:10 -03:00
Maurício Meneghini Fauth
0379fcc385
Remove the auth_plugin global variable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-16 16:51:22 -03:00
Maurício Meneghini Fauth
a6b7e5ef28
Remove exit construct from Plugins::getAuthPlugin()
...
Throws exception for invalid auth plugin instead of exiting.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-16 16:25:51 -03:00
Maurício Meneghini Fauth
561d9ca705
Remove containerBuilder global variable from Common class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-16 11:41:08 -03:00
William Desportes
974b716eb4
Add a ChangeLog entry for df42048cad
...
Ref: df42048cad605547bbd86a56905e8638abf0af4b
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-16 14:40:15 +01:00
William Desportes
027171169e
Fix PHP error on adding new column on create table form
...
```
Internal error in ./templates/columns_definitions/column_attributes.twig#218
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated").
```
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-16 14:39:53 +01:00
Maurício Meneghini Fauth
b783681a8b
Remove Config::fatalErrorHandler() method
...
Since there is an error handler register already, error_get_last is
always empty.
Also adds a try-catch to catch exceptions from the config file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-16 10:27:18 -03:00
William Desportes
9fd401c8c9
Add a ChangeLog entry for #17606
...
Ref: #17899
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-16 11:25:55 +01:00
Maurício Meneghini Fauth
ad5e2abdab
Throw ConfigException for some Config errors
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-15 19:03:01 -03:00
Maurício Meneghini Fauth
8228122cdb
Merge pull request #17897 from MauricioFauth/config-load
...
Extract config load and check from Config's constructor
2022-11-15 14:51:39 -03:00
Maurício Meneghini Fauth
e5cbbcadb2
Fix Console toolbar blocking click events when collapsed
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-15 14:48:22 -03:00
Maurício Meneghini Fauth
b2eb6bf4c9
Extract config load and check from Config's constructor
...
This allows better handling of the user's config loading and validation.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-15 13:20:13 -03:00
Olivier Humbert
d238f2ee6c
Translated using Weblate (French)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2022-11-14 17:48:21 +01:00
Maurício Meneghini Fauth
40e44c0001
Merge pull request #17894 from MauricioFauth/dblist-global-removal
...
Remove the `dblist` global variable
2022-11-14 13:32:47 -03:00
William Desportes
c08b4a78f3
Merge branch 'QA_5_2'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-14 14:26:16 +01:00
William Desportes
1bf31e5b7c
Add a ChangeLog entry for #17892
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-14 14:25:36 +01:00
William Desportes
1f2af424af
Fix #17892 - Closing index edit modal and reopening causes it to fire twice
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-14 14:24:45 +01:00
William Desportes
f89cb7050a
Add sodium to the extension list on the main page
...
It has a polyfill and would be nice to know that it is installed
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-14 14:24:44 +01:00
dingo thirteen
163deabc9d
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3418 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2022-11-14 12:47:46 +01:00
Kristijan Fremen Velkovski
37793f0961
Translated using Weblate (Macedonian)
...
Currently translated at 20.8% (714 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-11-14 12:47:45 +01:00
Maurício Meneghini Fauth
d0d90551c3
Remove the dblist global variable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-13 21:08:00 -03:00
Domen
0eded7bb43
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2022-11-13 17:26:43 +01:00
Kristijan Fremen Velkovski
ddb5a9629f
Translated using Weblate (Macedonian)
...
Currently translated at 20.7% (714 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-11-13 17:26:42 +01:00
William Desportes
686e59614b
Translated using Weblate (French)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-13 17:26:42 +01:00
dingo thirteen
fa0206a841
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2022-11-13 17:26:41 +01:00
Luis Méndez Alejo
f29c38f611
Translated using Weblate (Spanish)
...
Currently translated at 99.9% (3433 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: Luis Méndez Alejo <gnumax@gmail.com>
2022-11-13 17:26:40 +01:00
Burak Yavuz
ad3e56320d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2022-11-13 17:26:39 +01:00
Maurício Meneghini Fauth
5bb6b42868
Merge pull request #17891 from MauricioFauth/frontend-workflow
...
Add Actions workflow for JS/CSS lint and test
2022-11-13 12:39:13 -03:00