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-15Style improvements.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-15Added lint.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-06-29Upgrade CodeMirror to version 5.4.0Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-20Upgrade CodeMirror to version 5.3.0Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-21rfe #1595 make professional code editor suggestionZhang Hao
Signed-off-by: Zhang Hao <jason.daurus@gmail.com>
2015-02-20rfe #685 Editor for HTML contentMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-02Transformation for JSONMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-07bug #4688 File permissions in archiveMadhura Jayaratne
2014-10-14Autocomplete table/column names in SQL editorsNisarg Jhaveri
- In DB and Table level SQL editors, console - Updated CodeMirror addon `sql-hint.js` to newer version Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
2014-10-06Basic autocomplete in SQL Query editorNisarg Jhaveri
- Autocomplete SQL keywords using CodeMirror hint addon - Inline, footer SQL editors are not included - Table/Database names completion is not implemented - Added autocompletion to console, inline SQL editor, create view dialogue - Autocomplete on `inputRead` instead of `change` event. Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
2014-06-14Update codemirror, because cursor in old version had a wrong position.Edward Cheng
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2013-08-06Update CodeMirror to 3.15Michal Čihař
2013-05-24Drop not used colorize addonMichal Čihař
2013-05-24Highlight SQL using CodeMirrorMichal Čihař
2013-05-21Upgrade CodeMirror to 3.13Michal Čihař
2013-02-14Upgrade to CodeMirror version 2.38Michal Čihař
There is no real change (it was only in modes we don't use).
2013-01-10Upgraded CodeMirror to 2.37Marc Delisle
2012-09-09Fix from codemirror 2.22 for a IE problemMarc Delisle
2012-04-07Replaced "seperator" with "separator"Jo Michael
2012-03-17Added EVENT and ROUTINE to CodeMirror keywordsJo Michael
2012-01-27Update CodeMirror to 2.18Michal Čihař
This brings lot of fixes and introduces line wrapping. Upgrading to latest 2.1x should be safe, in future we will want to move to 2.2.
2011-08-18SQL pretty printer feature using the codemirror tokenizer. Replaced this ↵Tyron Madlener
with old pretty-printer regexp collection in query analyzer dialog.
2011-08-10Fix codemirror syntax highlightingMichal Čihař
2011-07-26Update CodeMirror to 2.12Michal Čihař
2011-06-06Update keywords to list from ↵Michal Čihař
http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html
2011-06-02Remove other not needed filesMichal Čihař
2011-06-02Update CodeMirror2 to latest git for configurable scrollingMichal Čihař
2011-06-02Remove not needed CodeMirror filesMichal Čihař
2011-06-02Handle missing attributesMichal Čihař
2011-06-02Initial implementation of MySQL mode in CodeMirror, based on our list of ↵Michal Čihař
keywords
2011-06-02Initial import of complete codemirrorMichal Čihař