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
2018-02-27Replace static methods with instance methodsMaurício Meneghini Fauth
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-07Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-01Refactor the sql functions into static methodsMaurício Meneghini Fauth
2016-12-07Simplify Response object handlingMichal Čihař
2016-05-23Merge branch 'QA_4_6'Michal Čihař
2016-05-23Avoid not neeedded urlencode/urldecode steps in multi submitsMichal Čihař
2016-04-11Move MySQL charsets handling to the Charsets classMichal Čihař
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-01-14Move common code inside the methodMadhura Jayaratne
2015-10-22Refactor high-level parser calling into a functionMarc Delisle
2015-10-04Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-03Clarify method nameMarc Delisle
2015-09-01Set namespace on config classes.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-26Merge branch 'QA_4_4' into QA_4_5Marc Delisle
2015-08-26Tries to fix #11431Deven Bansod
2015-08-08Merge branch 'QA_4_4'Marc Delisle
2015-08-08Do not act, if no row is selected from query outputDeven Bansod
2015-07-10Replaced more of the old parser.Dan Ungureanu
2015-04-08rfe #1651 Allow copying mutiple rowsMadhura Jayaratne
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-12-28Code cleanup: $disp_mode was always empty at this pointMarc Delisle
2014-08-01Provide sane fallback valueMichal Čihař
2014-06-09RFE-759 Use aliases in SQL export for tables and columnsChirayu Chiripal
2014-02-02Correct punctuation for sentencesMichal Čihař
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-07-23Fix typosMarc Delisle
2013-07-22No longer neededMarc Delisle
2013-07-22replace include 'sql.php' with method calls to sql.lib.phpSpun Nakandala
2013-07-22taken care by sql.js in client sideSpun Nakandala
2013-06-11refactor mysql_charsets.inc.phpxmujay
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-04-30Fix indentationMadhura Jayaratne
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-22Patch #3500882 Fixing checkbox behaviour while editing identical rowsAtul Pratap Singh
2012-03-27Final removal of grab_globals scriptMarc Delisle
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-23use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař
2011-05-01Misleading commentsMarc Delisle
2011-03-18No need for extra loading of js and headers here (bug#3222746).Michal Čihař
2011-03-18Another replacement of translated strings by fixed onesMichal Čihař
2011-03-18Whitespace cleanupMichal Čihař