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-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
2014-12-01Move drop database handling code to db_operations.jsMadhura Jayaratne
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
2014-04-03bug #4350 Deleting the DB if it is renamed by the same nameMarc Delisle
2013-10-27Merge branch 'QA_4_0'Atul Pratap Singh
2013-10-27#4144 "DROP DATABASE" displays wrong database name FIXUmair Khan
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-15More javascript cleanup, more fixes of === / !===Michal Čihař
2013-04-15Use type cast safe comparisonMichal Čihař
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2012-12-23Add a callback function to PMA_reloadNavigation(), to ensure that subsequent ...Rouslan Placella
2012-12-22Bug #3598024 Confusing "Reload Database?" messageMarc Delisle
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-12-20js cleanup: space after "if"Marc Delisle
2012-10-31Drop redundant parameter value in change db charset requestRouslan Placella
2012-10-31Fixed display of confirmation message after db copyRouslan Placella
2012-10-31Rewrite and integration of js/common.jsRouslan Placella
2012-10-31Implemented refreshing of the navigationRouslan Placella
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-09-16Modified some untracked filesChanaka Indrajith
2012-07-01Merge remote branch 'upstream/master'Chanaka Indrajith
2012-07-01Merge branch 'QA_3_5'J.M
2012-07-01- bug #3534979 [interface] Copy Database Ajax feedback vanishes long before c...J.M
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Expect JSON for every ajax request in JavaScriptRouslan Placella
2012-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-21Short-hand notation for jQuery document.ready eventJo Michael
2012-04-11Drop @uses tags from JS filesRouslan Placella
2012-04-11Speed-up selectorsRouslan Placella
2012-04-07Better compatibility with newer versions of jQuery.Gemorroj
2011-11-28Error notifications should not time outRouslan Placella
2011-11-25Fix merge conflictsMarc Delisle
2011-11-22[security] Self-XSS on database names (Operations/rename), see PMASA-2011-18Marc Delisle
2011-11-01Stick table tools to top of page on scrollRouslan Placella
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-01-29Conditional Ajax for other db operationsMarc Delisle
2011-01-29Conditional Ajax on db renameMarc Delisle
2011-01-24Bug #3163256 Ajax copy database does not refresh the database list in case th...Marc Delisle
2011-01-23Bug #3163260 Database copy: Error hides too quicklyMarc Delisle
2011-01-23Remove unneeded wrapping of jQuery objectMarc Delisle
2010-12-30Unneeded wrapping of a jQuery objectMarc Delisle
2010-11-12Refresh navigation after copying database (bug #3081099, patch# 3091778).Aamir Khan
2010-09-07Drop $Id$ expansion, nobody complained so far it not working.Michal Čihař
2010-08-10Added JSDoc-Toolkit compatible documentation to js/db_operations.jsninadsp