Commit Graph

121083 Commits

Author SHA1 Message Date
William Desportes
b8f6595545
Fix #16735 - Found 2 elements with non-unique id #maxRowsForm
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-14 12:02:46 +01:00
William Desportes
8992ef095f
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-14 11:54:03 +01:00
William Desportes
eb15bc1f5a
Revert "Remove more tcpdf useless files"
This partially reverts commit d5b8473e8f.

I have to revert this because composer needs the PHP files to generate the autoload

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-13 12:52:07 +01:00
William Desportes
c62e27d650
Fix #16724 - Remove old unstable code to make column order work
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-13 01:19:58 +01:00
William Desportes
eeffd989ba
Add a ChangeLog entry for #16729
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 19:27:19 +01:00
William Desportes
c4c32c374d
Fix #16729 - fix silencing code for PHP >= 8.0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 19:23:03 +01:00
William Desportes
5fbd98e988
Fix #16659 - remove auto set left position for the dropdown position
It made the arrow not to be aligned with the dropdown, the user could not use the dropdown
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 18:47:59 +01:00
William Desportes
d7bfe37b0f
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 16:06:08 +01:00
William Desportes
80780fbebc
Add a ChangeLog entry for #16708 and #16709
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 16:02:17 +01:00
William Desportes
5dc1a3d3ad
Remove some files users will never read in release tarballs
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 15:55:52 +01:00
William Desportes
6c539abb45
Cleanup williamdes/mariadb-mysql-kbs dist folder on releases
As the author of the lib, I can say all the other files are not used for now.

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 14:41:11 +01:00
William Desportes
d5b8473e8f
Remove more tcpdf useless files
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 14:29:48 +01:00
William Desportes
326854d090
Fix #16709 - Add back the K_PATH_IMAGES constant
Ref: b27c2e4412.

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 14:15:09 +01:00
popcorner
595d758150
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (3379 of 3382 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: popcorner <memoword@163.com>
2021-03-12 08:02:52 +01:00
Kristjan Räts
dea47dbf0b
Translated using Weblate (Estonian)
Currently translated at 100.0% (3382 of 3382 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/et/
Signed-off-by: Kristjan Räts <kristjanrats@gmail.com>
2021-03-12 08:02:51 +01:00
HelaBasa
c29c888e8f
Translated using Weblate (Sinhala)
Currently translated at 53.6% (1814 of 3382 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/si/
Signed-off-by: HelaBasa <R45XvezA@protonmail.ch>
2021-03-12 08:02:51 +01:00
William Desportes
58d760b213
Cover most of the code of CreateAddField
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-12 00:38:00 +01:00
William Desportes
1d429c5ed9
Add a test for CreateAddField::getColumnCreationQuery
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-11 21:09:46 +01:00
William Desportes
c71c11e787
Remove an exit by moving out the preview SQL code on table create add field
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-11 21:09:46 +01:00
William Desportes
0673bd8140
Add a test for Providers\ServerVariables\VoidProvider
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-11 20:24:48 +01:00
William Desportes
f9e00ac6e5
Add a test for Template::getTwigEnvironment
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-11 20:24:08 +01:00
Maurício Meneghini Fauth
9ac7b6e362
Fix top menu not updating when changing pages
Introduced by 207901e992

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-11 16:05:42 -03:00
popcorner
8474653fff
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3379 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/zh_Hans/
Signed-off-by: popcorner <memoword@163.com>
2021-03-11 20:02:49 +01:00
Maurício Meneghini Fauth
edff1e3415
Merge pull request #16726 from mauriciofauth/fullscreen
Remove jQuery Fullscreen plugin dependency
2021-03-11 14:12:03 -03:00
Maurício Meneghini Fauth
15d6b45a15
Remove jQuery Fullscreen plugin dependency
Uses the Fullscreen API instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-11 14:10:55 -03:00
Maurício Meneghini Fauth
495b6c6539
Merge pull request #16725 from mauriciofauth/microhistory
Remove the js/src/microhistory.js file
2021-03-11 13:50:47 -03:00
William Desportes
1cba4b2259
Merge all Twig Environment building to one function and split out po replacements
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-11 16:18:03 +01:00
William Desportes
725372a20e
Fix a mistake in the cache warmup command
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-11 16:17:31 +01:00
Maurício Meneghini Fauth
207901e992
Remove the js/src/microhistory.js file
There is no need for the MicroHistory anymore now that the History
API is available in all supported browsers.

Also removes the jQuery hashchange plugin.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-10 17:06:21 -03:00
Maurício Meneghini Fauth
9fcb56fd4e
Remove some PHPUnit's at matchers from InsertEditTest
Related to https://github.com/phpmyadmin/phpmyadmin/issues/16332

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-10 14:43:28 -03:00
Kristjan Räts
c47cc50a36
Translated using Weblate (Estonian)
Currently translated at 100.0% (3379 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/et/
Signed-off-by: Kristjan Räts <kristjanrats@gmail.com>
2021-03-10 07:02:49 +01:00
Maurício Meneghini Fauth
d3ce67593d
Fix some errors found by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-09 17:22:03 -03:00
Maurício Meneghini Fauth
2b3b978d5e
Remove some false-positives found by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-09 15:43:18 -03:00
Maurício Meneghini Fauth
c6ab263311
Remove dbi and config globals from test/bootstrap-static.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-09 15:26:09 -03:00
Maurício Meneghini Fauth
faaf7dbb48
Merge pull request #16722 from mauriciofauth/pma-version-removal
Remove the PMA_VERSION constant
2021-03-09 14:05:56 -03:00
Maurício Meneghini Fauth
33d711215d
Remove the PMA_VERSION constant
Uses the PhpMyAdmin\Version::VERSION constant instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-08 22:22:55 -03:00
Maurício Meneghini Fauth
6f4a1c8ab5
Remove some config global in favor of DI
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-08 19:58:01 -03:00
Maurício Meneghini Fauth
7e33d227f5
Rename the PMA_Config global variable to config
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-08 15:03:12 -03:00
Masahiro Fujimoto
db2af18aff
Translated using Weblate (Japanese)
Currently translated at 100.0% (3382 of 3382 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
2021-03-08 14:16:06 +01:00
Burak Yavuz
073fa00ee2
Translated using Weblate (Turkish)
Currently translated at 100.0% (3382 of 3382 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2021-03-08 14:16:01 +01:00
Burak Yavuz
7c9075dd52
Translated using Weblate (Turkish)
Currently translated at 100.0% (3379 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2021-03-08 14:15:59 +01:00
dingo thirteen
97fd0356d1
Translated using Weblate (Dutch)
Currently translated at 100.0% (3379 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2021-03-08 14:15:58 +01:00
Masahiro Fujimoto
3164facda3
Translated using Weblate (Japanese)
Currently translated at 100.0% (3379 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
2021-03-08 14:15:57 +01:00
William Desportes
7539fdc3ba
Translated using Weblate (French)
Currently translated at 100.0% (3379 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-08 14:15:57 +01:00
Maurício Meneghini Fauth
2c2127b369
Rename PMA_Theme global variable to theme
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-07 15:15:27 -03:00
Maurício Meneghini Fauth
3a161651ea
Rename variables to use camel case format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-07 14:58:49 -03:00
Maurício Meneghini Fauth
1a9ecb6d76
Rename variables to use camel case format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-07 13:03:12 -03:00
William Desportes
7bd3ec6b35
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 21:25:54 +01:00
William Desportes
69e7436aef
Edit the test for #16708 to cover more code and have better assertions
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 21:19:09 +01:00
Isaac Bennetch
6a58199a2e Fix typo
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2021-03-06 15:15:01 -05:00