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
2013-05-20Merge branch 'QA_4_0'Marc Delisle
2013-05-20Bug #3947 Missing Sql Query after modify structure fixedSpun Nakandala
2013-05-13Fix merge conflictsMarc Delisle
2013-05-12Bug fix 3898-Structure/page not refreshed. Updating Table statsayusun
2013-04-30Merge branch 'origin/QA_4_0'J.M
2013-04-28Re-add dropped calls to PMA_verifyColumnsProperties, prevent double event han...J.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-04-28Show loading message while loading edit single column structureJ.M
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-15Move declaration before function usageMichal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15Various javascript fixesMichal Čihař
2013-04-15More javascript cleanup, more fixes of === / !===Michal Čihař
2013-04-15Explicitly define radix for parseIntMichal Čihař
2013-04-15Use type cast safe comparisonMichal Čihař
2013-03-21Moved the event handlers for the index form to indexes.jsMohamed Ashraf
2013-01-28Fix merge conflictsMarc Delisle
2013-01-28Escape HTML for index drop confirmation messageMarc Delisle
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2013-01-21Regroup all AJAX.registerOnload() and AJAX.registerTeardown() sections at top...Marc Delisle
2013-01-21Bind events according to the new AJAX spec:Rouslan Placella
2013-01-21Table structure functionality belongs in tbl_structure.js fileRouslan Placella
2013-01-12Coding standardsMarc Delisle
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-12-20js cleanup: space after "if"Marc Delisle
2012-12-19Catch remote errorsMarc Delisle
2012-12-18Call the function that adjusts the displayed column propertiesMarc Delisle
2012-12-18Handle the multiple columns Change input (for IE < 9)Marc Delisle
2012-12-18Handler for multiple columns Change buttonMarc Delisle
2012-12-18Handler for column ChangeMarc Delisle
2012-11-26Comment for table structure menu resizer callbackRouslan Placella
2012-11-25Display executed queries on tbl_structure.phpRouslan Placella
2012-11-24Fixed action links on table structure pageRouslan Placella
2012-11-24Fixed invalid function nameRouslan Placella
2012-11-24Refactored menuPrepare and menuResize into a jQuery pluginRouslan Placella
2012-11-24Dropped the "More" dropdown from tbl_structure.phpRouslan Placella
2012-10-31Speed up selector: http://goo.gl/54k7wRouslan Placella
2012-10-31Fixed "More" dropdown on tbl_structure.phpRouslan Placella
2012-10-31Rewrite and integration of js/common.jsRouslan Placella
2012-10-31Reload the navigation ina few extra placesRouslan Placella
2012-10-31Fixed add/edit column functionalityRouslan Placella
2012-10-31Added ajax behaviour to indexes in the navigation treeRouslan Placella
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-10-31Missing "ajax" class in selectorRouslan Placella
2012-10-31Only reload the form with columns if it existsRouslan Placella
2012-10-31Use an "ajax" class on ajaxified "Drop index" linksRouslan Placella
2012-10-31Use an "ajax" class on ajaxified "Add primary key" linksRouslan Placella