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
2014-12-30Sever Variables Table UI ImprovementsMadhura Jayaratne
2014-12-18Fix coding styleMarc Delisle
2014-12-04As of 1.9, the event name string "hover" is no longer supported as a synonym ...Madhura Jayaratne
2014-12-02More instances of .live() and .die() replaced with .on() and .off()Madhura Jayaratne
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
2013-07-30Fixed newlinesMichal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2012-11-25Fixed duplicate icons on back button pressRouslan Placella
2012-11-09Shortened HTML output of server_variables.phpRouslan Placella
2012-11-09Cache jQuery objectsRouslan Placella
2012-11-09Fixed direct linking to server variable nameRouslan Placella
2012-11-09Clean-up and speed-up JS on server variables pageRouslan Placella
2012-11-09Dropped inline JS and global JS vars in server variables editorRouslan Placella
2012-11-09Delegate hover eventRouslan Placella
2012-11-09Use DIV based layout for server variables editorRouslan Placella
2012-11-09Shortened class namesRouslan Placella
2012-11-09Improved layout for server variables pageRouslan Placella
2012-11-09Dropped broken table width limiting functionRouslan Placella
2012-11-08Dropped dead code - JS is manadatory in 4.0Rouslan 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-31Handle failure of ajax requests in server_variablesRouslan Placella
2012-10-31Got rid of inline JS on server_variables.phpRouslan Placella
2012-06-11Expect JSON for every ajax request in JavaScriptRouslan Placella
2012-06-09Merge branch 'QA_3_5'Rouslan Placella
2012-06-09Fixed invalid HTML tagRouslan Placella
2012-04-29Fix checkstyle InlineControlStructure warningsJo Michael
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-21Add loading indicator to server variables editorJo Michael
2012-04-11add vim directive for indenting with spacesDieter Adriaenssens
2012-04-07Better compatibility with newer versions of jQuery.Gemorroj
2011-12-20Globally prevent AJAX requests from being cachedRouslan Placella
2011-11-28Error notifications should not time outRouslan Placella
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-08-18- Easy editing of byte values using kb,mb,gbTyron Madlener
2011-08-10more code cleanupTyron Madlener
2011-08-08Merge remote-tracking branch 'origin/master'Tyron Madlener
2011-08-05Advisor: Variable names redirect to the variable on the variables pageTyron Madlener
2011-08-05Coding style, function definitionsMichal Čihař
2011-08-02Small improvements:Tyron Madlener
2011-07-15pma spritify part 2Tyron Madlener
2011-07-11- No CPU,Memory & Swap Charts for DB servers that are not localhostTyron Madlener
2011-07-05Work on the Server Monitor and other thingsTyron Madlener
2011-06-17Bugfixes, Adjustments and Server variable editingTyron Madlener
2011-06-15- Server variables that represent bytes are convert to a byte format (e.g. 16...Tyron Madlener
2011-05-18Added variable filtering for the 'Variables' Pagetyron