Maurício Meneghini Fauth
|
47238d6c8c
|
Fix ImportController failing test and other minor fixes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-12-14 13:33:37 -03: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
|
5ab7640bc7
|
Remove force_file_* global vars and param
Uses a HTML data attribute instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-11-21 17:30:55 -03:00 |
|
Maurício Meneghini Fauth
|
de9884f562
|
Replace escapeString with quoteString in ImportController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-11-12 11:42:09 -03:00 |
|
William Desportes
|
e56633effc
|
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2022-11-12 14:25:32 +01:00 |
|
Kamil Tekiela
|
b4e22b83d7
|
Fix import/export escaping
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2022-11-03 21:16:42 +01:00 |
|
Maurício Meneghini Fauth
|
66e2650e06
|
Replace Core::fatalError() calls in controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-10-31 20:25:55 -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 |
|
SIVADAS P R
|
12656141f6
|
Refactored Bookmark::get() for DatabaseName
Signed-off-by: SIVADAS P R <sivadasrajan@gmail.com>
|
2022-10-21 01:52:09 +05:30 |
|
Maurício Meneghini Fauth
|
3890d11dd8
|
Fix some coding style issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-10-16 17:18:54 -03:00 |
|
Maurício Meneghini Fauth
|
059705f06e
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-10-11 19:53:54 -03:00 |
|
Maurício Meneghini Fauth
|
72a6045f06
|
Fix some errors reported by Psalm
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-10-11 18:19:07 -03:00 |
|
Maurício Meneghini Fauth
|
a56b425a2a
|
Extract /console/bookmark/add action from ImportController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-09-21 00:06:14 -03:00 |
|
Maurício Meneghini Fauth
|
c2018c4c21
|
Extract /console/bookmark/refresh action from ImportController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-09-20 21:55:28 -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
|
10b937511d
|
Replace $analyzedSqlResults array with StatementInfo object
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-05-24 21:35:30 -03:00 |
|
Kamil Tekiela
|
d043ceedc6
|
Refactor $sql_data
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2022-03-17 20:46:27 +00: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
|
f940693c75
|
Move Util::checkParameters method to the AbstractController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2022-03-07 22:59:33 -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
|
58ed5bfa9e
|
Extract Simulate DML action from ImportController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2021-12-27 18:37:15 -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 |
|