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
2015-05-04Add missing language namesMadhura Jayaratne
2014-10-09Revert "The DisableIS directive is being deprecated"Madhura Jayaratne
2014-10-07Remove extra variables form docMadhura Jayaratne
2014-10-04Remove dead codesChanaka Dharmarathna
2014-06-20Update PHPDoc and remove useless variables and methods to fix scrutinizer err...Hugues Peccatte
2014-05-21Comment that missing break statement is intendedAnn + J.M
2013-12-07Minor PHPDoc modifications.Hugues Peccatte
2013-11-11Huge PHPDoc update.Hugues Peccatte
2013-11-05The DisableIS directive is being deprecatedMarc Delisle
2013-08-07Various coding style fixesMichal Čihař
2013-06-11Add name for utf8mb4Michal Čihař
2013-06-11refactor mysql_charsets.inc.phpxmujay
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-12PMA_is_system_schema --> PMA_isSystemSchemaKasun Chathuranga
2013-05-04PMA_DBI_free_result --> PMA_DBI_freeResultKasun Chathuranga
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_fetch_value --> PMA_DBI_fetchValueKasun Chathuranga
2013-04-12PHP keywords must be lowercaseMadhura Jayaratne
2012-09-18Resolved conflictsChanaka Indrajith
2012-09-18Removed unnecessary empty lines in functionsChanaka Indrajith
2012-09-18wrap long linesDieter Adriaenssens
2012-09-17Need to use global variables hereMichal Čihař
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-04-27Cleanup spacing after @returnMichal Čihař
2012-03-21Merge branch 'master' of github.com:phpmyadmin/phpmyadminMadhura Jayaratne
2012-03-21Coding style improvements - mostly doc commentsMadhura Jayaratne
2012-03-18Replaced xml:lang attributes by lang for HTML5Jo Michael
2011-12-07Coding style improvements - Multiline assignmentsMadhura Jayaratne
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-08-24Create PMA_is_system_schema() function which checks whether current database ...Piotr Przybylski
2011-08-13Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-08Adjust switch blocks to PEAR coding standardsMichal Čihař
2011-08-08Convert more occurences of inline autosubmit code to external jsMichal Čihař
2011-08-05Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-05Coding style, function definitionsMichal Čihař
2011-07-22Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-22Fix spacing after @paramMichal Čihař
2011-06-28Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-27Remove @uses tags from docblocksMichal Čihař
2011-06-06Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař
2011-06-06Remove $mysql_charsets_count and $mysql_collations_countPiotr Przybylski
2011-05-25Make PMA_getDbCollation work with DrizzlePiotr Przybylski
2011-05-25Drizzle has CHARACTER SETPiotr Przybylski
2011-05-17Case insensitive comparisons to check for I_S, tread D_D as I_SPiotr Przybylski
2011-05-09Fix for Drizzle collationsPiotr Przybylski