Maurício Meneghini Fauth
|
010a72dc00
|
Use camelCase for variable names
PhpMyAdmin\Config\* classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-04 21:25:24 -03:00 |
|
Maurício Meneghini Fauth
|
b9c0463d96
|
Use short array syntax instead of long array syntax
Replaces array() with [].
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-30 01:42:21 -03:00 |
|
Maurício Meneghini Fauth
|
b6435e9ed2
|
Enable strict mode in Config classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-15 01:03:57 -03:00 |
|
Maurício Meneghini Fauth
|
17bf8b7309
|
Replace static methods with instance methods
Replaces PhpMyAdmin\UserPreferences static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-23 15:26:02 -03:00 |
|
Maurício Meneghini Fauth
|
ce49e7f60f
|
Refactor user_preferences functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-12 22:31:02 -03:00 |
|
Michal Čihař
|
e065793dc8
|
Fold validity check with getting class
There is no need to do this twice (once in ::get).
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-06 11:06:51 +02:00 |
|
Michal Čihař
|
73d1599a1a
|
Rewrite Page settings forms as classes
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-06 11:02:07 +02:00 |
|
Michal Čihař
|
0b81218a10
|
Refactor configuration descriptions into class
This avoids loading them all into global namespace on every request.
Issue #11731
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-05 14:44:05 +02:00 |
|
Maurício Meneghini Fauth
|
5e7f6a1bab
|
Move config classes to PhpMyAdmin namespace
- Move ConfigFile to PhpMyAdmin namespace
- Move FormDisplay to PhpMyAdmin namespace
- Move Form to PhpMyAdmin namespace
- Move PageSettings to PhpMyAdmin namespace
- Move ServerConfigChecks to PhpMyAdmin namespace
- Move Validator to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-07-09 15:16:37 -03:00 |
|