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
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-08-04Use PMA_DBI_get_columnsMichal Čihař
2011-08-04Whitespace cleanupMichal Čihař
2011-07-22Fix spacing after @paramMichal Čihař
2011-06-27Consistent capitalisation of PMA_sqlAddSlashesMichal Čihař
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař
2011-05-09For easier reading, replace "!isset" with "! isset"Marc Delisle
2011-05-04Start to replace warning level with error levelMarc Delisle
2010-08-30Fix permissions.Michal Čihař
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26No need to require_once footerMichal Čihař
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-24merging changes from originninadsp
2010-05-23style is already in theme CSSMarc Delisle
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-10gettext conversionMarc Delisle
2010-05-03strings to gettext, first batchMarc Delisle
2010-04-19New message "Foreign key constraint"Marc Delisle
2010-04-18rfe 2988629 Improve labels in relation viewMarc Delisle
2010-04-18rfe #2988633 Improve ON DELETE/ON UPDATE drop-downsMarc Delisle
2009-10-17bug #2868328 [relations] Adding foreign key when table name contains a dotMarc Delisle
2009-06-24clarify function nameMarc Delisle
2009-04-27bug #2776520 (ON UPDATE property), bug was not in a released versionMarc Delisle
2009-03-23Fix typo.Michal Čihař
2009-03-03patch #2652972 [relation] Missing code with hashing for relationship editingMarc Delisle
2009-02-20patch #2602633 [core] support column name having square bracketsMarc Delisle
2008-11-24Adding @package, third part.Michal Čihař
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