aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript/editor.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15149] Fix Ctrl+Submit action on postingOliver Schramm2017-09-091-1/+1
| | | | PHPBB3-15149
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-101-0/+6
|\
| * [ticket/14422] Submit when pressing ctrl or cmd + enterMarc Alexander2016-03-101-1/+1
| | | | | | | | PHPBB3-14422
| * [ticket/14422] Support cmd+enter for submitting messageCallum Macrae2016-03-101-0/+6
| | | | | | | | PHPBB3-14422
* | [ticket/10620] Add more whitespace to long quotes in JSJoshyPHP2015-06-251-1/+4
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Fixed some stylistic issues in JSJoshyPHP2015-06-251-21/+14
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-251-6/+12
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-251-2/+56
|/ | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620
* [ticket/13887] Minor JS refactoringCallum Macrae2015-05-291-1/+1
| | | | PHPBB3-13887
* [ticket/12542] Rename javascript method and add doc blockMarc Alexander2015-04-291-1/+3
| | | | PHPBB3-12542
* [ticket/12542] Add initial drag-n-drop animationMarc Alexander2015-04-281-0/+1
| | | | PHPBB3-12542
* [ticket/13011] Do not apply bbcode to whole text when selecting first 2 chars.Cesar G2014-09-231-4/+0
| | | | PHPBB3-13011
* Merge branch 'develop-olympus' into developNathan Guse2014-02-191-1/+1
| | | | | | | | | | * develop-olympus: [ticket/12093] Check that document.selection is supported. Conflicts: phpBB/adm/style/editor.js phpBB/assets/javascript/editor.js phpBB/styles/prosilver/template/editor.js
* [ticket/12135] Reduce verbosity in bbfontstyle() by using textarea var.Cesar G2014-01-261-5/+4
| | | | PHPBB3-12135
* [ticket/10810] Move the color palette code to core.js.Cesar G2013-11-121-61/+0
| | | | PHPBB3-10810
* [ticket/11472] Make the color swatch configurable and fix it in subsilver2Cesar G2013-11-121-1/+5
| | | | PHPBB3-11472
* [ticket/11472] Make prosilver's editor.js an asset used by all styles.Cesar G2013-11-121-0/+422
PHPBB3-11472