Commit Graph

121050 Commits

Author SHA1 Message Date
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
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
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
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
Isaac Bennetch
571b2965c0 Improve documentation on transformations
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2021-03-06 15:13:10 -05:00
William Desportes
161ad3a897
Update psalm and psalm baseline
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 19:38:07 +01:00
William Desportes
8311785a48
Fix #16708 - Only consider the first where clause
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 19:30:14 +01:00
William Desportes
13fdc3e099
Add tests for #16708
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 19:30:14 +01:00
William Desportes
5a45a0d34b
Add methods to access and stub the Response class
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 19:29:34 +01:00
William Desportes
f1ad006701
Fix a failing test when using phpunit filter
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 19:12:43 +01:00
William Desportes
4d78b3e6f9
Desactivate session functions for test suite in Sql.php
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 19:11:48 +01:00
William Desportes
9a2ab515d3
Bring fieldsMetadata testing to QA_5_1
Ref: ad0ef8ba8e
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 18:42:48 +01:00
William Desportes
b43c20191f
Add container builder loading methods to the asbtract test case
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 17:53:30 +01:00
William Desportes
4aa629c6f4
Move the container builder loading to the Core class
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 17:52:46 +01:00
William Desportes
a00b0f8ce1
Add ChangeLog entries for #16704 and #14026
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 15:52:26 +01:00
William Desportes
aa9ce39c07
Update po files
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 15:48:23 +01:00
William Desportes
4ade9fb205
Merge #16632 - Fix #14026 - Fix error messages and conditions for MD5 and AES_* functions
Pull-request: #16632
Fixes: #14026

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 15:44:43 +01:00
William Desportes
92e602c9e7
Merge #16617 - translation: mention the correct mysql setting in 'Opened_tables' explanation
Pull-request: #16617

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 15:30:05 +01:00
William Desportes
da26e013d1
Add tests for #16704
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 14:05:17 +01:00
William Desportes
ea98ad3f14
Fix #16704 - Add missing typecasts
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 14:02:32 +01:00
Maurício Meneghini Fauth
86b6fb5817
Rename variables to use the camel case format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-06 01:29:46 -03:00
William Desportes
7aabad9b7a
Move queries from Operations class to the Query\Generator class
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 02:11:25 +01:00
William Desportes
c2518aa34b
Use early exit for setProxySettings in AbstractTestCase
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 02:11:10 +01:00
William Desportes
808a0826cb
Add a test class for PerformanceSchema
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-06 01:47:54 +01:00
William Desportes
dac6c44fc9
Fix a coding standard mistake in the last CSS fix
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 22:03:32 +01:00
William Desportes
819c9433d3
Drop unused PMA_THEME_VERSION and PMA_THEME_GENERATION
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 21:30:51 +01:00
William Desportes
abdeb98b08
Drop test constants PROXY_{URL,USER,PASS} in favor of existing ENV http_proxy
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 21:27:59 +01:00
William Desportes
b5263d44c8
Replace PMA_MAJOR_VERSION by Version::SERIES
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 21:22:42 +01:00
William Desportes
feb7c8b25a
Ref #16332 - Remove more ->at matcher calls
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 21:08:30 +01:00
William Desportes
ad0ef8ba8e
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 20:01:07 +01:00
Maurício Meneghini Fauth
d83abf63e7
Use PSR-12 for control structures spacing
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-05 15:27:03 -03:00
William Desportes
a4ad49efd8
Add a ChangeLog entry for 96eeddebd0
Pull-request: #16715

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 19:19:01 +01:00
William Desportes
96eeddebd0
Merge #16715 - When exporting yaml quote strings even when they are numeric
Pull-request: #16715

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 19:03:47 +01:00
Maurício Meneghini Fauth
0b8edc5bde
Use PSR-12 for namespace use statements
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-05 14:18:35 -03:00
Dimitris Tsamitros
4bfc1aff83
Quote strings even when they are numeric on Yaml exports
Signed-off-by: Dimitris Tsamitros <dst@alternet.gr>
2021-03-05 18:09:20 +01:00
William Desportes
7943c8a497
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 16:21:32 +01:00
William Desportes
e00c957e06
Add ChangeLog entries for #16677, #16698 and #16713
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-05 16:19:27 +01:00