Maurício Meneghini Fauth
2625e0e1f6
Replace .caution and .success CSS classes
...
Replaces with .text-danger and .text-success.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-23 19:37:52 -03:00
Maurício Meneghini Fauth
d3c31fabd4
Remove some custom CSS utilities
...
Uses Bootstrap equivalents.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-23 19:06:38 -03:00
Maurício Meneghini Fauth
6408b7179a
Fix renamed Bootstrap 5 classes
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-21 15:28:39 -03:00
CommanderRoot
63d2e7735a
Fix failing theme test
...
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2020-12-20 04:22:50 +01:00
William Desportes
b4f1e14e80
fix or ignore phpstan 0.12.63 errors
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-12-18 22:17:18 +01:00
Maurício Meneghini Fauth
82d166da69
Fix ReplicationGuiTest broken test
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-05 13:35:49 -03:00
Maurício Meneghini Fauth
6d9ae185f9
Use Bootstrap's tables for server plugins page
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-30 23:04:47 -03:00
Maurício Meneghini Fauth
36c1eaa93c
Use Bootstrap's table style for server/engines pages
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-30 23:04:46 -03:00
Maurício Meneghini Fauth
2dc3cee415
Use Bootstrap's table style for server/collations page
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-30 23:04:46 -03:00
Maurício Meneghini Fauth
6f61678391
Convert tables of server status pages to Bootstrap style
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-30 23:04:45 -03:00
William Desportes
d402c0fd6b
Ref #16429 - PHP 8 error TypeError: Unsupported operand types: string / int
...
1) PhpMyAdmin\Tests\Engines\PbxtTest::testResolveTypeSize with data set #2 ('A4', array('0', 'B'))
TypeError: Unsupported operand types: string / int
libraries/classes/Util.php:528
libraries/classes/Engines/Pbxt.php:156
test/classes/Engines/PbxtTest.php:175
vendor/phpunit/phpunit/phpunit:61
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-20 00:07:38 +01:00
William Desportes
2df5ce0044
Ref #16429 - Fix undefined array keys
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-19 23:40:55 +01:00
Maurício Meneghini Fauth
b43e351668
Fix broken tests related to #16486
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-16 21:35:04 -03:00
William Desportes
1b5781f825
Fix #16477 - Fix failing unit test
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-15 22:54:05 +01:00
Saksham Gupta
be3905944f
Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/16477
...
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Fix db Edit privileges
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Fix conflict
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Add missing bracket
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Fix Lint
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2020-11-16 02:09:54 +05:30
Maurício Meneghini Fauth
cb842fd079
Fix some errors found by PHPStan
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-14 14:44:05 -03:00
William Desportes
3dad3b5e5d
Merge #15912 - Fix #14953 - Added Rename Button to use RENAME INDEX syntax of MySQL
...
Issue: #14953
Pull-request: #15912
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-13 23:47:33 +01:00
William Desportes
d7a27c3355
#16407 - Make all versions of pragmarx/google2fa below 6.1.0 incompatible
...
Because of this commit: c1bb594de1
Fixed the tests for newer versions.
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-13 09:52:58 +01:00
William Desportes
bc45a05dcd
Typo fixes in the JS codebase with VS code "code spell checker"
...
And coding standard issues from pull-request #16364
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-12 23:27:57 +01:00
William Desportes
35c83341c0
Merge #16364 - Fix #16095 - Leading space not shown in a CHAR column when browsing table
...
Issue: #16095
Pull-request: #16364
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-12 22:36:07 +01:00
William Desportes
d860597375
#16418 - Make MariaDBMySQLKBS optional
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-10 12:12:56 +01:00
William Desportes
6961d17659
Add a test for Header::testGetCspHeaders
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-08 23:13:35 +01:00
William Desportes
4ec972a1ec
Improve the documentation of AbstractTestCase::callFunction
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-08 23:03:15 +01:00
William Desportes
2706575bc6
Fix a test method name
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-08 23:01:26 +01:00
William Desportes
50e900a1bf
Remove all @test annotations
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-08 23:01:26 +01:00
William Desportes
fa53ce1723
Add tests for Generator::getServerSSL()
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-08 13:10:55 +01:00
William Desportes
ea10267882
Fix tests after feature
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-05 15:50:43 +01:00
Maurício Meneghini Fauth
6c1c48db35
Merge pull request #16439 from mauriciofauth/common-class
...
Remove PhpMyAdmin\Common class
2020-11-04 22:08:03 -03:00
William Desportes
cf6f5d5055
Merge #16406 - Fix #16457 - Add config parameters to support third-party reCAPTCHA v2 compatible APIs
...
Fixes : #16457
Pull-request: #16406
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-05 00:04:29 +01:00
William Desportes
16856d1125
Add tests for pull-request #16452 , fix #16451
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-04 10:24:03 +01:00
Maurício Meneghini Fauth
71c2f2d99a
Remove is_show_stats PHP global variable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-02 18:48:23 -03:00
Maurício Meneghini Fauth
6b81080127
Remove Common::server method
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-02 18:48:23 -03:00
Petr Duda
eeaf18cfb3
Fix #16095 - Add test cases for displaying results in non-numeric columns
...
Signed-off-by: Petr Duda <petrduda@seznam.cz>
2020-11-02 09:28:22 +01:00
Petr Duda
2c7b7046e2
Fix #16095 - Leading space not shown in a CHAR column
...
Signed-off-by: Petr Duda <petrduda@seznam.cz>
2020-11-02 09:28:04 +01:00
Maurício Meneghini Fauth
e4e274976e
Extract cache methods from Util to SessionCache class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-25 22:45:56 -03:00
Maurício Meneghini Fauth
4873c32273
Remove DatabaseInterface::isUserType method
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-25 20:53:50 -03:00
Maurício Meneghini Fauth
71d9a8f760
Remove is_grantuser and is_createuser PHP globals
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-23 22:58:49 -03:00
James Renken
ecbe0dd6d3
Add config parameters to support third-party reCAPTCHA v2 compatible APIs
...
Signed-off-by: James Renken <james@renken.is>
2020-10-23 10:55:00 +02:00
Maurício Meneghini Fauth
31dddc7fb9
Fix coding standard issues
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-22 21:05:14 -03:00
Saksham Gupta
c24b8d1111
Fix Openlayer bug ( #16390 )
...
* Fix Openlayer bug
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2020-10-15 12:02:58 -03:00
Maurício Meneghini Fauth
db3da81056
Remove some useless comments
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-13 19:56:56 -03:00
William Desportes
0d97b16d16
Merge branch 'QA_5_0'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-10-13 14:13:03 +02:00
Saksham Gupta
280188f1fb
Fix #16326 - Latitude and Longitudes swap
...
Fixes : #16326
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2020-10-13 13:38:28 +02:00
Maurício Meneghini Fauth
601ed4649e
Remove DBI dep from Table\AbstractController
...
Moves the DatabaseInterface class dependency to the classes that use it.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-12 12:53:03 -03:00
Maurício Meneghini Fauth
4badaca6d3
Remove DBI dep from Server\Status\AbstractController
...
Moves the DatabaseInterface class dependency to the classes that use it.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-12 11:15:43 -03:00
Maurício Meneghini Fauth
e7bdd39ae6
Remove DBI dep from Database\AbstractController
...
Moves the DatabaseInterface class dependency to the classes that use it.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-12 10:46:27 -03:00
William Desportes
0f0dc09dee
#16326 - Add tests for Util::asWKT
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-10-12 11:48:03 +02:00
Maurício Meneghini Fauth
e6ec9df84e
Remove DBI dep from Controllers/AbstractController
...
Moves the DatabaseInterface class dependency to the classes that use it.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-11 22:48:44 -03:00
William Desportes
1fcb62e563
Flag 32 bit incompatible tests
...
Group: 32bit-incompatible
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-10-11 19:05:14 +02:00
William Desportes
2d267861bc
Fix failing tests in a random order for seed: 1602433695
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-10-11 18:57:07 +02:00