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
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
2019-08-19Use the router for the database import pageMaurício Meneghini Fauth
2019-08-04Use the router for the sql pagesMaurício Meneghini Fauth
2019-08-01Fix some errors detected by PHPStanMaurício Meneghini Fauth
2019-08-01Fix some errors detected by PHPStanMaurício Meneghini Fauth
2019-07-31Declare $containerBuilder global when necessaryMaurício Meneghini Fauth
2019-07-20Use the router for table structure pageMaurício Meneghini Fauth
2019-07-18Use the router for database structure pageMaurício Meneghini Fauth
2019-07-17Merge isset and unset callsHugues Peccatte
2019-06-22Use strict compare for booleansWilliam Desportes
2019-06-17Remove remaining calls to old DI containerMaurício Meneghini Fauth
2019-06-15Remove as much as possible the old DI systemHugues Peccatte
2019-06-14Add a trailing comma in multi-line arraysMaurício Meneghini Fauth
2019-06-01Inject dependencies (#15271)Hugues Peccatte
2019-05-14Remove $pmaThemeImage global from ignored errors for PHPStanMaurício Meneghini Fauth
2019-05-14Remove $table global from ignored errors for PHPStanMaurício Meneghini Fauth
2019-05-14Remove $db from ignore errors for PHPStanMaurício Meneghini Fauth
2019-05-11Use exit; instead of exit(); because exit; is most common in codebaseWilliam Desportes
2019-04-18Get $dbi from DIC instead of global in entry pointsMaurício Meneghini Fauth
2019-03-25Add ChangeLog entry for #13424Maurício Meneghini Fauth
2019-03-25Fix for #13424 Importing a CSV created tables named Table ##" (#14935)amarjitsingh52922
2019-01-13Reduce nested ifsHugues Peccatte
2019-01-07Format array declarationsMaurício Meneghini Fauth
2019-01-06Adds space after not (!) and type castMaurício Meneghini Fauth
2018-12-22Define an absolute path to use for require statementsMaurício Meneghini Fauth
2018-12-13Merge branch 'QA_4_8'Maurício Meneghini Fauth
2018-11-25phpstan level 2 - fixesWilliam Desportes
2018-11-11Retrieve parameters from $_POST in importMaurício Meneghini Fauth
2018-08-18phpstan level 1 (#14472)William Desportes
2018-05-30Fix some PSR-2 coding standard errorsMaurício Meneghini Fauth
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
2018-04-01Refactor PhpMyAdmin\Import static methodsMaurício Meneghini Fauth
2018-03-02Remove @ operator from ini_set()Maurício Meneghini Fauth
2018-03-02Remove @ operator from ini_get()Maurício Meneghini Fauth
2018-02-27Replace static methods with instance methodsMaurício Meneghini Fauth
2017-12-14Accept SQL query only from POST requestsMichal Čihař
2017-12-04Use 'elseif' keyword istead of 'else if'Maurício Meneghini Fauth
2017-11-29Move collation connection setting to user preferencesMichal Čihař
2017-11-09Fix undefined variable notice in import.phpMaurício Meneghini Fauth
2017-11-04Replace globals with DI in PhpMyAdmin\BookmarkMaurício Meneghini Fauth
2017-10-10Remove is_superuser superglobalMichal Čihař
2017-09-12Refactor plugin_interface functions to static methodsMaurício Meneghini Fauth
2017-09-12Refactor parse_analyze function to static methodMaurício Meneghini Fauth
2017-09-05Refactor import functions to static methodsMaurício Meneghini Fauth
2017-07-20Move plugins classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-18Merge branch 'QA_4_7'Michal Čihař
2017-07-18Avoid breakage if set_time_limit is disabledMichal Čihař