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
2018-05-12Revert "Replace .focus() with .on()"Maurício Meneghini Fauth
2018-05-12Replace .focus() with .on()Maurício Meneghini Fauth
2018-01-08Share code for parsing data-post attributeMichal Čihař
2017-12-25Removed last inline style from rte.js #12262Juvenildo Vaz
2017-12-15Adjust RTE oprations to use POSTMichal Čihař
2017-09-26Change ESLint's eqeqeq to errorMaurício Meneghini Fauth
2017-09-25Automatic fixes by ESLintMaurício Meneghini Fauth
2017-06-13Automatically add token to all AJAX requestsMichal Čihař
2016-12-20Merge branch 'QA_4_6'Michal Čihař
2016-12-15MySQL allows precision to be specified for DATETIME, TIME type fields tooDeven Bansod
2016-09-19Merge branch 'QA_4_6'Michal Čihař
2016-09-16Fix #12530: Show enabled links for Edit and Execute after proper priv checksDeven Bansod
2016-09-02Fix token mismatch errors in replication and routinesDeven Bansod
2016-02-19Merge branch 'QA_4_5' into QA_4_6Michal Čihař
2016-02-18Fix #11979 DECLARE not accepted as valid SQLMadhura Jayaratne
2015-12-01issue #11701 Allow changing parameter order of routinesMadhura Jayaratne
2015-08-28Use a POST request for executing proceduresMadhura Jayaratne
2015-08-28Use POST requests for dropping single or multiple RTEsMadhura Jayaratne
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