William Desportes
|
2acea7d4c0
|
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-01-31 01:39:50 +01:00 |
|
William Desportes
|
0a1d09b282
|
Add tests for #16595 - underscore structure edit
I removed the escape because it is already escaped afterwards.
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2021-01-31 01:25:34 +01:00 |
|
Maurício Meneghini Fauth
|
1e5fbd57fc
|
Create Twig\AssetExtension and image Twig function
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-01-28 16:09:17 -03:00 |
|
Maurício Meneghini Fauth
|
5178f76f95
|
Move fieldset CSS style to the .pma-fieldset class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-12-28 19:46:40 -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 |
|
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 |
|
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
|
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
|
d860597375
|
#16418 - Make MariaDBMySQLKBS optional
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-11-10 12:12:56 +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
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
William Desportes
|
777dcb2e60
|
Fix coding standard issues
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-10-11 18:13:35 +02:00 |
|
William Desportes
|
01d8979136
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-10-11 18:00:06 +02:00 |
|
William Desportes
|
34a8dfb6b1
|
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-10-11 17:56:52 +02:00 |
|
William Desportes
|
b5654b02df
|
Fix failing tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-10-11 17:36:59 +02:00 |
|
Maurício Meneghini Fauth
|
405b6277e7
|
Merge branch 'QA_5_0'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-10 14:16:25 -03:00 |
|
Maurício Meneghini Fauth
|
e66be179ca
|
Use camel case naming for class members
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-05 10:37:07 -03:00 |
|
Petr Duda
|
1086b2a6ee
|
Fix #12961 Indexes shown at both tbl_structure and tbl_relation
Signed-off-by: Petr Duda <petrduda@seznam.cz>
|
2020-09-13 19:31:59 +02:00 |
|
Maurício Meneghini Fauth
|
cd862d4f00
|
Remove replication_info global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-09-12 09:04:44 -03:00 |
|
Maurício Meneghini Fauth
|
bf2e91f41f
|
Remove (master|slave)_variables* global variables
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-09-08 17:31:17 -03:00 |
|
Maurício Meneghini Fauth
|
952e2f9ee8
|
Remove replication_types PHP global
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-09-08 15:54:02 -03:00 |
|
Maurício Meneghini Fauth
|
ceac762e09
|
Remove pmaThemePath and pmaThemeImage PHP globals
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-09-02 10:57:57 -03:00 |
|
Rosheen Naeem
|
673c194b01
|
Fixed underscore prefixes
Signed-off-by: Rosheen Naeem <rosheennaeem4@gmail.com>
|
2020-08-06 17:51:34 +05:00 |
|
Maurício Meneghini Fauth
|
75397c913d
|
Refactor Display\Export class
- Uses template inheritance for the export templates.
- Renames Display\Export to Export\Options.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-08-03 23:56:20 -03:00 |
|
Maurício Meneghini Fauth
|
baf4d090bd
|
Add ExportTemplateControllerTest test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-20 15:41:08 -03:00 |
|
William Desportes
|
a80153a633
|
Add typehints using phpcbf on test/*
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:52:42 +02:00 |
|
Maurício Meneghini Fauth
|
47f0960dce
|
Add return type declaration to test methods
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-07 11:31:33 -03:00 |
|
Maurício Meneghini Fauth
|
5129e481f9
|
Add test for JavaScriptMessagesController class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-06 21:53:16 -03:00 |
|
William Desportes
|
f757da7fae
|
Do not use phpstan test case class, use PHPUnit\Framework\TestCase
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-03 21:31:02 +02:00 |
|
Maurício Meneghini Fauth
|
dfa5f92c31
|
Add return type declaration to fetch row methods
DatabaseInterface's fetchArray, fetchAssoc, fetchRow and fetchSingleRow
methods.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-29 20:32:04 -03:00 |
|
Maurício Meneghini Fauth
|
c9c17a2946
|
Extract drop action from db structure index method
Related to #16173.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-21 00:08:25 -03:00 |
|
Maurício Meneghini Fauth
|
82c2964bb8
|
Remove useless elses
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 22:27:45 -03:00 |
|
Maurício Meneghini Fauth
|
2d02a15de3
|
Add static to closures that don't use $this
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 18:30:57 -03:00 |
|
William Desportes
|
a300a25319
|
Replace assertEquals({false,true} by assert{false,true}
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-26 13:13:15 +02:00 |
|
Maurício Meneghini Fauth
|
3ae05c785d
|
Use short list syntax and single line arrays
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 03:32:59 -03:00 |
|
Maurício Meneghini Fauth
|
3baad2eb1c
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-25 22:42:37 -03:00 |
|