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
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Čihař
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-06-03Merge remote branch 'origin/master'ninadsp
2010-05-31conform to relational terminology regarding columns and rowsMarc Delisle
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-03strings to gettext, first batchMarc Delisle
2010-03-06remove author names, as discussed at the 2010 developer meeting and according...Marc Delisle
2008-12-10use PMA_Table::sGetStatusInfo() for table information retrievalSebastian Mendel
2008-11-24Adding @package, first part.Michal Čihař
2008-06-21adjust table comments protection to the updated advisory (db print view and d...Marc Delisle
2007-10-18MySQL bug #20910 fixed in 5.0.25 (http://bugs.mysql.com/20910)Sebastian Mendel
2007-10-02make use of PMA_getDbComment()Sebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-04-01XHTML standard: no language attribute in <script>Sebastian Mendel
2007-04-01coding standard: no spaces inside bracesSebastian Mendel
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-03-30do NEVER unset $table or $db;Sebastian 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ř
2006-10-25Rename tbl_* files to drop useless _properties part.Michal Čihař
2006-09-21use @todo tag for todo items, to show up in generated documentationSebastian Mendel
2006-07-10TIMESTAMP and NULL bugsMarc Delisle
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2006-01-06bug #1389165, shows all columns as Null YesMarc Delisle
2006-01-06bug #1389165, data dict shows all columns as Null YesMarc Delisle
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-11-02- replaced $cfg['Bgcolor*'] with classesSebastian Mendel
2005-05-22bug #1193450: XHTML complianceMarc Delisle
2005-03-06native commentsMarc Delisle
2004-10-08removed superfluous spaces, introduced more CSS ID attributesGarvin Hicking
2004-09-25bug 1034299 error in SHOW KEYS for data dictMarc Delisle
2004-08-21commands out of syncMarc Delisle
2004-05-09Patch #950726Alexander M. Turek
2004-04-27Bug #942359 - Data dictionary had wrong <div>- count. Replace h1 withGarvin Hicking
2004-04-10Changed some queries to use MYSQLI_STORE_RESULT.Marcel Tschopp
2004-01-22Added MySQLi library; Removed calls to old mysql_wrappers library.Alexander M. Turek
2004-01-20use PMA_DBI functionMarc Delisle
2004-01-20use PMA functionMarc Delisle
2004-01-20PMA_DBI_num_rowsMarc Delisle
2003-12-22bug 863713Marc Delisle
2003-12-10bug 857186 - regex delimiterGarvin Hicking
2003-12-10bug 857186Marc Delisle
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ř