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-12Revert "Replace .focus() with .on()"Maurício Meneghini Fauth
2018-05-12Replace .focus() with .on()Maurício Meneghini Fauth
2018-05-12Replace .click() with .on()Maurício Meneghini Fauth
2018-03-01Merge branch 'QA_4_7'Michal Čihař
2018-03-01Honor arg_separator in AJAX requestsMichal Čihař
2017-09-25Automatic fixes by ESLintMaurício Meneghini Fauth
2017-06-28Remove not needed escaping (see #13332)Michal Čihař
2017-06-28Merge remote-tracking branch 'origin/pull/13332'Michal Čihař
2017-06-13Automatically add token to all AJAX requestsMichal Čihař
2017-05-30Removed inline javascriptKarl Van Iseghem
2017-04-10Replaced deprecated jQuery calls.Dan Ungureanu
2017-02-13Fixed javascript error on 3NF normalizationMichal Čihař
2017-02-13Do not use deprecated jQuery functionalityMichal Čihař
2016-12-21Do not use deprecated $.parseJSONMichal Čihař
2016-02-29Merge branch 'MAINT_4_5_5-security' into QA_4_6-securityMichal Čihař
2016-02-27Fix XSS in normalization.jsMadhura Jayaratne
2016-02-25Escape selectorsMadhura Jayaratne
2016-02-25Fix XSS in normalization.jsMadhura Jayaratne
2016-01-28Merge branch 'QA_4_5'Michal Čihař
2016-01-19Fix XSS in normalization.phpMadhura Jayaratne
2015-08-28Use POST requests for structure changesMadhura Jayaratne
2015-08-28Use POST requests for these ALTER TABLE queriesMadhura Jayaratne
2015-08-24Improve jQuery selectors.Hugues Peccatte
2015-08-11Use purge parameter when dropping columns as wellMadhura Jayaratne
2015-07-02These are local variablesMadhura Jayaratne
2015-07-02Spaces around + operatorMadhura Jayaratne
2015-07-02Fix implicitly declared variablesMadhura Jayaratne
2014-12-04Use .prop() in place of .attr() in appropriate placesMadhura Jayaratne
2014-12-01Use class attribute to select result_query divMadhura Jayaratne
2014-12-01Use class attribute instead of id for sqlqueryresultsMadhura Jayaratne
2014-10-03Feature#1546 Replace js sprintf library with a better oneAtul Pratap Singh
2014-08-053NF completeSmita Kumari
2014-07-17new step to 1NF: move repeating group of columns to new tableSmita Kumari
2014-07-14partial dependencies creation and conversion to 2NFSmita Kumari
2014-07-03Enforce primary key instead unque index in 1NFSmita Kumari
2014-06-301NF: initial commitSmita Kumari