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-03-01Merge branch 'QA_4_7'Michal Čihař
2018-03-01Honor arg_separator in AJAX requestsMichal Čihař
2017-11-27Remove extension from js images APIMichal Čihař
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-15Add token parameter in AJAX POST requestDeven Bansod
2016-11-15Change to using HTML5 data-* attributes to allow easy access in JQueryDeven Bansod
2016-11-14Fix tests related to DBSearchDeven Bansod
2016-11-14Change get ajax request to post to avoid long request URIsDeven Bansod
2016-08-08Scroll (using Animate) only when result div is visibleDeven Bansod
2016-02-19Fix SQL syntax highlighting in database search pageMadhura Jayaratne
2015-12-12Remove useless variables and simplify code.Hugues Peccatte
2015-08-28POST request for deleting database search resultsMadhura Jayaratne
2014-12-04Merge branch 'master' into updateMadhura Jayaratne
2014-12-02Fix coding styleAnn + J.M
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
2014-12-01Use class attribute to select result_query divMadhura Jayaratne
2014-11-28There is no sqlqueryresults div in db search. Use searchresults divMadhura Jayaratne
2014-11-27Avoid using #table_results for jQuery selectionsMadhura Jayaratne
2014-10-22Fix failing unit testsAnn + J.M
2014-10-01Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'Atul Pratap Singh
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
2014-05-06Fixed indentationMichal Čihař
2014-03-15JSLint updates.Hugues Peccatte
2014-02-28DB Search bug fixSampath Liyanage
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15Various javascript fixesMichal Čihař
2013-04-15Use type cast safe comparisonMichal Čihař
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-12-20js cleanup: space after "if"Marc Delisle
2012-10-31Rewrite and integration of js/common.jsRouslan Placella
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-06-19Fix sql results display in database search while deleting from search resultsAtul Pratap Singh
2012-06-11Expect JSON for every ajax request in JavaScriptRouslan Placella
2012-04-21Short-hand notation for jQuery document.ready eventJo Michael
2011-12-20Globally prevent AJAX requests from being cachedRouslan Placella
2011-10-31Fixed initialisation of makegrid in database search resultsRouslan Placella
2011-10-31Scroll to results after clicking "Browse" in database searchRouslan Placella
2011-10-30Coding style fixes for db_search.jsRouslan Placella
2011-10-30Made ajax messages in database search not dismissableRouslan Placella
2011-10-30Removed an unncessary AJAX request from database searchRouslan Placella
2011-10-30Merge branch 'QA_3_4'Rouslan Placella
2011-10-30Fixed bug #3430377 - Deleted search results remain visibleRouslan Placella
2011-09-27Fix some closure-compiler errorsRouslan Placella