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-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
2017-07-16Move DI classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-14Move controllers to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2015-11-18Move to a sub package for better organizationMadhura Jayaratne
2015-11-17Refactor server variables pageMadhura Jayaratne
2015-09-01Rename classes' call from merge.Hugues Peccatte
2015-09-01Add missing 'use'.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-31Add MySQL doc to messageMarc Delisle
2015-08-31Fix #11446 MySQL 5.7 and Variables page for an unprivileged userMadhura Jayaratne
2015-03-06Remove unneeded closing tagsRahul Kadyan
2013-08-07Remove unused param from PMA_Util::showMySQLDocuMichal Čihař
2013-08-02remove server_variables_doc.php and add a function to return doc linksxmujay
2013-08-02refactor server_variablesxmujay
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-15make function starting with "PMA"xmujay
2013-05-07refactor server_view:xmujay
2013-04-30PMA_DBI_fetch_result --> PMA_DBI_fetchResultKasun Chathuranga
2013-04-30PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRowKasun Chathuranga
2012-11-09Use Response class for ajax responsesRouslan Placella
2012-11-09Shortened HTML output of server_variables.phpRouslan Placella
2012-11-09Dropped empty divRouslan Placella
2012-11-09Fixed direct linking to server variable nameRouslan Placella
2012-11-09Dropped inline JS and global JS vars in server variables editorRouslan Placella
2012-11-09Shortened class namesRouslan Placella
2012-11-09Improved layout for server variables pageRouslan Placella
2012-11-09Moved documentation links to first column in server_variables.phpRouslan Placella
2012-11-09Fixed server variable editor not working in anything other than Firefox'Rouslan Placella
2012-11-08Dropped dead code - JS is manadatory in 4.0Rouslan Placella
2012-10-31Got rid of inline JS on server_variables.phpRouslan Placella
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-09-05remove whitespaceDieter Adriaenssens
2012-09-05improve coding styleDieter Adriaenssens
2012-09-05remove mixed php and htmlDieter Adriaenssens
2012-08-30Coding style improvementsMadhura Jayaratne
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Fixed ajax responses in server_variable.phpRouslan Placella
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-05-25Fix function names: PMA_AddJSVar -> PMA_addJSVarMadhura Jayaratne
2012-05-05Dropped server_links.inc.phpRouslan Placella
2012-04-25Coding style improvements (Inline control structures are discouraged)Madhura Jayaratne
2012-04-13Coding style improvementsMadhura Jayaratne
2012-04-11Drop $cfg['MainPageIconic'].Michal Čihař