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-07-28Add ServerRequest parameter to all controllersMaurício Meneghini Fauth
2022-03-11Fix possible undefined globalsMaurício Meneghini Fauth
2022-03-10Remove IS_TRANSFORMATION_WRAPPER constantMaurício Meneghini Fauth
2022-03-07Replace `global` keyword with `$GLOBALS`Maurício Meneghini Fauth
2022-01-28Remove `db` and `table` globals from DbTableExists classMaurício Meneghini Fauth
2022-01-01Change QUERY_STORE to QUERY_BUFFEREDKamil Tekiela
2022-01-01Implement ResultInterface & MysqliResultKamil Tekiela
2021-09-15Remove useless whitespacesMaurício Meneghini Fauth
2021-08-30Make controllers callableMaurício Meneghini Fauth
2021-06-30Rename `Response` class to `ResponseRenderer`Maurício Meneghini Fauth
2021-06-03Fix coding standard errorsMaurício Meneghini Fauth
2021-03-07Rename variables to use camel case formatMaurício Meneghini Fauth
2021-03-05Use PSR-12 for control structures spacingMaurício Meneghini Fauth
2021-03-05Use PSR-12 for namespace use statementsMaurício Meneghini Fauth
2020-05-26Split some code out of DatabaseInterfaceWilliam Desportes
2020-05-13Fix some coding standard issuesMaurício Meneghini Fauth
2020-03-03Use early exit when possible in DbTableExists classMaurício Meneghini Fauth
2020-03-03Extract checkDatabase and checkTable private methodsMaurício Meneghini Fauth
2020-03-02Extract db_table_exists.inc.php to DbTableExists classMaurício Meneghini Fauth