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
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-22Use correct SQL terminologyMarc Delisle
2013-05-22Dead codeMarc Delisle
2013-05-10Wrap some long linesMichal Čihař
2013-05-10Replace HTML/PHP mix with PHPMichal Čihař
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_get_table_indexes --> PMA_DBI_getTableIndexesKasun Chathuranga
2013-04-30PMA_DBI_fetch_value --> PMA_DBI_fetchValueKasun Chathuranga
2013-04-30PMA_DBI_get_columns --> PMA_DBI_getColumnsKasun Chathuranga
2013-04-30PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFullKasun Chathuranga
2013-04-30PMA_DBI_get_tables --> PMA_DBI_getTablesKasun Chathuranga
2013-04-25Consistently include colon in strings to translateMichal Čihař
2012-12-09The data dictionary is a print view pageRouslan Placella
2012-10-28Clean PHP, HTML mixMadhura Jayaratne
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-08-30Coding style improvementsMadhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-14Modifications to PMA_printButton() function in common.lib.php and renamed as ...Chanaka Indrajith
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-04-27Fix spacing around bracketsMichal Čihař
2012-04-26Little bit of coding styleMichal Čihař
2012-04-21Clarify variable nameMarc Delisle
2012-04-21Clarify function nameMarc Delisle
2012-04-14Coding style improvementsMadhura Jayaratne
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-22Small code cleanupMarc Delisle
2012-03-22Patch #3506552 (Contest-2) Show index information in the data dictionaryMuhammad Adnan
2012-03-18Replaced xml:lang attributes by lang for HTML5Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-24Unify print button code and factor it out to functionMichal Čihař
2011-09-06use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-08-24Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cas...Piotr Przybylski
2011-08-19Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-19Include missing database tabsMichal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19Do not escape field here, it is used as index to vairous arraysMichal Čihař
2011-08-19Revert "Revert "More of missing escaping""Michal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19Revert "More of missing escaping"Michal Čihař
2011-08-19Fix getting tablesMichal Čihař
2011-08-19Use PMA_DBI_get_tables instead of own queryMichal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19More of missing escapingMichal Čihař
2011-08-19Merge branch 'QA_3_4'Michal Čihař
2011-08-19Missing escapingMichal Čihař