Age | Commit message (Collapse) | Author |
|
|
|
This enables image button and file browser in html editor for signatures
|
|
|
|
|
|
|
|
program/js/tinymce/roundcube dir
|
|
textareas including HTML editor and spellchecking
|
|
|
|
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
|
|
|
|
TinyMCE4
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
first image multiple times (#1489406)
|
|
method, other code improvements
|
|
Fix style attribute quoting when font-family contains double quotes
SOme code improvements
|
|
|
|
|
|
|
|
|
|
on error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of custom commands result
|
|
- Added spellchecker exceptions dictionary (shared or per-user)
- Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
|
|
spell* files)
|
|
|
|
possibility of sending config. parameter to TinyMCE
- Small fix to allow the script to work in IE6 and IE7
|
|
|
|
|
|
|
|
|
|
|
|
- Small code cleanup
|
|
|
|
|
|
|
|
|