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-05-03Changes to make Get auto saved query and show this query here again button fu...Piyush Vijay
2018-03-01Merge branch 'QA_4_7'Michal Čihař
2018-03-01Honor arg_separator in AJAX requestsMichal Čihař
2018-02-22Share code for parsing data-post attributeMichal Čihař
2018-02-22Handle data-post with leading ?Michal Čihař
2018-02-22Simplify handling of long URLs in Util::linkOrButtonMichal Čihař
2018-01-08Share code for parsing data-post attributeMichal Čihař
2017-12-15Handle data-post with leading ?Michal Čihař
2017-12-15Remove compatibility AJAX codeMichal Čihař
2017-12-01Document why there are two loops are neededMichal Čihař
2017-12-01Declare i variable just onceMichal Čihař
2017-11-29Remove usage of get_scripts.js.php wrapperMichal Čihař
2017-11-28Merge branch 'QA_4_7'Michal Čihař
2017-11-28Lock page when changes are done in the SQL editorMichal Čihař
2017-11-27Remove extension from js images APIMichal Čihař
2017-11-16Simplify handling of long URLs in Util::linkOrButtonMichal Čihař
2017-09-26Change ESLint's one-var to errorMaurício Meneghini Fauth
2017-09-26Change ESLint's eqeqeq to errorMaurício Meneghini Fauth
2017-09-25Automatic fixes by ESLintMaurício Meneghini Fauth
2017-09-04Merge branch 'QA_4_7'Michal Čihař
2017-09-04Better report connection errorsMichal Čihař
2017-09-04Do not include error code 0 in the messageMichal Čihař
2017-09-04Include error detail in the error messageMichal Čihař
2017-08-23Do not use AJAX POST for forms that would normally use GETMichal Čihař
2017-08-23Merge branch 'QA_4_7'Michal Čihař
2017-06-06Merge branch 'QA_4_7'Michal Čihař
2017-06-06Fixed loading additional javascriptsMichal Čihař
2017-04-10Replaced deprecated jQuery calls.Dan Ungureanu
2017-04-05Ensure the xhr attribute is reset on errorMichal Čihař
2017-04-05Add debug logging to the AJAX error handlerMichal Čihař
2017-04-05Fix condition to ignore aborted requestsMichal Čihař
2016-08-01Improved indents, alignment and rtl in Original themePavel Rochnyack
2016-06-20Escape HTML when rendering AJAX errorMichal Čihař
2016-01-11Merge branch 'QA_4_5'Madhura Jayaratne
2016-01-11Fix #11772 Table pagination does nothing when session expiredMadhura Jayaratne
2015-11-28Fix coding styleMarc Delisle
2015-11-05Merge branch 'QA_4_5'Michal Čihař
2015-11-05Properly handle session expiry after POST requestsMichal Čihař
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-07Clear internal cache at script handler upon version upgradeMadhura Jayaratne
2015-07-27Avoid caching JS and CSS files across phpMyAdmin versionsMadhura Jayaratne
2015-07-22Fix floating. Fix styles for reported errors. Move inputs inside the formMadhura Jayaratne
2015-07-21Revert CSS selector modification.Hugues Peccatte
2015-07-21Improve CSS selectors.Hugues Peccatte
2015-07-21Remove duplicate CSS selectors.Hugues Peccatte
2015-07-13html5 history improvements: check if popstate fired on load, fix token mismat...Atul Pratap Singh
2015-07-12Show loading message on back action with html5 history APINisarg Jhaveri
2015-07-09Fix non-html5 microhistory behaviorAtul Pratap Singh
2015-07-09Move to HTML5 API for maintaining AJAX historyAtul Pratap Singh
2015-07-09Separate microhistory code conditionallyAtul Pratap Singh