phpmyadmin/libraries/classes/Controllers
Luca Perna d1b5cb6987
16276 - Reduce the usage of SuperGlobals (#17795)
Signed-off-by: Luca Perna <luca@perna.rocks>
2022-10-20 01:52:38 -03:00
..
Config Add type declarations to the controllers contructors 2021-09-11 17:32:22 -03:00
Console/Bookmark Extract /console/bookmark/add action from ImportController 2022-09-21 00:06:14 -03:00
Database Use ServerRequestObject to access POST-vars 2022-10-20 01:23:50 -03:00
Export Make alias merging cleaner 2022-10-17 14:43:28 +01:00
Import Fix some coding style issues 2022-10-16 17:18:54 -03:00
Normalization Replace $db and $table with DatabaseName and TableName (#17790) 2022-10-18 14:31:27 -03:00
Preferences Merge branch 'QA_5_2' 2022-10-11 19:53:54 -03:00
Server 16276 - Reduce the usage of SuperGlobals (#17795) 2022-10-20 01:52:38 -03:00
Setup Add types for Config\FormDisplay::save() parameters 2022-10-12 19:19:36 -03:00
Sql Changing parameters to Parser 2022-10-14 23:52:12 -03:00
Table 16276 - Reduce the usage of SuperGlobals (#17795) 2022-10-20 01:52:38 -03:00
Transformation Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
View Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
AbstractController.php Add method to AbstractController to send error messages 2022-03-20 16:39:33 -03:00
BrowseForeignersController.php Remove ResponseRenderer::getFooter method 2022-04-09 12:32:14 -03:00
ChangeLogController.php Extract url.php entry point into a route 2022-08-06 15:02:49 -03:00
CheckRelationsController.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
CollationConnectionController.php Changing parameters to Parser 2022-10-14 23:52:12 -03:00
ColumnController.php Add type declarations to the controllers contructors 2021-09-11 17:32:22 -03:00
DatabaseController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ErrorReportController.php Fix some coding style issues 2022-10-16 17:18:54 -03:00
GisDataEditorController.php Fix possible undefined globals 2022-03-10 18:05:21 -03:00
GitInfoController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
HomeController.php Use ServerRequestObject to access POST-vars 2022-10-20 01:23:50 -03:00
JavaScriptMessagesController.php Assign Messages global var to the window object 2022-07-02 11:23:07 -03:00
LicenseController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
LintController.php Use ServerRequestObject to access POST-vars 2022-10-20 01:23:50 -03:00
LogoutController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
NavigationController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
PhpInfoController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
RecentTablesListController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
SchemaExportController.php Changing parameters to Parser 2022-10-14 23:52:12 -03:00
TableController.php Changing parameters to Parser 2022-10-14 23:52:12 -03:00
ThemesController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
ThemeSetController.php Refactor ThemeSetController class 2022-04-01 01:13:39 -03:00
UserPasswordController.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
VersionCheckController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00