phpmyadmin/libraries/classes/Controllers
Maurício Meneghini Fauth 2cc3bf4778
Merge pull request #17881 from kamil-tekiela/Refactor-PrimaryController.php
Redesign PrimaryController
2022-11-08 22:26:31 -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 Replace $_REQUEST with ServerRequest in Util::getDbInfo() 2022-11-08 00:06:25 -03:00
Export Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -03:00
Import Replace Core::fatalError() calls in controllers 2022-10-31 20:25:55 -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 Refactor BinlogController.php 2022-11-08 11:59:05 +00:00
Setup Replace Core::fatalError() calls in controllers 2022-10-31 20:25:55 -03:00
Sql Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -03:00
Table Merge pull request #17881 from kamil-tekiela/Refactor-PrimaryController.php 2022-11-08 22:26:31 -03:00
Transformation Replace Core::fatalError() calls in controllers 2022-10-31 20:25:55 -03:00
View Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -03:00
AbstractController.php Replace Core::fatalError() calls in controllers 2022-10-31 20:25:55 -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 Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -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 Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -03:00
GisDataEditorController.php Remove unnecessary global variable 'data' 2022-11-06 13:22:46 -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 Merge branch 'QA_5_2' 2022-10-29 20:11:18 +02:00
LicenseController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
LintController.php Remove $params array 2022-11-05 21:24:10 +00: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 Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -03:00
TableController.php Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -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 Ref #17769 - Replaced superglobal in LintController (#17828) 2022-10-29 14:22:52 -03:00
VersionCheckController.php Extract header() calls from Core::headerJSON() method 2022-10-23 20:05:20 -03:00