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-11-24Adding @package, first part.Michal Čihař
2008-11-24Document some require/includes as phpdoc otherwise takes random block before ...Michal Čihař
2008-09-29patch #2122883 [PDF schema] Option to display just the keysMarc Delisle
2008-08-20BLOBstreaming support (Google Summer of Code 2008, Raj Kissu Rajandran) -- wo...Marc Delisle
2008-05-09make the database list more magic:Sebastian Mendel
2008-04-14bug #1919808 [operations] Renaming a database fails to handle functionsMarc Delisle
2008-04-12RENAME DATABASE removed in 5.1.23Marc Delisle
2008-01-07bug #1862661 [GUI] Warn about rename deleting databaseMarc Delisle
2007-12-30use PMA_generate_html_radio()Marc Delisle
2007-11-01bug 1823224, no legend/icon for db commentMarc Delisle
2007-10-18fixed call to PMA_Message::addParam()Sebastian Mendel
2007-10-17make use of PMA_MessageSebastian Mendel
2007-10-17bug #1814733 win: copy db to mixed name db failsSebastian Mendel
2007-10-09typoSebastian Mendel
2007-10-09make use of new third 'class' parameter for PMA_showMessage()Sebastian Mendel
2007-10-02make use of PMA_getDbComment()Sebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-09-10bug #1774825 Rename database loses charset infoMarc Delisle
2007-08-11bug #1771239 Edit PDF Pages not workingMarc Delisle
2007-07-19bug #1755339 Warn about rename dataase actually being copy/deleteMarc Delisle
2007-03-30do NEVER unset $table or $db;Sebastian Mendel
2007-03-30do not mess with $tableSebastian 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-11-17Check before commit!Michal Čihař
2006-10-25Rename db_* files to drop useless _details part.Michal Čihař
2006-10-19Rename db_details_db_info.inc.php to db_info.inc.php.Michal Čihař
2006-10-18must rebuild the db list after a CREATE DATABASEMarc Delisle
2006-10-18bug #1567316, renaming a db containing a viewMarc Delisle
2006-09-21use @todo tag for todo items, to show up in generated documentationSebastian Mendel
2006-08-26bug #1544779, undefined variable on db copyMarc Delisle
2006-08-08add a FIXME for db copy with Add Constraints and mysql extensionMarc Delisle
2006-07-04bug 1388048, constraints copied too early when copying a dbMarc Delisle
2006-07-04single-table copy did not copy the constraintsMarc Delisle
2006-07-02undefined variable tableMarc Delisle
2006-04-26Adapt to changes in export.Michal Čihař
2006-03-25DROP VIEW choice also for a db copy operationMarc Delisle
2006-03-23bug #1401864, preparing for possible DROP VIEW clausesMarc Delisle
2006-02-21merged libraries\tbl_move_copy.php in class PMA_TableSebastian 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-17added database name to relation querysSebastian Mendel
2005-12-08Fix XHTML.Michal Čihař
2005-12-05db operations: revised (style, code, xhtml output)Sebastian Mendel
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-24Move db_details_{common,db_info,links}.php to libraries folder as it does not...Michal Čihař
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-10-26unified message boxes (error, warning, confirmation)Sebastian Mendel
2005-10-17removed queryframe.php and references to itSebastian Mendel