Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-18 | Don't expand recipient groups if they have an email address | Thomas Bruederli | |
2014-08-14 | Don't read attachment contents from cache when downloading. Cache might have ↵ | Thomas Bruederli | |
line endings converted | |||
2014-08-06 | Remove folder column after disabling multifolder scope (#1490022) | Aleksander Machniak | |
2014-08-05 | Fix invalid Content-Type header when send_format_flowed=false (#1489992) | Aleksander Machniak | |
2014-08-04 | Add option (disabled_actions) to disable UI elements/actions (#1489638) | Aleksander Machniak | |
2014-08-04 | Add fileuploaderror label, fixing not resolved error label of failed import ↵ | Aleksander Machniak | |
uploads | |||
2014-08-01 | Fix various iCloud vCard issues, added fallback for external photos (#1489993) | Aleksander Machniak | |
2014-07-28 | Set 'compose_extwin' env property on every step; accept a list of URL ↵ | Thomas Bruederli | |
parameters for the 'compose' command | |||
2014-07-05 | Skip redundant get_group() call for better performance of listing groups in ↵ | Aleksander Machniak | |
compose addressbook | |||
2014-07-03 | Added 'contact_search_name' option to define autocompletion entry format | Aleksander Machniak | |
2014-06-30 | Typo fix | Takika | |
Missing $ added in get_uids call | |||
2014-06-30 | Display quota information for current folder not INBOX only (#1487993) | 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-26 | Fix incorrect label translation in return receipt (#1489963) | Aleksander Machniak | |
2014-06-21 | Add option to set default message list mode - default_list_mode (#1487312) | Aleksander Machniak | |
2014-06-20 | Fix so address format errors are ignored when saving a draft (#1489954) | Aleksander Machniak | |
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 | Select/scroll to previously selected message when returning from message ↵ | Aleksander Machniak | |
page (#1489023) | |||
2014-06-05 | Remove leftover from merge; set alt text for contact photo | Thomas Bruederli | |
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-06-04 | Improved video support, all tinymce related resources moved to ↵ | Aleksander Machniak | |
program/js/tinymce/roundcube dir | |||
2014-06-04 | Render localized texts for icon-style messagelist headers | Thomas Bruederli | |
2014-06-04 | Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines | Thomas Bruederli | |
2014-06-03 | Fix so message list and counters are updated when a message is opened in new ↵ | Aleksander Machniak | |
window (#1489919) | |||
2014-06-02 | Some more improvemements on content structure, text representation and ↵ | Thomas Bruederli | |
keyboard navigation within the mail view | |||
2014-06-02 | CS fixes | Aleksander Machniak | |
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 | Add message status labels to client | Thomas Bruederli | |
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: Fix spellchecker resume | Aleksander Machniak | |
2014-05-27 | Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵ | Aleksander Machniak | |
TinyMCE4 | |||
2014-05-27 | Plugin API: Add folder and uid arguments to message_headers_output hook | Aleksander Machniak | |
2014-05-21 | Fix so current page is reset on list-mode change (#1489907) | Aleksander Machniak | |
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-17 | Merge branch 'dev-text2html' | Aleksander Machniak | |
Conflicts: program/js/app.js Fix handling magic_quotes in rcube_text2html and rcube_html2text - move stripslashes from these classes to action files | |||
2014-05-13 | Bring back the old behaviour where text messages without format=flowed are ↵ | Aleksander Machniak | |
auto-wrapped. Make it the default in text2html class. | |||
2014-05-13 | Fix some typos and skip some function calls irrelevant in multi-folder mode | Aleksander Machniak | |
2014-05-12 | Bypass cache when counting EXISTS messages | Aleksander Machniak | |
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-06 | Support image operations with Imagick extension (#1489734) | Aleksander Machniak | |
2014-05-01 | Update to TinyMCE 4.x | Aleksander Machniak | |
2014-04-23 | Fix missing Mail-Followup-To header in sent mail (#1489829) | Aleksander Machniak | |
2014-04-23 | Fix saving of search settings in 'all folders' mode | Thomas Bruederli | |
2014-04-23 | Remove debug output | Thomas Bruederli | |
2014-04-23 | Further refine cross-folder searching: | Thomas Bruederli | |
- Store incomplete search results in session and re-send search requests to the server if returned before complete (this should avoid hitting request timeouts). - Display full folder path on mouseover in message list - Remove pthreads implementation stuff as this wasn't really working | |||
2014-04-23 | Fix so browser capabilities check is done really only once a session | Aleksander Machniak | |