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
|
ac4bfaebe7
|
Remove some custom CSS utilities
Uses Bootstrap equivalents.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-12-26 20:05:03 -03:00 |
|
Maurício Meneghini Fauth
|
5bad0f74af
|
Use Bootstrap's table for db routines page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-11-30 23:04:48 -03:00 |
|
Maurício Meneghini Fauth
|
d23be36126
|
Fix some errors found by PHPStan and Psalm
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-11-26 15:20:44 -03:00 |
|
Maurício Meneghini Fauth
|
c64b77abe1
|
Move HTML's table CSS to the pma-table class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-11-16 16:36:16 -03:00 |
|
Maurício Meneghini Fauth
|
a83ec78ebf
|
Make DatabaseInterface::isUserType method private
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-24 00:40:03 -03:00 |
|
Maurício Meneghini Fauth
|
c447bac98d
|
Move Routines::main to the controller
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-02 23:13:31 -03:00 |
|
Rajat Jain
|
13aae49714
|
Added search in Routines.
Signed-off-by: Rajat Jain <rajatjain.ix@gmail.com>
|
2020-09-24 22:13:24 +05:30 |
|
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 |
|
Maurício Meneghini Fauth
|
3f01cd8c13
|
Remove Message::display method
Related to https://github.com/phpmyadmin/phpmyadmin/issues/16258.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-20 19:43:46 -03:00 |
|
Maurício Meneghini Fauth
|
3b285ff17e
|
Use identical operator for non-empty strings
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-10 18:06:29 -03:00 |
|
Maurício Meneghini Fauth
|
e81146e4b3
|
Remove useless return annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-07 10:30:27 -03:00 |
|
Maurício Meneghini Fauth
|
58eee2e371
|
Use early exit when possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-27 21:46:12 -03:00 |
|
Maurício Meneghini Fauth
|
f4582e083e
|
Use early exit when possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-27 00:35:24 -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
|
3baad2eb1c
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-25 22:42:37 -03:00 |
|
Maurício Meneghini Fauth
|
9269d75fb4
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-25 20:22:18 -03:00 |
|
Maurício Meneghini Fauth
|
80a45fa0ae
|
Break too long lines
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-16 18:08:20 -03:00 |
|
William Desportes
|
1cc7f78012
|
Split part of the logic of getQueryFromRequest into processFunctionSpecificParameters
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 14:39:00 +02:00 |
|
William Desportes
|
f2d349df40
|
Split part of the logic of getQueryFromRequest into processParamsAndBuild
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 14:06:36 +02:00 |
|
William Desportes
|
7766f93904
|
Use variables to limit access to $_POST and improve code of getQueryFromRequest
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 13:40:38 +02:00 |
|
William Desportes
|
62eb1eaf95
|
Improve signature of getDataFromName
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 12:14:39 +02:00 |
|
Maurício Meneghini Fauth
|
8dd310fb6a
|
Remove assignments in if conditions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-16 01:35:19 -03:00 |
|
William Desportes
|
e9a3657a93
|
Move some code of handleExecuteRoutine into getQueriesFromRoutineForm
Ref: 178f6db302
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 00:45:35 +02:00 |
|
William Desportes
|
178f6db302
|
Split Database/Routines::handleExecute code into a function
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 00:04:50 +02:00 |
|
William Desportes
|
cc981860a7
|
Coding standard fixes and baselines updates
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-15 23:20:14 +02:00 |
|
William Desportes
|
fcd41f6c85
|
Remove some mysql extension assertions
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-15 22:17:58 +02:00 |
|
Maurício Meneghini Fauth
|
84139f4d51
|
Remove some useless variables
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-13 16:15:37 -03:00 |
|
Maurício Meneghini Fauth
|
a64393e7f5
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-13 00:23:28 -03:00 |
|
William Desportes
|
b7af1364c6
|
Psalm auto fixes manualy reviewed and edited
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-04-28 23:18:59 +02:00 |
|
Maurício Meneghini Fauth
|
367df7b0a1
|
Remove Database\Routines::setGlobals method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-13 21:53:51 -03:00 |
|
Maurício Meneghini Fauth
|
1102bdfdb7
|
Move Rte classes to the Database namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-13 18:26:47 -03:00 |
|