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
2012-06-05Merge branch 'master' of github.com:phpmyadmin/phpmyadminMichal Čihař
2012-06-05Fix variable nameMichal Čihař
2012-06-04Fixed regression from commit e544705e3c9a959ee93fc596ebcd002c1dba0cdfRouslan Placella
2012-06-04Fix function nameMichal Čihař
2012-06-04Wrap some long linesMichal Čihař
2012-06-04Wrap some long linesMichal Čihař
2012-06-04Add missing commentMichal Čihař
2012-06-04Better name for functionMichal Čihař
2012-06-04Add documentationMichal Čihař
2012-06-04Correct wrappingMichal Čihař
2012-06-04Missing docMichal Čihař
2012-06-04This code is broken anyway (see comment above)Michal Čihař
2012-06-04Single place to handle table renaming for configuration storageMichal Čihař
2012-04-27Cleanup spacing after @returnMichal Čihař
2012-04-27Another syntax error I introducedMichal Čihař
2012-04-27Another missing commaMichal Čihař
2012-04-27Oops, missing comasMichal Čihař
2012-04-27Wrap some function callsMichal Čihař
2012-04-14verbose_check is no longer neededMarc Delisle
2012-03-21Merge branch 'master' of github.com:phpmyadmin/phpmyadminMadhura Jayaratne
2012-03-21Coding style improvementsMadhura Jayaratne
2012-03-18Merge pull request #7 from mynetx/masterMarc Delisle
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2012-03-18Use 'void' if nothing is returnedMadhura Jayaratne
2012-03-09Better contextMichal Čihař
2012-03-09Chinese needs different word here than in other placesMichal Čihař
2012-02-14Update references to SQL filesMichal Čihař
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-27Fix doc blocks and multiline if statementsMadhura Jayaratne
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-08-15Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-15Remove not needed param from PMA_REL_create_pageMichal Čihař
2011-08-15Remove not needed param from PMA_REL_create_pageMichal Čihař
2011-08-05Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-05Coding style, function definitionsMichal Čihař
2011-08-05Fix usage of PMA_DBI_get_columnsPiotr Przybylski
2011-08-04Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-03Bug #3383904 - Column comments are not displayedMadhura Jayaratne
2011-07-22Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-22Fix spacing after @paramMichal Čihař
2011-07-22Fix spacing on opening code blockMichal Čihař
2011-07-21Revert "Avoid double underscore in function name"Michal Čihař
2011-07-21Avoid double underscore in function nameMichal Čihař
2011-06-28Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-27Consistent capitalisation of PMA_sqlAddSlashesMichal Čihař
2011-06-27Remove @uses tags from docblocksMichal Čihař
2011-06-17Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_colum...Piotr Przybylski
2011-06-06Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař
2011-05-29Merge branch 'master' into drizzlePiotr Przybylski