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-12-08Quote table name for use in regexpMichal Čihař
2013-09-26Avoid notice on DrizzleMarc Delisle
2013-09-13bug #4089 Moving Columns will alter column definitionMadhura Jayaratne
2013-06-21Bug #3960 NavigationBarIconic config not honoredMarc Delisle
2013-06-03Display the unit of Row lengthMarc Delisle
2013-06-03Alternating row color problemMarc Delisle
2013-06-03Use sentence case for "Row statistics"Marc Delisle
2013-04-28Show Ajax error message when updating table columns failsJ.M
2013-04-28Fix Ajax problems introduced with 14eb3c32, correct spacing for column editorJ.M
2013-04-28Add rfe #1422 [interface] Provide feedback if no columns selected for multi-s...J.M
2013-03-21moved the method PMA_getHtmlForDisplayIndexes to the index.lib.php fileMohamed Ashraf
2013-03-17Dead codeMarc Delisle
2013-03-17Bug #3838 Modifying a column does not show the result of the operationMarc Delisle
2013-02-26Missing error URLMarc Delisle
2013-02-26The field_orig is not present in the request when adding a columnMarc Delisle
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-12-20The term "properties" has another meaning in phpMyAdmin 4.xMarc Delisle
2012-12-19Remove remaining code in tbl_alter.phpMarc Delisle
2012-12-18Rename function because it does not return HTML but directly displays itMarc Delisle
2012-12-18Document functionsMarc Delisle
2012-12-18Partially handle the regenerate logicMarc Delisle
2012-12-18Handler for multiple columns Change buttonMarc Delisle
2012-12-18Handler for column ChangeMarc Delisle
2012-12-17Refactoring attempt to start fixing the "Missing redirection to table structu...Marc Delisle
2012-12-09The data dictionary is a print view pageRouslan Placella
2012-11-26Added microhistory metadata to some linksRouslan Placella
2012-11-24Fixed action links on table structure pageRouslan Placella
2012-11-24Refactored menuPrepare and menuResize into a jQuery pluginRouslan Placella
2012-11-24Dropped the "More" dropdown from tbl_structure.phpRouslan Placella
2012-11-24Typo fixRouslan Placella
2012-11-20Dropped usage of jQuery UI dialog for insert into table functionalityRouslan Placella
2012-11-12Fix links to FAQMichal Čihař
2012-11-11Fixed bug #3586115 - Unterminated JS stringRouslan Placella
2012-10-31Closed tagRouslan Placella
2012-10-31Fixed add/edit column functionalityRouslan Placella
2012-10-31Use an "ajax" class on ajaxified "Add primary key" linksRouslan Placella
2012-10-31Use an "ajax" class on ajaxified "Drop column" linksRouslan Placella
2012-10-31Use an "ajax" class on ajaxified "Truncate Table" linksRouslan Placella
2012-10-31Use an "ajax" class on ajaxified "Drop Db/Table" linksRouslan Placella
2012-10-31Drop "Check All/Uncheck All" functionality in PHP, this is already handled in JSRouslan Placella
2012-10-31Open "print view" pages in a separate windowRouslan Placella
2012-09-18Resolved conflictsChanaka Indrajith
2012-09-18Removed unnecessary empty lines in functionsChanaka Indrajith
2012-09-18Various coding style improvements, mostly docblocksMichal Čihař
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-09-05Simplify linking to documentationMichal Čihař
2012-08-30Remove tabs and trailing white spacesMadhura Jayaratne
2012-08-21Fix missing spacing in HTML sourceJ.M