Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-12 | Allow browsers internal spellchecker to work | Victor Benincasa | |
Fix a regression introduced at 731d190 that prevents in-browser spellchecker from working. The new TinyMCE4 option is "browser_spellcheck", before it was "gecko_spellcheck". Related ticket: http://trac.roundcube.net/ticket/1485060 | |||
2014-08-01 | Update to TinyMCE 4.1.3 + small code improvements | Aleksander Machniak | |
2014-06-30 | Support images drag-n-drop into image browser dialog in html signature editor | Aleksander Machniak | |
2014-06-29 | Support images in HTML signatures (#1488676) | Aleksander Machniak | |
This enables image button and file browser in html editor for signatures | |||
2014-06-23 | Improved accessibility (Tab navigation) in HTML editor's image browser | Aleksander Machniak | |
2014-06-18 | Upgrade to TinyMCE 4.1.0 | Aleksander Machniak | |
2014-06-16 | Fix tab navigation with TinyMCE editor (#1489946) | Thomas Bruederli | |
2014-06-04 | Improved video support, all tinymce related resources moved to ↵ | Aleksander Machniak | |
program/js/tinymce/roundcube dir | |||
2014-05-30 | Implemented Text Editor widget that integrates all operations on | Aleksander Machniak | |
textareas including HTML editor and spellchecking | |||
2014-05-28 | Enable autolink plugin in TinyMCE (#1488845) | Aleksander Machniak | |
2014-05-28 | Merge branch 'tinymce4' | Aleksander Machniak | |
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc | |||
2014-05-28 | TinyMCE4: small improvements | Aleksander Machniak | |
2014-05-27 | Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵ | Aleksander Machniak | |
TinyMCE4 | |||
2014-05-11 | Improved display of plain text messages and text to HTML conversion (#1488937) | Aleksander Machniak | |
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way. | |||
2014-05-05 | Fix Spell button with TinyMCE4 | Aleksander Machniak | |
2014-05-05 | Make TinyMCE4 buttons smaller | Aleksander Machniak | |
2014-05-01 | Update to TinyMCE 4.x | Aleksander Machniak | |
2014-04-27 | Specify licenses in all javascript files and blocks to please LibreJS | Thomas Bruederli | |
2014-01-20 | Update to TinyMCE 4.x | Aleksander Machniak | |
2013-11-10 | Track typing activity in HTML editor | Thomas Bruederli | |
2013-11-03 | Fix issue where mails with inline images of the same name contained only the ↵ | Aleksander Machniak | |
first image multiple times (#1489406) | |||
2013-10-30 | Improve performance and code readability by using String's startsWith() ↵ | Aleksander Machniak | |
method, other code improvements | |||
2013-09-21 | Bring back possibility to unset default font family and font size | Aleksander Machniak | |
Fix style attribute quoting when font-family contains double quotes SOme code improvements | |||
2013-09-02 | Update editor.js | Dennis1993 | |
2013-07-09 | Fix identity selection when opening extwindow from compose window | Aleksander Machniak | |
2013-06-26 | Make identity signature field wider (#1489159) | Aleksander Machniak | |
2012-11-05 | Don't add signature (again) when opening compose view in a new window | Thomas Bruederli | |
2012-07-31 | Define context (_remote=1) for spellcheck requests to send proper response ↵ | Aleksander Machniak | |
on error | |||
2012-07-30 | Enable TinyMCE inlinepopups plugin | Aleksander Machniak | |
2012-06-30 | Fix wrong compose screen elements focus in IE9 (#1488541) | Aleksander Machniak | |
2012-06-04 | Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2 | Aleksander Machniak | |
2012-05-22 | Removed $Id$ | Aleksander Machniak | |
2012-04-07 | Corrently focus HTML editor to make cursor visible. Patch by JohnDoh (#1487073) | thomascube | |
2012-03-09 | - Unified (single) spellchecker button | alecpl | |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube | |
2011-12-07 | - Add option to set default font for HTML message (#1484137) | alecpl | |
2011-11-04 | - Don't use external js file for images listing in HTML editor | alecpl | |
2011-09-28 | - Fix misleading display when chaning editor type (#1488104), fix handling ↵ | alecpl | |
of custom commands result | |||
2011-09-06 | - Merge devel-spellcheck branch: | alecpl | |
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) | |||
2011-05-30 | - Provided rcube_spellchecker class, simplified code in utils task (less ↵ | alecpl | |
spell* files) | |||
2011-05-04 | - Added table button in HTML editor, disabled contextmenu | alecpl | |
2011-05-02 | - Added an example in editor.js to help the skin developers know the ↵ | vbenincasa | |
possibility of sending config. parameter to TinyMCE - Small fix to allow the script to work in IE6 and IE7 | |||
2011-05-02 | - Add possibility to change HTML editor configuration by skin | alecpl | |
2011-03-27 | - TinyMCE 3.4.1 | alecpl | |
2011-01-12 | Missed some replacements in previous commit... | thomascube | |
2010-11-30 | - Fix cursor position on compose form in Webkit browsers (#1486674) | alecpl | |
2010-10-08 | - Prevent from inserting empty link when composing HTML message (#1486944) | alecpl | |
2010-10-05 | - Improve r4038: we can use keypress on FF and Opera, here we've got repetition | alecpl | |
- Small code cleanup | |||
2010-10-05 | - Fix for Konqueror | alecpl | |
2010-09-25 | - s/RoundCube/Roundcube/ | alecpl | |