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 (Collapse)Author
2015-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2012-06-04Wrap long lines, move comments, remove unused codeMichal Čihař
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a ↵Madhura Jayaratne
multi-line IF statement must be on a new line)
2012-04-08Fix show_config_errors.phpJo Michael
2012-04-06use include with conditional includesDieter Adriaenssens
2012-03-28Merge branch 'QA_3_5'Marc Delisle
2012-03-28Merge branch 'QA_3_4' into MAINT_3_5_0Marc Delisle
2012-03-28[security] Fixed local path disclosure vulnerability, see PMASA-2012-2Marc Delisle
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-08-04Use new function for no cache headersMichal Čihař
2011-06-22Prevent caching of showing errors of config fileMichal Čihař
2011-06-22Better error message when config file can not be parsedMichal Čihař
- shorter text - directly show errors in iframe instead saying user to load other page
2010-08-30Fix permissions.Michal Čihař
Most files were made executable somewhere in ninadsp tree, reverting this.
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-05-22testing git setup - no major change made in code yetninadsp
only added a few comments
2010-03-31Provide way for vendors to easily change paths to config files.Michal Čihař
2008-11-24Adding @package, second part.Michal Čihař
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-03-20fixed/added page level docblockSebastian Mendel
2007-03-19synced/fixed vim lineSebastian Mendel
2006-03-17Add wrapper to show config errors even with no error reporting (RFE #1447173).Michal Čihař