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-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
2011-02-02Workaround for Chrome problem on db searchMarc Delisle
2011-02-02Remove tab charactersMarc Delisle
2011-02-02Patch #3169798 Show/hide criteria on db SearchThilanka Kaushalya
2011-01-27Conditional Ajax on db SearchMarc Delisle
2011-01-27Bug #3166356 Search result panel duplicates the elements in ChromeMadhura Jayaratne
2010-09-02A better solution to the caching issues faced. Set jQuery's global Ajax para...ninadsp
2010-08-31Append a random number for all Ajax queries on these pages to prevent server ...ninadsp
2010-08-10Added JSDoc-Toolkit compatible documentation to js/db_search.jsninadsp
2010-07-02Added a basic script to retrieve db search results via ajaxninadsp