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
2015-07-21Improve CSS selectors.Hugues Peccatte
2015-07-02Fix variable scopeMadhura Jayaratne
2015-06-18Use stricter jQuery selectors in config.jsNisarg Jhaveri
2015-06-15bug #4958 Designer Javascript error with specially crafted table nameMadhura Jayaratne
2015-05-22Make scrutinizer happyMarc Delisle
2015-05-22Navigation panel settingsNisarg Jhaveri
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
2015-02-26Fix typoMadhura Jayaratne
2015-02-25Prefix jQuery objects with $ - more instancesMadhura Jayaratne
2015-02-25Prefix jQuery object field with $Madhura Jayaratne
2015-02-24Prefix with $Madhura Jayaratne
2015-02-24Prefix jQuery object with $ - more instancesMadhura Jayaratne
2015-02-24Prefix jQuery objects with $Madhura Jayaratne
2014-12-04Use .prop() in place of .attr() in appropriate placesMadhura Jayaratne
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
2014-11-02Minor coding style modifications.Hugues Peccatte
2014-10-03Feature#1546 Replace js sprintf library with a better oneAtul Pratap Singh
2014-10-01Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'Atul Pratap Singh
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
2014-06-19Fix 'function declaration in loop' scrutinizer errors.Hugues Peccatte
2014-05-06Use dot notation for accessing array membersMichal Čihař
2013-11-03Fix saving user preferences to configuration storagePiotr Przybylski
2013-10-08Facilitate input fields of type 'number'Madhura Jayaratne
2013-10-02Coding style: Bad line breaking before logical operatorsMichal Čihař
2013-07-08Add wrapper function for formatting datetimeMichal Čihař
2013-07-08Use jQuery.datepicker date formatting instead of own codeMichal Čihař
2013-05-05fix some JSLint error: using dot notationxmujay
2013-05-02Better function namesMichal Čihař
2013-04-26Various javascript fixesMichal Čihař
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-16Fix indentationMichal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15Various javascript fixesMichal Čihař
2013-04-15More javascript cleanup, more fixes of === / !===Michal Čihař
2013-04-15Some forgotten === conversionMichal Čihař
2013-04-15Explicitly define radix for parseIntMichal Čihař
2013-04-15Use type cast safe comparisonMichal Čihař
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2012-11-26Added microhistory metadata to some linksRouslan Placella
2012-11-19Move code snippet to avoid binding events that we cannot unbindMarc Delisle
2012-11-15Use sprintf in javascript instead of manual replacing %s/%dMichal Čihař
2012-11-12Merge branch 'QA_3_5'Marc Delisle
2012-11-12bug #3586389 [setup] Cannot switch language in /setupMarc Delisle
2012-10-31Dropped main.phpRouslan 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-11Fixed user preferences export/importRouslan Placella
2012-06-11Fixed JS bug in user prefsRouslan Placella
2012-04-27Cleanup spacing after @paramMichal Čihař