Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
|
|
program/js/tinymce/roundcube dir
|
|
|
|
|
|
|
|
keyboard navigation within the mail view
|
|
|
|
|
|
behavior with screen readers
|
|
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
|
|
TinyMCE4
|
|
loses focus. For visual distinguishing .focus tr.selected can be used
|
|
|
|
|
|
Conflicts:
program/js/app.js
Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
|
|
|
|
|
|
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.
|
|
document structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to jQuery-2.1.0
|
|
browser (#1489569)
|
|
|
|
|
|
|
|
icon; synchronize toolbars in larry and classic skin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(same as auto-expand) and make it work without list header/footer blocks
|
|
|
|
|
|
|
|
(#1484086)
|