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-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
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-08-10Fix merge conflict with origin/masterAris Feryanto
2011-08-08Remove inline edit featureAris Feryanto
2011-08-05Coding style, function definitionsMichal Čihař
2011-07-15pma spritify part 2Tyron Madlener
2011-07-05Merge remote-tracking branch 'origin/master' into tyronmTyron Madlener
2011-05-17Activate new messages in db searchMarc Delisle
2011-05-15Patch #3256122 [search] Show/hide db search resultsThilanka
2011-04-24Move common code into a functionMarc Delisle
2011-04-02- Avoid code duplicationMarc Delisle
2011-03-31Hide 'Loading' message once request is done, not on 5 sec timeout.Tyron Madlener
2011-02-28TyposMarc Delisle
2011-02-28Deactivate these messages as we are currently in message freeze for 3.4Marc Delisle
2011-02-28Ajaxify browse and delete criteria in DB searchThilanka
2011-02-02Add comment about conditional AjaxMarc Delisle