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
2012-06-11Added PMA_OutputBuffering class, dropped ob.lib.phpRouslan Placella
2012-06-11Integrated chk_rel.php with PMA_Response classRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-04-27Add docs to some files and methodsMichal Čihař
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-06-06Replace TRUE/FALSE with true/false.Michal Čihař
At least this seems to be the coding standard, so make all files compliant.
2010-08-30Fix permissions.Michal Čihař
Most files were made executable somewhere in ninadsp tree, reverting this.
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26No need to require_once footerMichal Čihař
It is the last thing executed anyway (ends with exit).
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Čihař
2010-07-24functions.js included automaticallyMarc Delisle
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
2009-03-03rfe #1731967 Check for relations support on main page.Michal Čihař
2008-11-24Adding @package, first part.Michal Čihař
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-20fixed/added page level docblockSebastian Mendel
2007-03-19synced/fixed vim lineSebastian Mendel
2006-10-25Rename db_* files to drop useless _details part.Michal Čihař
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to ↵Michal Čihař
libraries folder as it does not require direct access.
2005-11-24Move db_details_{common,db_info,links}.php to libraries folder as it does ↵Michal Čihař
not require direct access.
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2003-11-27Huge set of optimizations, please test!Alexander M. Turek
2003-11-22Final batch of PHP3-Compatibility fixes. Please test. :-)Garvin Hicking
2003-11-18no more support for php3Michal Čihař