Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2014-06-11 | Fix typo | Aleksander Machniak | |
2014-06-10 | Fix folder-selector position | 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 | Fix unintentional unselection with Ctrl+Up/Down in toggleselect mode | Aleksander Machniak | |
2014-06-10 | ACL: Improved UI accessibility | Aleksander Machniak | |
2014-06-10 | Move login/hosts to seperate function | simonp | |
2014-06-10 | Merge pull request #197 from dpc22/fix_mail_css | Aleksander Machniak | |
Small CSS fix | |||
2014-06-10 | Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails | Aleksander Machniak | |
2014-06-09 | Fix keyboard event detection in Opera (#1489929) | Aleksander Machniak | |
2014-06-09 | Managesieve: Improved UI accessibility | Aleksander Machniak | |
2014-06-09 | New optional HTML/plaintext view icons in #messageheader mean that | David Carter | |
we need wider CSS margin on the message subject. Otherwise a long subject line runs behind the extra icons. This shows up frequently with the threecol plugin installed: https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout (I have submitted a pull request to make that work with 1.0.1) However you see the same problem with the standard mailbox view if a message has a very long subject line. | |||
2014-06-09 | Send X-UA-Compatible as HTTP header instead of meta tag | Aleksander Machniak | |
2014-06-09 | Fix so list record identifier can be '0' | Aleksander Machniak | |
2014-06-09 | Make sure set_env and add_label commands are always sent first - other ↵ | Aleksander Machniak | |
commands might depend on them. Fixes loading message in managesieve filters frame. | |||
2014-06-08 | Fix mouse selection on autocomplete lists | 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-06 | Removed redundant margins for HTML message bodies | Aleksander Machniak | |
2014-06-06 | Merge pull request #195 from dpc22/folder_realnames | Aleksander Machniak | |
Use show_real_foldernames in folder_selector(). | |||
2014-06-06 | The following: | David Carter | |
program/steps/mail/compose.inc :: rcmail_store_target_selection() program/steps/settings/edit_folder.inc :: rcmail_folder_form() both try to localise mailbox names. Push the logic down into the folder_selector() method which can use: $this->config->get('show_real_foldernames') to decide the correct default behaviour. Clients functions and methods can still override by adding 'realnames' named parameter to the folder_selector() call. The obvious example is the Settings -> Preferences -> Special Folders screen. | |||
2014-06-05 | Small code improvements and cleanup | Aleksander Machniak | |
2014-06-05 | Localize mail toolbar menu titles | Thomas Bruederli | |
2014-06-05 | Update Changelog | Thomas Bruederli | |
2014-06-05 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2014-06-05 | Navigate with arrow keys only in treelist widgets; fix keyboard event ↵ | Thomas Bruederli | |
detection in IE; new text label to help screen readers | |||
2014-06-05 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2014-06-05 | Select/scroll to previously selected message when returning from message ↵ | Aleksander Machniak | |
page (#1489023) | |||
2014-06-05 | Fix keyboard interaction with decorated <select> elements (Firefox only) | Thomas Bruederli | |
2014-06-05 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2014-06-05 | Don't hide voice contents with display:none, otherwise they're not read. Fix ↵ | Thomas Bruederli | |
icon styles for compose contacts list | |||
2014-06-05 | Fix regression where html code is sent as plain text (#1488649) | Aleksander Machniak | |
2014-06-05 | Fix check for data-* attributes after merge with dev-accessibility | Thomas Bruederli | |
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 | Fixed Save button in classic skin of Vacation interface (#1489926) | Aleksander Machniak | |
2014-06-04 | Improved video support, all tinymce related resources moved to ↵ | Aleksander Machniak | |
program/js/tinymce/roundcube dir | |||
2014-06-04 | Fix attachment menu structure and aria-attributes | Thomas Bruederli | |
2014-06-04 | Fix typo in aria-attribute | Thomas Bruederli | |
2014-06-04 | Make autocomplete widget actually work with screen readers | Thomas Bruederli | |
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-04 | Add fieldset legends and input element labels to contact edit form | Thomas Bruederli | |
2014-06-04 | Fix folders sorting in case when special folders are subfolders of INBOX | Aleksander Machniak | |
2014-06-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-06-03 | Fix keyboard navigation and focus/blur behavior in list widgets; register ↵ | Thomas Bruederli | |
real link element as menu opener | |||
2014-06-03 | Simplify CSS boder/background styles for listing elements with focus indicator | Thomas Bruederli | |
2014-06-03 | Fix list keyboard navigation with toggleselect on | Thomas Bruederli | |
2014-06-03 | Apply accessibility improvements to the address book task | Thomas Bruederli | |