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
2016-10-11Manage new-lines and extra whitespaces properlyDeven Bansod
2013-04-23Prevent null-byte injection in preg_replace()Marc Delisle
2012-11-12Adjust links to documentation in comments/docsMichal Čihař
2012-09-18Removed unnecessary empty lines in functionsChanaka Indrajith
2012-09-16Modified some untracked changesChanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-08-30use include(_once) in case of conditional includingDieter Adriaenssens
2012-08-01Fix undefined function issue in Tracker classChanaka Indrajith
2012-07-02fix missing include in PMA_Tracker classAlex Marin
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-27oop: merge master, fix commitsAlex Marin
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-23Use camel case for function names (PMA_query_as_controluser => PMA_queryAsCon...Madhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-09oop: modify PMA_getTableDef and PMA_getTableDefStandIn usageAlex Marin
2012-05-10Prefix private variables and methods with underscoreMadhura Jayaratne
2012-05-10Wrap some long linesMadhura Jayaratne
2012-04-27Empty line between @param and @returnMichal Čihař
2012-04-21Fix Undefined index: db in libraries/Tracker.class.phpJo Michael
2012-04-14check if PHPMYADMIN is setDieter Adriaenssens
2012-03-18Use 'void' if nothing is returnedMadhura Jayaratne
2012-02-20Prevent creating copy of possibly huge array (bug #3489378)Michal Čihař
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-08-24Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cas...Piotr Przybylski
2011-08-20Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-19Code style improvementsMadhura Jayaratne
2011-08-17Two more fixes for Tracking in DrizzlePiotr Przybylski
2011-08-17A few missing fixes for TrackingPiotr Przybylski
2011-08-17Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-17Simplify codePiotr Przybylski
2011-08-17Only PMA_DBI_fetch_assoc is needed herePiotr Przybylski
2011-08-17Optimize tracking query, only the first row is neededPiotr Przybylski
2011-08-17Make tracking compatible with DrizzlePiotr Przybylski
2011-08-16Inline three one-line methodsPiotr Przybylski
2011-08-16No need to use PMA_DBI_get_table_indexes_sql() here, use PMA_DBI_get_table_in...Piotr Przybylski
2011-08-16Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-16We need only associative array herePiotr Przybylski
2011-08-16Use PMA_DBI_get_columns in Tracker codePiotr Przybylski
2011-08-16Make this usage of $sql_backquotes less crypticPiotr Przybylski
2011-08-16Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-16Fix commentsPiotr Przybylski
2011-08-16PMA_backquote is not needed for string literalsPiotr Przybylski
2011-07-22Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-22Replace tabs with spaces, cleanup identationMichal Čihař
2011-07-22Fix spacing after @paramMichal Čihař
2011-06-28Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-06-27Consistent capitalisation of PMA_sqlAddSlashesMichal Čihař
2011-06-18Change all calls of SHOW KEYS/INDEX that use MySQL-specific fields to use que...Piotr Przybylski
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař