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 (Collapse)Author
2015-07-21Improve CSS selectors.Hugues Peccatte
Remove duplicates CSS selectors. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-02Fix variable scopeMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18Use stricter jQuery selectors in config.jsNisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-06-15bug #4958 Designer Javascript error with specially crafted table nameMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-22Make scrutinizer happyMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-22Navigation panel settingsNisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-02-26Fix typoMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-25Prefix jQuery objects with $ - more instancesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-25Prefix jQuery object field with $Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-24Prefix with $Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-24Prefix jQuery object with $ - more instancesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-24Prefix jQuery objects with $Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-04Use .prop() in place of .attr() in appropriate placesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-02Minor coding style modifications.Hugues Peccatte
Fix typos. PHPDoc and JSDoc updates. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-03Feature#1546 Replace js sprintf library with a better oneAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-10-01Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'Atul Pratap Singh
Conflicts: js/config.js js/db_search.js js/functions.js js/makegrid.js js/server_privileges.js js/tbl_structure.js
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-06-19Fix 'function declaration in loop' scrutinizer errors.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-05-06Use dot notation for accessing array membersMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2013-11-03Fix saving user preferences to configuration storagePiotr Przybylski
'server' parameter was not passed, so it was broken when default server required authentication added missing AJAX operation result check
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ř
This makes it easier to use and correctly converts params which formatTime expects.
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ř
Follow PEAR coding standard for function names.
2013-04-26Various javascript fixesMichal Čihař
- replaced some (.. ? .. : .. ) with if for more readability - missed escapin in some regexps
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ř
- missing ; - confusing !
2013-04-15More javascript cleanup, more fixes of === / !===Michal Čihař
2013-04-15Some forgotten === conversionMichal Čihař
2013-04-15Explicitly define radix for parseIntMichal Čihař
This prevents unexpected behavior when parsing string like 033, which would be treated as octal.
2013-04-15Use type cast safe comparisonMichal Čihař
The values like true, '' or 0 could compare to lot of other stuff with type casting.
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ř