Commit Graph

125424 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
d8ca5a4227
Improve type inference of some JS functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-31 20:38:49 -03:00
Maurício Meneghini Fauth
8d968c66c7
Fix some JS doc issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-31 16:15:08 -03:00
Maurício Meneghini Fauth
eb1ba4c90c
Merge pull request #18050 from kamil-tekiela/Twig-whitespace
Remove newlines in Twig
2023-01-31 13:43:54 -03:00
Maurício Meneghini Fauth
6303a23dd4
Extract Functions.on() into a module
This removes the last circular dependency.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-31 12:47:21 -03:00
Maurício Meneghini Fauth
7a324fd6d7
Extract Navigation.onload() into a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-31 12:06:30 -03:00
Kristijan Fremen Velkovski
2229b964b2
Translated using Weblate (Macedonian)
Currently translated at 26.0% (895 of 3442 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>
2023-01-31 03:39:28 +01:00
Maurício Meneghini Fauth
88025a6d84
Extract Functions.formatDateTime() to a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-30 21:41:01 -03:00
Maurício Meneghini Fauth
648ee27492
Extract Config.isStorageSupported() to a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-30 20:42:29 -03:00
Maurício Meneghini Fauth
a90229f2d2
Extract Functions.mainMenuResizerCallback() to a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-30 20:03:21 -03:00
Kamil Tekiela
5f009765ca Remove newlines in Twig
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-30 22:31:51 +00:00
Maurício Meneghini Fauth
ace3fe6771
Extract Functions.checkIndexName() to a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-30 17:23:17 -03:00
Maurício Meneghini Fauth
e7c7e6eed8
Extract Indexed.checkIndexType() to a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-30 13:06:33 -03:00
Hosted Weblate
b4b43e3f76
Merge branch 'origin/master' into Weblate.
[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/
2023-01-29 01:21:09 +01:00
Kristijan Fremen Velkovski
cc4e571045
Translated using Weblate (Macedonian)
Currently translated at 25.8% (889 of 3442 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>
2023-01-29 01:21:08 +01:00
phpMyAdmin bot
05379c36f7 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2023-01-29 00:20:19 +00:00
Kamil Tekiela
f7524fd3b9
Minor code refactoring of Privileges.php (#17993)
* Small fixes
* Replace escapeString with quoteString
This also fixes bug with $_POST['old_username'].
* Add userExists() method
* Merge if statements
* Use ServerRequest for $initial
* Extract getExportPageTitle from getExportUserDefinitionTextarea
* Update baselines
* Complete redesign of getCurrentAuthenticationPlugin()
* Add method getEmptyUserNotice()
* Remove redundant variable sets and unsets
* Add method checkStructureOfPrivilegeTable()
* Remove testGetHtmlForViewUsersError()
* Privatize getAddUserHtmlFieldset
* Improve tests for mysql.user table checks

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-28 20:40:30 -03:00
Maurício Meneghini Fauth
1ec3868265
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-28 14:45:42 -03:00
Maurício Meneghini Fauth
1a81122650
Fix Psalm error related to TEST_PATH constant
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-28 14:37:51 -03:00
Maurício Meneghini Fauth
0926ddf864
Merge pull request #18044 from kamil-tekiela/Fix-incomplete-test
Fix incomplete test after previous PR
2023-01-28 13:46:13 -03:00
Maurício Meneghini Fauth
47f1d677b3
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-28 13:09:51 -03:00
Kamil Tekiela
78de670d61 Fix incomplete test after previous PR
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-28 14:01:26 +00:00
William Desportes
7ec4ea0e66
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-28 09:18:56 +01:00
William Desportes
826ca21e78
Add a group for tests that require ext-xdebug and do not run well on Debian
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-28 09:11:01 +01:00
Kristijan Fremen Velkovski
f9f00ae97d
Translated using Weblate (Macedonian)
Currently translated at 25.6% (878 of 3427 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>
2023-01-28 08:50:48 +01:00
Kristijan Fremen Velkovski
687d4db40d
Translated using Weblate (Macedonian)
Currently translated at 25.6% (883 of 3442 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>
2023-01-28 08:50:39 +01:00
liviuconcioiu
fdf77defa4
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (3418 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/zh_Hans/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:53:55 +01:00
Domen
138843e8b1
Translated using Weblate (Slovenian)
Currently translated at 99.8% (3422 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2023-01-28 04:53:54 +01:00
liviuconcioiu
8917bad2e4
Translated using Weblate (Romanian)
Currently translated at 91.7% (3144 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ro/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:53:54 +01:00
dingo thirteen
4c5eb14836
Translated using Weblate (Dutch)
Currently translated at 100.0% (3427 of 3427 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>
2023-01-28 04:53:53 +01:00
Kristijan Fremen Velkovski
79d00d881b
Translated using Weblate (Macedonian)
Currently translated at 25.5% (877 of 3427 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>
2023-01-28 04:53:52 +01:00
liviuconcioiu
d8bcd4fa0b
Translated using Weblate (Estonian)
Currently translated at 99.7% (3418 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/et/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:53:51 +01:00
liviuconcioiu
4ae42b2436
Translated using Weblate (Czech)
Currently translated at 99.9% (3425 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/cs/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:53:51 +01:00
liviuconcioiu
de28b5b35b
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.7% (3434 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:50:47 +01:00
Domen
081477bd0b
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3442 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2023-01-28 04:50:46 +01:00
Kristijan Fremen Velkovski
77c2ae5f0d
Translated using Weblate (Macedonian)
Currently translated at 25.6% (882 of 3442 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>
2023-01-28 04:50:46 +01:00
William Desportes
d6b867cd95
Translated using Weblate (French)
Currently translated at 100.0% (3442 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-28 04:50:45 +01:00
dingo thirteen
451445fbc5
Translated using Weblate (Dutch)
Currently translated at 100.0% (3442 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2023-01-28 04:50:44 +01:00
liviuconcioiu
a319f73a13
Translated using Weblate (Estonian)
Currently translated at 99.6% (3429 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/et/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:50:44 +01:00
liviuconcioiu
93cdf383d9
Translated using Weblate (Romanian)
Currently translated at 91.1% (3138 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:50:43 +01:00
Maurício Meneghini Fauth
47c069f7b8
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (3417 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-28 04:50:42 +01:00
Burak Yavuz
98b32e51e8
Translated using Weblate (Turkish)
Currently translated at 100.0% (3442 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2023-01-28 04:50:42 +01:00
liviuconcioiu
93ceaa2800
Translated using Weblate (Czech)
Currently translated at 99.6% (3429 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/cs/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:50:41 +01:00
Maurício Meneghini Fauth
4260efdc58
Update composer.json branch alias to 5.3.x-dev
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 14:45:45 -03:00
Maurício Meneghini Fauth
4945491c4f
Add more follow-ups to scripts/set-version.sh
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 14:35:05 -03:00
Maurício Meneghini Fauth
419d79f4d0
Merge branch 'ru-asdx-refactor-17769-p9'
Closes https://github.com/phpmyadmin/phpmyadmin/pull/17987

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 11:51:27 -03:00
Evgeny Skorlov
1eb0e001d8
replace superglobas with serverrequest in database/designercontroller
Signed-off-by: Evgeny Skorlov <eugene@skorlov.name>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 11:49:30 -03:00
Maurício Meneghini Fauth
4bbf1e86b0
Merge pull request #18029 from kamil-tekiela/Forms-refactoring
Refactor config forms
2023-01-26 23:13:47 -03:00
Kamil Tekiela
7a22334167
Designer controller globals (#17985)
* Remove globals from DesignerController
* Remove $GLOBALS['params'] in ManageController
* Remove $GLOBALS['params']
* Remove $GLOBALS['total_num_tables']
* Remove $GLOBALS['tooltip_truename']
* Remove $GLOBALS['tooltip_aliasname']
* Remove $GLOBALS['pos']
* Remove $GLOBALS['tables'] (partially)
* Remove $GLOBALS['num_tables'] (partially)
* Remove redundant calls to Util::getDbInfo()
* Move unrelated functionality out of getDbInfo()
* Extract new method getTableListPosition()
* Code style changes
* Update phpstan-baseline.neon

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-26 22:58:24 -03:00
Maurício Meneghini Fauth
e86dd3893c
Merge pull request #17974 from kamil-tekiela/NodeDatabase-memoization
NodeDatabase memoization
2023-01-26 22:46:02 -03:00
Maurício Meneghini Fauth
655ce1d59b
Merge pull request #18040 from kamil-tekiela/Remove-old-!==-null-check
Remove old !== null check
2023-01-26 22:42:05 -03:00