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
2014-11-11Eliminate duplicate codeMadhura Jayaratne
2014-10-22Merge branch 'master' into ZweiSteinSoft/rfe/1550-pma-url-getcommon-new-styleAnn + J.M
2014-10-19Refactor code duplicationMarc Delisle
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-09-21Remove unneeded codeMarc Delisle
2014-09-16Fix code execution path warningMarc Delisle
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-08-01RFE#919: Multiple-column foreign key relation.Ashutosh Dhundhara
2014-05-19rfe #1523 Better visual clue for table structure primary key columnAnn + J.M
2014-05-08Remove code related to older MySQL version (minimum supported is 5.5)Marc Delisle
2014-02-27Remove space from the stringMichal Čihař
2013-09-04Fix codestyleMarc Delisle
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
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