phpmyadmin/libraries/classes/Controllers
William Desportes 157c072c3c
Fix #16693 - Show the new column and the table structure on the same page
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-08-25 17:47:33 +02:00
..
Database Fix #17026 - Handle possible invalid boolean values injected in SaveDir or UploadDir 2021-07-22 12:59:54 +02:00
Preferences Remove DBI dep from Controllers/AbstractController 2020-10-11 22:48:44 -03:00
Server Merge #17045 - Fix #11834 - Fixing the issues regarding granting/showing priv from priv tab 2021-07-29 02:52:09 +02:00
Setup Fix #16526 - Fatal error: Uncaught TypeError: preg_replace(): Argument #3 ($subject) 2020-12-11 21:05:06 +01:00
Table Fix #16693 - Show the new column and the table structure on the same page 2021-08-25 17:47:33 +02:00
AbstractController.php Remove Common::database method 2020-11-02 18:56:58 -03:00
BrowseForeignersController.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ChangeLogController.php Fix some type errors detected by PHPStan 2020-09-30 19:23:01 -03:00
CheckRelationsController.php Remove DBI dep from Controllers/AbstractController 2020-10-11 22:48:44 -03:00
ColumnController.php Extract controllers from AjaxController 2020-10-12 19:57:17 -03:00
ConfigController.php Extract controllers from AjaxController 2020-10-12 19:57:17 -03:00
DatabaseController.php Extract controllers from AjaxController 2020-10-12 19:57:17 -03:00
ErrorReportController.php Remove DBI dep from Controllers/AbstractController 2020-10-11 22:48:44 -03:00
ExportController.php Fix possible "Undefined index: output_format" on export 2021-06-27 12:15:02 +02:00
ExportTemplateController.php Fix reported PHP notices on export save preview 2021-03-31 00:57:00 +02:00
GisDataEditorController.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
HomeController.php Merge #16855 - Replace secure.php.net with www.php.net and remove Polish and Persian 2021-05-10 23:30:25 +02:00
ImportController.php Fix #16942 - Table Import with CSV using LOAD DATA LOCAL causes error "LOAD DATA LOCAL INFILE is forbidden" 2021-08-23 20:15:21 +02:00
ImportStatusController.php Fix missing message on upload message request after failure creates a warning 2021-02-12 00:12:02 +01:00
JavaScriptMessagesController.php Add l10n notes for new message and context for messages added for #14130 2021-05-29 15:56:44 +02:00
LicenseController.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
LintController.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
LogoutController.php Fix case where $_SERVER['REQUEST_METHOD'] is undefined 2021-07-05 17:23:32 -03:00
NavigationController.php Extract cache methods from Util to SessionCache class 2020-10-25 22:45:56 -03:00
NormalizationController.php Fix #16871 - normalization step 2 errors 2021-04-29 23:36:05 +02:00
PhpInfoController.php Use early exit when possible 2020-05-27 00:35:24 -03:00
SchemaExportController.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
SqlController.php Ref #16977 - Fix selected value for enum get values route 2021-06-23 13:31:21 +02:00
TableController.php Extract controllers from AjaxController 2020-10-12 19:57:17 -03:00
ThemesController.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
TransformationOverviewController.php Remove some useless comments 2020-10-13 19:56:56 -03:00
TransformationWrapperController.php Fix "Uncaught TypeError: Argument 1 passed to PhpMyAdmin\Core::downloadHeader()" 2021-01-23 00:03:55 +01:00
UserPasswordController.php Remove DBI dep from Controllers/AbstractController 2020-10-11 22:48:44 -03:00
VersionCheckController.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
ViewCreateController.php Remove Common::database method 2020-11-02 18:56:58 -03:00
ViewOperationsController.php Remove is_system_schema PHP global variable 2020-11-02 18:48:23 -03:00