Kamil Tekiela
|
ce5d07a147
|
Remove unused globals
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-05-27 19:49:18 +01:00 |
|
Maurício Meneghini Fauth
|
dd885dc7b8
|
Use single-line arrays when possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-03-27 17:39:17 -03:00 |
|
Maurício Meneghini Fauth
|
77957a69a5
|
Add trailing comma for multi-line functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-24 20:48:46 -03:00 |
|
Maurício Meneghini Fauth
|
785f8c1c00
|
Use constructor property promotion where possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-20 19:39:02 -03:00 |
|
Maurício Meneghini Fauth
|
613678f8f5
|
Replace assignments with null coalesce equal operator
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-20 17:03:05 -03:00 |
|
Kamil Tekiela
|
8a1d6f1eaa
|
Convert var annotations to typed properties
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-12 21:31:04 +00:00 |
|
ru-asdx
|
3794031ebc
|
Ref #17769 - Replace superglobals with ServerRequest in Import & Export Controllers (#17949)
* Replace superglobals with ServerRequest in Import & Export Controllers
Signed-off-by: Evgeny Skorlov <eugene@skorlov.name>
* small fixes
Signed-off-by: Evgeny Skorlov <eugene@skorlov.name>
* fixes
Signed-off-by: Evgeny Skorlov <eugene@skorlov.name>
Signed-off-by: Evgeny Skorlov <eugene@skorlov.name>
|
2022-12-14 12:04:38 -03:00 |
|
Maurício Meneghini Fauth
|
ade173f948
|
Inline the Core::noCacheHeader() method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-10-23 20:43:57 -03:00 |
|
Maurício Meneghini Fauth
|
3c618c22a9
|
Add ServerRequest parameter to all controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-07-28 01:00:08 -03:00 |
|
Maurício Meneghini Fauth
|
5950693fb3
|
Fix possible undefined globals
Related to https://github.com/phpmyadmin/phpmyadmin/pull/17427.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-03-10 18:05:21 -03:00 |
|
Maurício Meneghini Fauth
|
1438cb211e
|
Replace global keyword with $GLOBALS
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-03-07 17:31:11 -03:00 |
|
Maurício Meneghini Fauth
|
2d56a8baac
|
Move Import and ImportStatus ctrls to Controllers\Import ns
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-12-27 10:27:28 -03:00 |
|