Maurício Meneghini Fauth
|
0feae32056
|
Rename Sanitize::sanitize to Sanitize::sanitizeMessage
...to avoid the PHP 4 constructor format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2019-06-12 15:21:48 -03:00 |
|
Hugues Peccatte
|
9406e922cc
|
Update PHPDoc
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2019-01-13 09:52:46 +01:00 |
|
Maurício Meneghini Fauth
|
23c3579804
|
Format array declarations
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2019-01-07 14:31:39 -02:00 |
|
Maurício Meneghini Fauth
|
4cee0cbc12
|
Adds space after not (!) and type cast
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2019-01-05 21:56:34 -02:00 |
|
Maurício Meneghini Fauth
|
9eba565bf4
|
Remove unnecessary HTML closing tags
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-12-19 00:12:54 -02:00 |
|
Maurício Meneghini Fauth
|
285e38e931
|
Fix some PSR-2 coding standard errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-30 09:07:56 -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
|
35eb2da38a
|
Remove @ operator from function_exists
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-03-01 22:36:35 -03:00 |
|
Maurício Meneghini Fauth
|
614b8a6978
|
Refactor setup/index functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-14 17:51:34 -03:00 |
|
Maurício Meneghini Fauth
|
711b462dea
|
Automatic fixes by phpcbf
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-09 14:55:17 -03:00 |
|
Michal Čihař
|
94219fffab
|
Wrap function_exists in ServerConfigChecks to allow testing
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-05 14:44:05 +02:00 |
|
Michal Čihař
|
89fc550862
|
Use Url::getCommon to generate full URLs
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-05 14:44:05 +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 |
|
Michal Čihař
|
dc6d06f5ca
|
Avoid defining error messages centrally in server config check
- better load them only when needed
- avoid using PMA_lang which really serves different purpose
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 |
|