Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-22 | Fix so attachment charset is set in headers of forward/draft message (#1490109) | Aleksander Machniak | |
2014-10-22 | Fix download of attachments that are part of TNEF message (#1490091) | Aleksander Machniak | |
Rcube_message_part::body content should never be modified by code out of the rcube_message. Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated. | |||
2014-08-20 | Add config/preference option to disable saving messages in localStorage ↵ | Thomas Bruederli | |
(#1489979) | |||
2014-06-18 | Improve accessibility on attachments list: use custom tabindex attribute + ↵ | Thomas Bruederli | |
add aria-label for meaningful voice output on delete icons | |||
2014-06-17 | Use the right label for response dialog after renaming them | Thomas Bruederli | |
2014-06-13 | Fix malformed recipient name when composing a message by clicking on mailto ↵ | Aleksander Machniak | |
link (#1489942) | |||
2014-06-05 | Merge branch 'dev-accessibility' | Thomas Bruederli | |
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 | |||
2014-05-30 | Implemented Text Editor widget that integrates all operations on | Aleksander Machniak | |
textareas including HTML editor and spellchecking | |||
2014-05-29 | Remove (was: ...) from message subject on reply (#1489375) | 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-18 | Don't remove links when html signature is converted to text (#1489621) | Aleksander Machniak | |
Fix so when switching editor mode original version of signature is used (#1488849) | |||
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-07 | Further accessibility improvements regarding keyboard navigation and ↵ | Thomas Bruederli | |
document structure | |||
2014-05-01 | Update to TinyMCE 4.x | Aleksander Machniak | |
2014-04-10 | Append group parameter to attachments set by plugins if not present | Thomas Bruederli | |
2014-04-08 | Fix forwarding all ('*') messages of a search set | Thomas Bruederli | |
2014-04-02 | Bring back $COMPOSE['reply_uid'] lost in commit 73076d7e | Aleksander Machniak | |
2014-03-31 | Set In-Reply-To and References for forwarded messages (#1489593) | Aleksander Machniak | |
2014-03-20 | Don't hide upload dialog if no file was selected. Display an alert message ↵ | Thomas Bruederli | |
for all empty file uploads (#1489685) | |||
2014-02-17 | Fix regression in handling of 'attachments' result in message_compose hook ↵ | Aleksander Machniak | |
(#1489627) | |||
2014-02-11 | Fix invalid X-Draft-Info on forwarded message draft (#1489587) | Aleksander Machniak | |
2014-01-27 | Compare message IDs before suggesting to restore compose messages on reply | Thomas Bruederli | |
2014-01-05 | Fix case-sensitivity of email addresses handling on compose (#1485499) | Aleksander Machniak | |
2013-12-31 | More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get() | Aleksander Machniak | |
2013-12-31 | Fix default priority selection broken in last CS fix | Aleksander Machniak | |
2013-12-30 | CS fixes | Aleksander Machniak | |
2013-12-29 | Don't alter Message-ID of a draft when sending (#1489409) | Aleksander Machniak | |
2013-12-22 | Remove deprecated functions (these listed in bc.php file) usage | Aleksander Machniak | |
2013-12-21 | Fix broken text/* attachments when forwarding/editing a message (#1489426) | Aleksander Machniak | |
2013-11-14 | Clean HTML message body from URL parameters after enabling HTML mode in ↵ | Thomas Bruederli | |
commit e957bfec | |||
2013-11-14 | Allow plugins to override message compose mode | Thomas Bruederli | |
2013-11-10 | Compare draft message-ID when restoring local message contents | Thomas Bruederli | |
2013-11-10 | Better button text for message restore dialog | Thomas Bruederli | |
2013-11-10 | First version of the local storage compose data saving feature; some ↵ | Thomas Bruederli | |
behavioral improvements and encrytion are still to be added | |||
2013-10-25 | Merge branch 'dev-canned-responses' | Thomas Bruederli | |
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html | |||
2013-10-18 | Get supported spell-check languages from the configured backend; replace ↵ | Thomas Bruederli | |
suspended google spell service with our new service at spell.roundcube.net | |||
2013-10-03 | Improved mailto: link arguments handling (#1489363) | Aleksander Machniak | |
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-16 | Merge pull request #118 from Dennis1993/patch-12 | Thomas B. | |
Added support for default font size and fix legacy code for default font | |||
2013-09-15 | Display full attachment name using title attribute when name is too long to ↵ | Aleksander Machniak | |
display (#1489320) | |||
2013-09-11 | After message is sent refresh messages list of replied message folder (#1489249) | Aleksander Machniak | |
2013-09-08 | Fix issue where From address was removed from Cc and Bcc fields when editing ↵ | Aleksander Machniak | |
a draft (#1489319) | |||
2013-09-04 | Keep current selection on IE browsers by adding unselectable=on to link elements | Thomas Bruederli | |
2013-09-04 | New settings section to manage canned responses | Thomas Bruederli | |
2013-09-04 | Add new feature to save and recall text snippets (aka canned responses) when ↵ | Thomas Bruederli | |
composing messages | |||
2013-09-02 | Update compose.inc | Dennis1993 | |
2013-09-01 | Fix "PHP Warning: Missing argument 1 for rcmail_compose_attachment_field()" | Aleksander Machniak | |
2013-09-01 | Merge pull request #101 from Dennis1993/patch-9 | Aleksander Machniak | |
Removed not allowed syntax | |||
2013-08-28 | Fix lack of Reply-To address in header of forwarded message body (#1489298) | Aleksander Machniak | |
2013-08-25 | Fix identity selection on reply (#1489291) | Aleksander Machniak | |