Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-24 | Add possibility to specify an after-vacation-rule action (keep, discard, ↵ | Aleksander Machniak | |
redirect) in Vacation UI | |||
2014-06-22 | Fix bug where non-existing (or unsubscribed) folder wasn't listed in folder ↵ | Aleksander Machniak | |
selector (#1489956) | |||
2014-06-20 | Fix so all pages are displayed correctly in extwin mode (#1489952) | Aleksander Machniak | |
2014-06-20 | Fix loading localization | Aleksander Machniak | |
2014-06-19 | Support Firefox < 4 via legacy_browser (jQuery 2.x does not work) | Aleksander Machniak | |
2014-06-19 | Link heading with the acl table | Thomas Bruederli | |
2014-06-19 | Hide acltable heading for voice-only output | Thomas Bruederli | |
2014-06-19 | Extend jQuery UI datepicker widget with basic accessibility features | Thomas Bruederli | |
2014-06-17 | Update to jQuery UI 1.10.4 | Thomas Bruederli | |
2014-06-16 | Added option to specify connection socket parameters - managesieve_conn_options | Aleksander Machniak | |
2014-06-16 | Add title attribute to settings menu | Aleksander Machniak | |
2014-06-16 | Add title attribute for settings menu | Aleksander Machniak | |
2014-06-13 | Focus first input in password form on page load | Aleksander Machniak | |
2014-06-12 | Move some code to legacy_browser plugin | Aleksander Machniak | |
2014-06-10 | Code cleanup and small fixes (after pull request merge) | Aleksander Machniak | |
2014-06-10 | Merge branch 'master' of https://github.com/simonpl/roundcubemail into ↵ | Aleksander Machniak | |
simonpl-master Conflicts: CHANGELOG | |||
2014-06-10 | ACL: Improved UI accessibility | Aleksander Machniak | |
2014-06-10 | Move login/hosts to seperate function | simonp | |
2014-06-09 | Managesieve: Improved UI accessibility | Aleksander Machniak | |
2014-06-07 | Fix for login/hosts exceptions | simonp | |
2014-06-06 | Moved functionality from password_first to password_init | simonp | |
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 | Fixed Save button in classic skin of Vacation interface (#1489926) | Aleksander Machniak | |
2014-06-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-06-03 | Attach nemail_notifier script only to main window | 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-27 | Add option to force new users to change their password (#1486884) | simonp | |
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-16 | Add timeout for password-driver vpopmaild | simonp | |
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-08 | Moved popup-menu functions to Roundcube core for seamless integration of ↵ | Thomas Bruederli | |
(stackable) skin and core menus | |||
2014-05-08 | 1489868 - additional_message_headers: correct example X-Originating-IP format | brendan braybrook | |
2014-05-07 | Further accessibility improvements regarding keyboard navigation and ↵ | Thomas Bruederli | |
document structure | |||
2014-05-02 | MOve more IE<9 code to legacy_browser | Aleksander Machniak | |
2014-04-30 | 1. Prepare core and Larry skin for improved accessibility | Thomas Bruederli | |
2. Implement full keyboard navigation in main mail view | |||
2014-04-28 | CS fixes | Aleksander Machniak | |
2014-04-28 | Fix identities_level=4 handling in new_user_dialog plugin (#1489840) | Aleksander Machniak | |
2014-04-27 | Specify licenses in all javascript files and blocks to please LibreJS | Thomas Bruederli | |
2014-04-25 | Prevent from js error when messages list does not exist | Aleksander Machniak | |
2014-04-24 | Fixed notify/enotify extension handling | Aleksander Machniak | |
2014-04-18 | Fix loading css for larry skin, support minified css files | Aleksander Machniak | |
2014-04-18 | Fix submission of multi-folder message selection through hidden form fields | Thomas Bruederli | |
2014-04-18 | Remove IE<7 specific code | Aleksander Machniak | |
2014-04-18 | Add possibility to download messages in mbox format (#1486069) | Aleksander Machniak | |
Removed "download folder" option, the same can be done by selecting all messages in a folder Code refactoring | |||
2014-04-15 | Move more IE<9 specific code to legacy_browser | Aleksander Machniak | |
2014-04-15 | Use methods chaining, don't use deprecated row_init method | Aleksander Machniak | |
2014-04-13 | Fix disabled create filter action | Aleksander Machniak | |
2014-04-12 | Move some IE8-specific style to legacy_browser plugin | Aleksander Machniak | |
2014-04-12 | Remove IE6-specific code | Aleksander Machniak | |
2014-04-12 | Add dummy tests for legacy_browser plugin | Aleksander Machniak | |