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
2019-03-30ESLINT fixesWilliam Desportes
2018-04-17Fix phpmyadmin-security#240 Multiple CSRF vulnerabilitiesMadhura Jayaratne
2018-03-01Merge branch 'QA_4_7'Michal Čihař
2018-03-01Honor arg_separator in AJAX requestsMichal Čihař
2017-09-28Merge pull request #13682 from jakubstanecki/feature/13560-change-all-table-c...Michal Čihař
2017-09-26Change ESLint's eqeqeq to errorMaurício Meneghini Fauth
2017-09-25Automatic fixes by ESLintMaurício Meneghini Fauth
2017-09-17Added change all table collations when changing database collationJakub Stanecki
2017-06-13Automatically add token to all AJAX requestsMichal Čihař
2016-09-01Use appropriate name 'params' instead of 'data'Deven Bansod
2016-09-01Fix 'Token mismatch' in Drop DatabaseDeven Bansod
2016-05-26Fixes #12233 Error message improved when user tries to rename database toGregory-Buhler
2016-02-16More escaping on confirmation messagesMadhura Jayaratne
2015-08-28POST requests for db operationsMadhura Jayaratne
2015-08-28Use POST request for dropping databaseMadhura Jayaratne
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