Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-22Move Routing::callControllerForRoute call to Common classMaurício Meneghini Fauth
2022-10-22Remove the setup/lib/common.inc.php fileMaurício Meneghini Fauth
2022-09-30Reduce usage of the containerBuilder global variableMaurício Meneghini Fauth
2022-06-07Move `Routing::getCurrentRoute` to `ServerRequest`Maurício Meneghini Fauth
2022-03-07Replace `global` keyword with `$GLOBALS`Maurício Meneghini Fauth
2022-01-27Remove $route globalKamil Tekiela
2022-01-27Implement Common::getRequest() to remove globalKamil Tekiela
2021-12-26Replace `vendor_config.php` constants with an arrayMaurício Meneghini Fauth
2021-07-06Move `common.inc.php` to `classes/Common.php`Maurício Meneghini Fauth
2021-07-06Extract `common.inc.php` logic to `Common::run` methodMaurício Meneghini Fauth
2021-07-06Extract some common checks from `common.inc.php`Maurício Meneghini Fauth
2021-07-05Move ServerRequest creation to common.inc.phpMaurício Meneghini Fauth
2020-07-09Use early exit for Routing::callControllerForRouteMaurício Meneghini Fauth
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
2020-03-28Move PMA_MINIMUM_COMMON for import-status route after auto-loaderWilliam Desportes
2020-03-28Move all index.php code to PhpMyAdmin\Routing and change cache nameWilliam Desportes
2020-03-28Use caching to speed up route parsingWilliam Desportes
2020-02-12Refactor the route definition fileMaurício Meneghini Fauth
2020-01-20Remove unnecessary annotationsMaurício Meneghini Fauth
2020-01-20Remove or ignore side effects in PHP filesMaurício Meneghini Fauth
2019-12-14Remove some useless docblock commentsMaurício Meneghini Fauth
2019-12-12Remove useless parenthesesMaurício Meneghini Fauth
2019-12-12Remove unused use statementsMaurício Meneghini Fauth
2019-12-09Create ImportStatusControllerMaurício Meneghini Fauth
2019-09-02Remove vim modelinesMaurício Meneghini Fauth
2019-08-26Set the correct HTTP response code for the routerMaurício Meneghini Fauth
2019-08-26Remove support for target URL param for FAQ 1.34Maurício Meneghini Fauth
2019-08-26Fix issue with FAQ 1.34 redirection systemMaurício Meneghini Fauth
2019-08-21Extract the route definition from index.phpMaurício Meneghini Fauth
2019-08-21Use the router for transformation_wrapper.phpMaurício Meneghini Fauth
2019-08-21Use the router for transformation_overview.phpMaurício Meneghini Fauth
2019-08-21Use the router for view_operations.phpMaurício Meneghini Fauth
2019-08-21Use the router for view_create.phpMaurício Meneghini Fauth
2019-08-20Use the router for version_check.phpMaurício Meneghini Fauth
2019-08-20Use the router for schema_export.phpMaurício Meneghini Fauth
2019-08-20Use the router for prefs_twofactor.phpMaurício Meneghini Fauth
2019-08-20Use the router for prefs_manage.phpMaurício Meneghini Fauth
2019-08-20Use the router for prefs_forms.phpMaurício Meneghini Fauth
2019-08-20Use the router for phpinfo.phpMaurício Meneghini Fauth
2019-08-20Use the router for normalization.phpMaurício Meneghini Fauth
2019-08-20Use the router for navigation.phpMaurício Meneghini Fauth
2019-08-20Use the router for the logout pageMaurício Meneghini Fauth
2019-08-20Use the router for the lint entry pointMaurício Meneghini Fauth
2019-08-20Use the router for the license pageMaurício Meneghini Fauth
2019-08-20Use the router for the gis data editorMaurício Meneghini Fauth
2019-08-20Use the router for error report entry pointMaurício Meneghini Fauth
2019-08-20Use the router for check relations pageMaurício Meneghini Fauth
2019-08-20Use the router for the import entry pointMaurício Meneghini Fauth
2019-08-20Use the router for the table import pageMaurício Meneghini Fauth
2019-08-20Use the router for the server import pageMaurício Meneghini Fauth