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
2008-10-12bug #2161443 [structure] Incorrect index choice shown when modifying an indexMarc Delisle
2008-03-17undefined where starting to create an indexMarc Delisle
2008-02-07aggregate more index code into PMA_index classSebastian Mendel
2008-02-07more cleanup/refactoring on index codeSebastian Mendel
2008-02-04new Class PMA_Index;Sebastian Mendel
2008-01-17invalid vim modelineMarc Delisle
2007-10-17make use of PMA_MessageSebastian Mendel
2007-10-16make use of PMA_MessageSebastian Mendel
2007-10-04use array to define included JavaScript librariesSebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-04-01coding standard: no spaces inside bracesSebastian 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-14bug #1627210, #1083301, #1482401 [data] warning on duplicate indexesSebastian Mendel
2007-02-10get rid of propiconMarc Delisle
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-04-27removed table formating, done in cssSebastian Mendel
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2006-01-15allow 0 as name for database, table collumn, alias and indexSebastian Mendel
2005-12-08Fix XHTML.Michal Čihař
2005-12-02revised XHTML outputSebastian Mendel
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-08bug #1350872 Broken Link in Structure TabSebastian Mendel
2005-10-29Fix documentation links (bug #1341676).Michal Čihař
2005-07-11Show better error messages when checking numerical inputs (bug #1207402).Michal Čihař
2004-12-29added infou about UFPDF to documentationMichal Čihař
2004-11-02Fix index editing.Michal Čihař
2004-11-02RFE #1044677: Check for suboptimal indexes.Garvin Hicking
2004-08-21optimize codeMarc Delisle
2004-08-12Change look of adding fields into table (bug #991095).Michal Čihař
2004-08-11Fix grabing indexes with MYSQLI_USE_RESULT (bug #1007286).Michal Čihař
2004-06-14redesign part 3Marc Delisle
2004-05-20Little code reorganistaion (RFE #957308), removed some remaining php3 compati...Michal Čihař
2004-05-16Patch #947190Alexander M. Turek
2004-05-11use PMA_sendHeaderLocationMarc Delisle
2004-04-27Be valid XHTML.Michal Čihař
2004-04-26Remove print_r (bug #942383).Michal Čihař
2004-04-10Changed some queries to use MYSQLI_STORE_RESULT.Marcel Tschopp
2004-03-30Use properly $cfg['PropertiesIconic'] (bug #918072).Michal Čihař
2004-01-28Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqliGarvin Hicking
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_DBI functionMarc Delisle
2004-01-20PMA_DBI_num_rowsMarc Delisle
2003-11-27Huge set of optimizations, please test!Alexander M. Turek
2003-11-25Reverted some obfuscated RegExes. Nijel, as you where working on that: I remo...Garvin Hicking
2003-11-22Final batch of PHP3-Compatibility fixes. Please test. :-)Garvin Hicking
2003-11-18no more support for php3Michal Čihař