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-05-21wrap long lines, improve coding styleDieter Adriaenssens
2012-05-18Merge pull request #61 from nicokaiser/TableStatusCacheMarc Delisle
2012-05-12Fix some doc commentsMadhura Jayaratne
2012-05-11Fix function names: PMA_escape_mysql_wildcards -> PMA_escapeMysqlWildcardsMadhura Jayaratne
2012-05-10Use sha1 instead of md5, reorder conditions for table status caching and avoi...Nico Kaiser
2012-05-10Add StatsCache* config options for caching TABLE STATUS output in APC (if ava...Nico Kaiser
2012-04-27Cleanup spacing after @returnMichal Čihař
2012-04-27Better styleMichal Čihař
2012-04-27Wrap long linesMichal Čihař
2012-04-27Fallback to CP1252 in case we can not detectMichal Čihař
2012-04-27Fetch encoding onceMichal Čihař
2012-04-16export mediawiki outputs content and structureAlex Marin
2012-03-16Coding style improvementsMadhura Jayaratne
2012-03-14cleanup package tagsDieter Adriaenssens
2012-02-18Merge branch 'QA_3_5' of github.com:phpmyadmin/phpmyadmin into QA_3_5Madhura Jayaratne
2012-02-18bug #3482113 [edit] Column '0' not changeableMadhura Jayaratne
2012-02-17Treat performance_schema as system schema only for MySQL, not for DrizzlePiotr Przybylski
2012-02-16Treat performance_schema as system schemaMichal Čihař
2011-12-11Coding style improvementsMadhura Jayaratne
2011-12-07Coding style improvements - Multiline assignmentsMadhura Jayaratne
2011-11-30typoDieter Adriaenssens
2011-11-30coding style : use lower case constant falseDieter Adriaenssens
2011-11-10rfe #1632106 [interface] Improved error handlingMichal Čihař
2011-10-25Coding style, documentationMichal Čihař
2011-10-25Coding style improvements, mostly in docblocksMichal Čihař
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-24Make messages look like sentences, avoid mentioning server typeMichal Čihař
2011-10-24Avoid message concatenation in this caseMichal Čihař
2011-10-24Factor out error message formattingMichal Čihař
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-09-17Fixed broken retreival of triggers for a specific tableRouslan Placella
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-09-02typosDieter Adriaenssens
2011-08-24Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-24Use PMA_Table::isView() instead of PMA_isView()Piotr Przybylski
2011-08-24Print server_comment after server software versionPiotr Przybylski
2011-08-24PMA_DBI_fetch_single_row() shouldn't allow to set the $options argumentPiotr Przybylski
2011-08-24PMA_DBI_fetch_value() doesn't shouldn't allow to set the $options argumentPiotr Przybylski
2011-08-24Create PMA_is_system_schema() function which checks whether current database ...Piotr Przybylski
2011-08-24Inline PMA_DBI_get_default_engine(), this one-liner is used only oncePiotr Przybylski
2011-08-24Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cas...Piotr Przybylski
2011-08-16Fix comments for functions with missing @return tagPiotr Przybylski
2011-08-13Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-08Merge branch 'edit-view' of git://github.com/csware/phpmyadmin into intMichal Čihař
2011-08-05Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-05Add docMichal Čihař
2011-08-05Coding style, function definitionsMichal Čihař
2011-08-05Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-05PMA_DBI_get_columns - return null when there are no columns (server synchroni...Piotr Przybylski
2011-08-04Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski