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
2014-12-02More instances of .live() and .die() replaced with .on() and .off()Madhura Jayaratne
2014-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
2014-10-03Feature#1546 Replace js sprintf library with a better oneAtul Pratap Singh
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
2014-03-19Document possible todoMichal Čihař
2013-10-02Coding style: line breaking before +Michal Čihař
2013-08-24Merge branch 'QA_4_0'Marc Delisle
2013-08-24Trying to load an older libraryMarc Delisle
2013-04-16Declare variables just onceMichal Čihař
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Merge commit 'f1299ad66571b94063515ce347e2ee5018b3bbc8'Michal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15Remove extra ; from codeMichal Č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-12-20js cleanup: space after "if"Marc Delisle
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-10-31Added an href attribute to links in the gis data editorRouslan Placella
2012-09-04Adjust spaces between labelsMadhura Jayaratne
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-21Short-hand notation for jQuery document.ready eventJo Michael
2012-04-11add vim directive for indenting with spacesDieter Adriaenssens
2012-04-11Drop non-JS version of the "GIS data editor"Rouslan Placella
2012-04-11Speed-up selectorsRouslan Placella
2012-04-09Add parameter to strDoYouReally message for better translatabilityMarc Delisle
2012-04-07Better compatibility with newer versions of jQuery.Gemorroj
2012-04-04Use non-minified jquery.event.drag-2.0.js during developmentMadhura Jayaratne
2011-11-28Error notifications should not time outRouslan Placella
2011-09-14Load jquery.sprintf.js on demandMadhura Jayaratne
2011-09-14Load scripts from cache when they are availableMadhura Jayaratne
2011-09-13Load OpenLayers.js in a synchronous manner.Madhura Jayaratne
2011-09-13JS files for gis_data_editor loaded dynamicallyMadhura Jayaratne
2011-08-25Use format string for point number, otherwise the translation is wrong in som...Michal Čihař
2011-08-01Prepares and insert GIS data to the input field on pressing 'enter'Madhura Jayaratne
2011-07-31Refractor common code to gis_data_editor.js. Remove hidden input to track nul...Madhura Jayaratne