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-24Fix merge conflictsMarc Delisle
2012-05-14Merge remote branch 'upstream/master'Chanaka Indrajith
2012-05-13Moved parameters check out of the header fileRouslan Placella
2012-05-13Moved generation of print summary for queries to sql.php - allows better reus...Rouslan Placella
2012-05-11jqPlot for profiling chartMarc Delisle
2012-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-05-05Dropped server_links.inc.phpRouslan Placella
2012-04-29Fix new checkstyle warningsJo Michael
2012-04-29Fix checkstyle MultiLineAssignment warningsJo Michael
2012-04-27Move comments out of if statementMichal Čihař
2012-04-26Include CodeMirror globallyRouslan Placella
2012-04-26Merge branch 'QA_3_5'Rouslan Placella
2012-04-26Fixed bug #3521416 - JS error when editing indexRouslan Placella
2012-04-21Short-hand notation for jQuery document.ready eventJo Michael
2012-04-20bookmark sql query after checking errorsAlex Marin
2012-04-20avoid assignment in conditionAlex Marin
2012-04-13+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEn...Jo Michael
2012-04-10Fix PHP noticesJo Michael
2012-04-09jQuery UI is already included from common.inc.phpMarc Delisle
2012-04-09No additional spaces in "(query took ...)" messageJo Michael
2012-04-07Merge branch 'QA_3_5'Madhura Jayaratne
2012-04-07bug #3515666 [display] Profiling chart shows wrong dataMadhura Jayaratne
2012-03-26Merge branch 'QA_3_5'Madhura Jayaratne
2012-03-26bug #3510784 [edit] Limit clause ignored when sort order is rememberedMadhura Jayaratne
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2012-03-18Replaced HTML5-obsolete <tt> tags with <code>Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-03-14Clearer confirmation of queryMichal Čihař
2012-03-13Confirmation after a bookmark creation needs these $_GET parametersMarc Delisle
2012-03-11$_POST and bookmark creationMarc Delisle
2012-03-04No longer depend on grab_globals.lib.php for $_GET variablesMarc Delisle
2012-02-08Provide Show all button for reasonably small tablesMichal Čihař
2012-02-01Activated codemirror for inline edits of queries.Eric Krona
2012-01-02rfe #3292013 Dialogs when dropping indicesMarc Delisle
2011-12-28Fix merge conflictsMarc Delisle
2011-12-28bug #3463933 [display] SELECT DISTINCT displays wrong total records foundMarc Delisle
2011-12-20bug #3340842 [structure] Error dropping index of non-existing columnMarc Delisle
2011-11-24coding style : control structuresDieter Adriaenssens
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-24Use same logic for printing SQL results as elsewhereMichal Čihař
2011-10-11Fix jQuery UI version numberPiotr Przybylski
2011-10-11Upgrade jQuery UI to 1.8.6Piotr Przybylski
2011-09-29Merge branch 'QA_3_4'Madhura Jayaratne
2011-09-29To avoid a notice on undefined variableMadhura Jayaratne
2011-09-28Merge branch 'QA_3_4'Madhura Jayaratne
2011-09-28bug #3390832 [display] Delete records from last page breaks searchMadhura Jayaratne
2011-09-28Coding style improvementsMadhura Jayaratne
2011-09-23Use lower case for true, false and nullMadhura Jayaratne