Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | Collapsible (and iconized) folders tree in folder manager (#1489648) | Aleksander Machniak | |
2014-07-02 | Use treelist widget for folders list in Settings/Folders (#1489648) | Aleksander Machniak | |
2014-06-20 | Fix regressions in popups handling (#1489932) | Aleksander Machniak | |
2014-06-06 | Removed redundant margins for HTML message bodies | Aleksander Machniak | |
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-06-02 | Some more improvemements on content structure, text representation and ↵ | Thomas Bruederli | |
keyboard navigation within the mail view | |||
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-27 | Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵ | Aleksander Machniak | |
TinyMCE4 | |||
2014-05-27 | Remove list row 'unfocused' state and keep 'selected' classes even when list ↵ | Thomas Bruederli | |
loses focus. For visual distinguishing .focus tr.selected can be used | |||
2014-05-20 | Define common styles for search boxes | Thomas Bruederli | |
2014-05-15 | Improved handling of new-lines in quoted paragraphs on text2html conversion | 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-04-18 | Add multi-folder search capabilities to classic skin (#1485234) | Thomas Bruederli | |
2014-02-14 | Re-locate the move-message toolbar button to be next to the related delete ↵ | Thomas Bruederli | |
icon; synchronize toolbars in larry and classic skin | |||
2014-02-13 | Added toolbar button to move message in message view | Aleksander Machniak | |
2014-01-23 | Fix special folder icons for folders in one level below the root | Aleksander Machniak | |
2014-01-20 | Update to TinyMCE 4.x | Aleksander Machniak | |
2014-01-17 | Added move/copy icons, improved edit icon and some icon positions | Aleksander Machniak | |
2013-12-25 | Display different icons when Trash folder is empty or full (#1485775) | Aleksander Machniak | |
2013-12-16 | Fix (improve fix for) folders list icons (#1489473) | Aleksander Machniak | |
2013-12-15 | Fix border issue on folders list in classic skin (#1489473) | Aleksander Machniak | |
2013-12-15 | Implemented menu actions to copy/move messages, added folder-selector widget ↵ | Aleksander Machniak | |
(#1484086) | |||
2013-11-22 | More improvements to list focus styles: | Thomas Bruederli | |
- display focused row also when selected - background-position-x doesn't work on Firefox, use full background-position properties | |||
2013-11-22 | Tweak borders and paddings of focused/selected list rows. Don't show focus ↵ | Thomas Bruederli | |
indicator when selected | |||
2013-11-22 | Merge pull request #153 from cmcnulty/row-focus | Thomas B. | |
Indicator for row focus, resolves #1489392 | |||
2013-11-11 | apply focused styles to address book and classic skin | cmcnulty | |
2013-11-08 | Adjust date column size to fit the widest possible date format (#1489368) | Thomas Bruederli | |
2013-10-30 | Fix small regression in #listmenu | Aleksander Machniak | |
2013-10-25 | Merge branch 'dev-canned-responses' | Thomas Bruederli | |
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html | |||
2013-09-15 | Style improvements on attachments list in compose screen | Aleksander Machniak | |
2013-09-12 | Fix attachment icon issue when rare font/language is used (#1489326) | Aleksander Machniak | |
2013-09-04 | Add canned response UI elements to classic skin | Thomas Bruederli | |
2013-07-10 | Right-align size column header | Thomas Bruederli | |
2013-07-10 | Enable fixed message list header in classic skin | Thomas Bruederli | |
2013-06-24 | Improved/unified attachment preview page | Aleksander Machniak | |
Implemented attachment print button | |||
2013-06-18 | Merge branch 'dev-advanced-ldap-groups': | Thomas Bruederli | |
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list | |||
2013-06-16 | Add UI elements for message import to classic skin | Thomas Bruederli | |
2013-03-15 | Add ability to toggle between view as HTML and text while viewing a message ↵ | Aleksander Machniak | |
(#1486939) | |||
2013-03-06 | Add attachment menu with Open and Download options (#1488975) | Aleksander Machniak | |
2013-02-07 | Finish hierarchical groups browsing in LDAP address books; add according UI ↵ | Thomas Bruederli | |
elements and styles to the skins; adapt habavior of the compose address book widget | |||
2013-01-31 | Define a global style for tree lists | Thomas Bruederli | |
2013-01-27 | Small fixes for Opera | Aleksander Machniak | |
2013-01-27 | Small fix to initial splitter position | Aleksander Machniak | |
2013-01-27 | Add addressbook widget on compose page in classic skin | Aleksander Machniak | |
2012-12-10 | Nicely render headers of message/rfc822 parts | Thomas Bruederli | |
2012-11-10 | New feature: display attached images as thumbnails below message body | Thomas Bruederli | |
2012-10-27 | Merge branch 'dev-compose-newwindow' | Thomas Bruederli | |