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
2018-11-11Retrieve parameters from $_POST in chk_relMaurício Meneghini Fauth
2018-11-11Fix missing parameterMadhura Jayaratne
2018-11-11Retrieve parameters from $_POST in database and table operation pagesMadhura Jayaratne
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
2018-02-25Replace static methods with instance methodsMaurício Meneghini Fauth
2017-11-28Use session to indicate switching to new databaseMichal Čihař
2017-11-05Merge branch 'QA_4_7'Madhura Jayaratne
2017-11-05Fix #13800 Database lost when renaming to similar name and lower_case_table_n...Madhura Jayaratne
2017-10-24Remove unused codeMichal Čihař
2017-10-10Remove is_superuser superglobalMichal Čihař
2017-09-13Refactor relation_cleanup functions to static methodsMaurício Meneghini Fauth
2017-09-12Refactor plugin_interface functions to static methodsMaurício Meneghini Fauth
2017-09-12Refactor check_user_privileges to static methodsMaurício Meneghini Fauth
2017-09-07Refactor display_create_table to static methodsMaurício Meneghini Fauth
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
2017-08-21Refactor operations functions to static methodsMaurício Meneghini Fauth
2017-07-20Move plugins classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-17Remove last uses of PMA_MYSQL_INT_VERSION defineMichal Čihař
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-28Remove custom layout for operations pagesMichal Čihař
2017-04-12Adds error if copy database name have the same nameMichal Čihař
2017-02-06Fixed database renamingMichal Čihař
2016-12-07Simplify Response object handlingMichal Čihař
2016-12-07Remove is_ajax_request globalMichal Čihař
2016-11-10Merge branch 'QA_4_6'Michal Čihař
2016-10-29Properly escape strings in MySQL statement valuesDeven Bansod
2016-09-16Avoid using mb_strlen for checking whether string is emptyMichal Čihař
2016-06-16Separate adding HTML markup to message from othersMichal Čihař
2016-04-11Move MySQL charsets handling to the Charsets classMichal Čihař
2016-04-11Move getting collation to the DBI layerMichal Čihař
2016-02-03Remove PmaAbsoluteUri from redirectsMichal Čihař
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
2015-12-21Remove unused PMA_String classMichal Čihař
2015-12-21Remove unused pmaString variableMichal Čihař
2015-11-08Make PHPCS happy.Hugues Peccatte
2015-10-04Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-03Clarify method nameMarc Delisle
2015-09-14Revert PMA_String rename.Hugues Peccatte
2015-09-09Merge branch 'master' into useNamespaces_masterHugues Peccatte
2015-09-09Remove Drizzle from database level functionsMadhura Jayaratne
2015-09-05Move libraries/plugins/auth and export classes into a namespace.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-25Refactor db_info.inc.phpMarc Delisle
2015-07-30Creating StructureControllerJason
2015-07-25Make PHPCS happy.Hugues Peccatte
2015-07-01Trial Approach to solve Privileges bug for RFE#657Deven Bansod