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
2018-05-12Revert "Replace .focus() with .on()"Maurício Meneghini Fauth
2018-05-12Replace .focus() with .on()Maurício Meneghini Fauth
2018-05-12Replace .keydown() with .on()Maurício Meneghini Fauth
2018-05-12Replace .click() with .on()Maurício Meneghini Fauth
2017-10-30Share code for row filteringMichal Čihař
2017-09-26Change ESLint's one-var to errorMaurício Meneghini Fauth
2017-09-26Change ESLint's eqeqeq to errorMaurício Meneghini Fauth
2017-09-25Automatic fixes by ESLintMaurício Meneghini Fauth
2017-06-13Automatically add token to all AJAX requestsMichal Čihař
2017-04-10Replaced deprecated jQuery calls.Dan Ungureanu
2016-11-15Merge remote-tracking branch 'upstream/master'Patric Gustafsson
2016-09-02Some more Token mismatch errors, Issue #12523Deven Bansod
2016-08-24Remove odd CSS class logic from PHP and JS filePatric Gustafsson
2016-06-13Fixed editing of server variableMichal Čihař
2016-06-13Correct error handling when editing variable failsMichal Čihař
2016-01-19Merge branch 'QA_4_5'Michal Čihař
2016-01-19Gracefully handle errors in regex based javascript searchMichal Čihař
2015-08-28Use POSt request for saving variable nameMadhura Jayaratne
2015-08-24Improve jQuery selectors.Hugues Peccatte
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