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-07-09b to strong, and remove bold for MySQL charsetMarc Delisle
2008-05-23non-quoted list of columns in relation view for internal relationsMarc Delisle
2008-05-11relation view: foreign key changes for options ON DELETE/ON UPDATE on existin...Marc Delisle
2008-05-10improve variable nameMarc Delisle
2008-05-04PBXT: foreign key supportMarc Delisle
2007-12-19revised table relation codeSebastian Mendel
2007-10-19htmlspecialchars() is done in PMA_Message::addParam(), thanks to SebastianMarc Delisle
2007-10-18new strForeignKeyErrorMarc Delisle
2007-10-17make use of PMA_MessageSebastian Mendel
2007-10-09make use of new third 'class' parameter for PMA_showMessage()Sebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-04-01coding standard: no spaces inside bracesSebastian Mendel
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-04-01make $sql_query persistent (init it, never unset it, always assume it is set)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-12-29RFE #1621025, show SQL statements in Relation ViewMarc Delisle
2006-11-19bug #1597019, wrong error message when foreign key is not the same data type ...Marc Delisle
2006-10-25Rename tbl_* files to drop useless _properties part.Michal Čihař
2006-10-01trap error 1452 when adding a foreign key and the constraint failsMarc Delisle
2006-04-11fixed bug #1459418 Add foreign key fail on column with ' in nameSebastian Mendel
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2005-12-17added database name to relation querysSebastian Mendel
2005-12-08moved tbl_properties_common.php into librariesSebastian Mendel
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-24Move tbl_properties{.inc,_links,_table_info}.php to libraries folder as it do...Michal Čihař
2005-11-23drop PMA_setFontSizes()Sebastian Mendel
2005-11-02- fixed html output of tableSebastian Mendel
2005-10-08Use more require_once to avoid acquiring table info several times.Michal Čihař
2005-09-26Support for browsing selected columns (RFE #1275909).Michal Čihař
2005-07-11bug #1227710, unsaved relations lost when changing field to displayMarc Delisle
2005-02-05remove comments handling from relation viewMarc Delisle
2004-12-29added infou about UFPDF to documentationMichal Čihař
2004-10-30bug #1050424Marc Delisle
2004-10-21Cleanup of message displaying and navigation reloading.Michal Čihař
2004-10-20Backquote table name (bug #1050441).Michal Čihař
2004-08-27bug 1016997 wrong db name in SHOW KEYSMarc Delisle
2004-07-14bug 978111 relation view out of sync errorMarc Delisle
2004-07-07use PMA_DBI_try_query to catch the errorMarc Delisle
2004-06-17enable Relation view for InnoDB even if the internal infrastructure is not av...Marc Delisle
2004-06-14redesign part 3Marc Delisle
2004-05-20Little code reorganistaion (RFE #957308), removed some remaining php3 compati...Michal Čihař
2004-04-10Changed some queries to use MYSQLI_STORE_RESULT.Marcel Tschopp
2004-04-08phpMyAdmin should now be fully compatible with the new mysqli extension.Marcel Tschopp
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-20PMA_DBI_num_rowsMarc Delisle
2003-12-18bug 860258Marc Delisle
2003-11-27Huge set of optimizations, please test!Alexander M. Turek