phpmyadmin/libraries/classes/Controllers
Maurício Meneghini Fauth f570bf64bf
Pass ServerRequest object to Indexes::doSaveData() method
This removes the need to call Application::getRequest().

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-06 13:17:12 -03:00
..
Config Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
Console/Bookmark Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
Database Refactor the DbTableExists class 2023-08-06 01:42:06 -03:00
Export Change export to server file to use redirection after save 2023-08-04 17:52:25 -03:00
Import Remove globals charset_connection & collation_connection 2023-08-04 21:32:05 +01:00
Normalization Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
Preferences Replace some 'echo' with ResponseRenderer::addHTML() method 2023-08-04 22:07:25 -03:00
Server Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
Setup Create Http\Response::write() method to write to the body 2023-08-05 10:50:53 -03:00
Sql Extract PageSettings dependency from controllers 2023-07-06 20:17:34 -03:00
Table Pass ServerRequest object to Indexes::doSaveData() method 2023-08-06 13:17:12 -03:00
Transformation Refactor the DbTableExists class 2023-08-06 01:42:06 -03:00
Triggers Refactor the DbTableExists class 2023-08-06 01:42:06 -03:00
View Refactor the DbTableExists class 2023-08-06 01:42:06 -03:00
AbstractController.php Refactor the DbTableExists class 2023-08-06 01:42:06 -03:00
BrowseForeignersController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ChangeLogController.php Replace some 'echo' with ResponseRenderer::addHTML() method 2023-08-04 22:07:25 -03:00
CheckRelationsController.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
CollationConnectionController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ColumnController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
DatabaseController.php Remove the dblist global variable 2022-11-13 21:08:00 -03:00
ErrorReportController.php Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
GisDataEditorController.php Add factory method to get gis object from wkt data 2023-07-25 21:10:33 +02:00
GitInfoController.php Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
HomeController.php Remove globals charset_connection & collation_connection 2023-08-04 21:32:05 +01:00
JavaScriptMessagesController.php Create Http\Response::write() method to write to the body 2023-08-05 10:50:53 -03:00
LicenseController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
LintController.php Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
LogoutController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
NavigationController.php Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
PhpInfoController.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
RecentTablesListController.php Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
SchemaExportController.php Move the Export class to the Export namespace 2023-06-28 12:28:38 -03:00
TableController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
ThemesController.php Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
ThemeSetController.php Add support for theme color modes 2023-03-13 23:28:29 -03:00
UserPasswordController.php Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
VersionCheckController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00