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
path: root/js/rte.js
AgeCommit message (Expand)Author
2015-07-21Remove unnecessary semicolons.Hugues Peccatte
2015-07-02Fix more implicitly declared variablesMadhura Jayaratne
2015-05-21Use a single function to initialize CodeMirror editorsMadhura Jayaratne
2015-05-06Fix comment. Add spaces for clarityMadhura Jayaratne
2015-05-06A better way to export multiple RTEMadhura Jayaratne
2015-05-05Multiple item dropping for RTEMadhura Jayaratne
2015-05-05Multiple exportMadhura Jayaratne
2015-01-25Merge commit '264b66c'Marc Delisle
2015-01-25bug #4728 Incorrect headings in routine editorMarc Delisle
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-11-11Merge pull request #1394 from nisargjhaveri/autocompleteMarc Delisle
2014-11-11#4584 Edit dialog for routines is too long for smaller displaysMadhura Jayaratne
2014-11-10SQL autocomplete in RTE editorsNisarg Jhaveri
2014-04-12Fix merge conflictsMarc Delisle
2014-04-12Bug Fix: #4357 JS Form is sumitted on "enter" even if focus is inside a selec...Ashutosh Dhundhara
2014-03-23Bug: Datepicker icon not showing on "Add Event" dialog.Ashutosh Dhundhara
2014-03-03#4308 Stop edit routine form being submitted with enterUmair Khan
2014-03-02BugFix #4305Umair Khan
2014-02-12Extending BugFix #4053Umair Khan
2014-02-11Contest-1 BugFix #4053Umair Khan
2013-10-02Coding style: Bad line breaking before logical operatorsMichal Čihař
2013-09-21Fix typoMarc Delisle
2013-09-09Line wrapping for CodeMirror edit areasMadhura Jayaratne
2013-07-18Fix typoMarc Delisle
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2012-10-31Reload the navigation ina few extra placesRouslan Placella
2012-10-31Moved all the JS functionality for RTE into a single fileRouslan Placella