Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-16 | Code cleanup - unused variables | Aleksander Machniak | |
2014-11-03 | Don't trust get_folder(), use mailbox environment variable when appropriate | Aleksander Machniak | |
2014-10-30 | More get_folder() -> $MESSAGE->folder | 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-09-11 | Remove obsolete code which is executed in rcmail_output_html::frame() | Thomas Bruederli | |
2014-09-03 | Fix page title when using search filter (#1490023) | Aleksander Machniak | |
2014-08-30 | Fix so rcube_text2html class does not depend on rcmail_string_replacer | Aleksander Machniak | |
2014-08-06 | Remove folder column after disabling multifolder scope (#1490022) | 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-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-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-05 | Select/scroll to previously selected message when returning from message ↵ | Aleksander Machniak | |
page (#1489023) | |||
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 | 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-05-28 | Add message status labels to client | Thomas Bruederli | |
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-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-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-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 | |
2014-04-13 | Fix lack of translation of special folders in some configurations (#1489799) | Aleksander Machniak | |
2014-04-10 | Refactored storage properties setting | Aleksander Machniak | |
2014-04-08 | Make multi-folder message identifiers work with folders containing commas | Thomas Bruederli | |
2014-04-08 | Enable listmode switch if listing is not multi-folder | Thomas Bruederli | |
2014-04-08 | Fix splitting message identifiers into UID and folder values | Thomas Bruederli | |
2014-04-08 | Fix bug where "With attachment" option in search filter wasn't selected ↵ | Aleksander Machniak | |
after return from mail view (#1489774) | |||
2014-04-07 | Make UID extraction function globally availbale (for plugins) | Thomas Bruederli | |
2014-04-07 | Fix page title and folder selection in search mode | Thomas Bruederli | |
2014-04-07 | More fixes for multi-folder search (#1485234) | Thomas Bruederli | |
2014-04-07 | Small refactoring of message list column configuration; fixes table column ↵ | Thomas Bruederli | |
resorting issues with hidden 'folder' column | |||
2014-04-07 | Merge branch 'dev-multi-folder-search' | Thomas Bruederli | |
2014-03-13 | Fix message import dialog (#1489685): | Thomas Bruederli | |
- Display alert if no file is chosen - Unlock the UI if form is not submitted - Avoid duplicate error messages - Fix javascript error due to missing attachments list widget | |||
2014-03-05 | Fix default mailbox sort order | Takika | |
2014-01-29 | Include groups in contacts search on mail compose (#1489082) | Thomas Bruederli | |
2014-01-22 | Improve wording: don't pretend that mailbox is empty if search/filter ↵ | Thomas Bruederli | |
doesn't find any messages | |||
2014-01-20 | Code cleanup: remove duplicated code, don't trigger multi-folder search on ↵ | Thomas Bruederli | |
simple filter requests | |||
2014-01-20 | - Make search scope selectable in UI | Thomas Bruederli | |
- Disable thread mode when searching over multiple folders - Encode UID values for HTML message row identifiers | |||
2014-01-16 | Make message pagenav (prev/next) work with sorted multi-folder search results | Thomas Bruederli | |
2014-01-16 | Merge branch 'dev-multi-folder-search' of github.com:roundcube/roundcubemail ↵ | Thomas Bruederli | |
into dev-multi-folder-search after rebasing to master | |||
2014-01-16 | Support globally unique message UIDs with IMAP folder name appended | Thomas | |
2014-01-16 | Prepare message list to display IMAP folder | Thomas | |
2013-12-31 | More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get() | Aleksander Machniak | |
2013-12-22 | Remove deprecated functions (these listed in bc.php file) usage | Aleksander Machniak | |