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 schema_export.phpMaurício Meneghini Fauth
2019-07-31Declare $containerBuilder global when necessaryMaurício Meneghini Fauth
2019-06-15Remove useless 'use'Hugues Peccatte
2019-06-15Remove as much as possible the old DI systemHugues Peccatte
2019-06-01Inject dependencies (#15271)Hugues Peccatte
2019-04-18Get $dbi from DIC instead of global in entry pointsMaurício Meneghini Fauth
2019-04-18Use DI for $dbi global in Export classMaurício Meneghini Fauth
2018-12-22Define an absolute path to use for require statementsMaurício Meneghini Fauth
2018-08-31Remove $GLOBALS['dbi'] from Relation classMaurí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\Export static methodsMaurício Meneghini Fauth
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
2017-09-14Refactor schema_export function to a static methodMaurício Meneghini Fauth
2017-09-14Refactor pmd_common functions to static methodsMaurício Meneghini Fauth
2017-09-12Refactor plugin_interface functions to static methodsMaurício Meneghini Fauth
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
2017-07-20Move plugins classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
2016-01-19Merge branch 'QA_4_5'Michal Čihař
2016-01-19Check for parameter before using itMichal Čihař
2015-09-05Add namespace on part of plugins classes.Hugues Peccatte
2015-09-01Remove classes require_once.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-06-18Revert "Remove unused parameter $db"Madhura Jayaratne
2015-06-18POST parameter 'db' is already written to GLOBALS in libraries/common.inc.phpMadhura Jayaratne
2015-06-18Remove unused parameter $dbMadhura Jayaratne
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-08-24Simplify schema exportingMadhura Jayaratne
2014-08-10Set default values for schema export optionsBimal Yashodha
2014-08-09Cleanup globalsBimal Yashodha
2014-08-09Schema export pluginsBimal Yashodha
2014-07-23Use designer without configuring tablesBimal Yashodha
2014-07-01Remove old relational schema edit/export page and related codeBimal Yashodha
2014-06-30Export schema from designerBimal Yashodha
2014-06-16Remove unnecessarily added empty lines.Dhananjay Nakrani
2014-06-16Remove included 'common_error_reporting.php' script and its inclusion from al...Dhananjay Nakrani
2014-06-16Include error reporting script at the end of all the 'relevant' scripts.Dhananjay Nakrani
2013-08-06Various coding style fixesMichal Čihař
2013-08-06Remove double inclusionMichal Čihař
2013-07-28Fix merge conflictsMarc Delisle
2013-07-23[security] Fix control user SQL injection in schema_export.php, see PMASA-2015Marc Delisle
2013-07-19Share schema export codeMichal Čihař
2013-07-10split output from constructor for Schema classesadamgsoc2013
2013-05-26Some more missing renamingsMadhura Jayaratne
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2012-10-16Use single quotes when we do not want to evaluate the stringMichal Čihař