summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-13Focus first input in password form on page loadAleksander Machniak
2014-06-12Move some code to legacy_browser pluginAleksander Machniak
2014-06-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-06-11Fix typoAleksander Machniak
2014-06-10Fix folder-selector positionAleksander Machniak
2014-06-10Code cleanup and small fixes (after pull request merge)Aleksander Machniak
2014-06-10Merge branch 'master' of https://github.com/simonpl/roundcubemail into ↵Aleksander Machniak
simonpl-master Conflicts: CHANGELOG
2014-06-10Fix unintentional unselection with Ctrl+Up/Down in toggleselect modeAleksander Machniak
2014-06-10ACL: Improved UI accessibilityAleksander Machniak
2014-06-10Move login/hosts to seperate functionsimonp
2014-06-10Merge pull request #197 from dpc22/fix_mail_cssAleksander Machniak
Small CSS fix
2014-06-10Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() failsAleksander Machniak
2014-06-09Fix keyboard event detection in Opera (#1489929)Aleksander Machniak
2014-06-09Managesieve: Improved UI accessibilityAleksander Machniak
2014-06-09New optional HTML/plaintext view icons in #messageheader mean thatDavid 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-09Send X-UA-Compatible as HTTP header instead of meta tagAleksander Machniak
2014-06-09Fix so list record identifier can be '0'Aleksander Machniak
2014-06-09Make 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-08Fix mouse selection on autocomplete listsAleksander Machniak
2014-06-07Fix for login/hosts exceptionssimonp
2014-06-06Moved functionality from password_first to password_initsimonp
2014-06-06Removed redundant margins for HTML message bodiesAleksander Machniak
2014-06-06Merge pull request #195 from dpc22/folder_realnamesAleksander Machniak
Use show_real_foldernames in folder_selector().
2014-06-06The 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-05Small code improvements and cleanupAleksander Machniak
2014-06-05Localize mail toolbar menu titlesThomas Bruederli
2014-06-05Update ChangelogThomas Bruederli
2014-06-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-05Navigate with arrow keys only in treelist widgets; fix keyboard event ↵Thomas Bruederli
detection in IE; new text label to help screen readers
2014-06-05Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-06-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-05Fix keyboard interaction with decorated <select> elements (Firefox only)Thomas Bruederli
2014-06-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-05Don't hide voice contents with display:none, otherwise they're not read. Fix ↵Thomas Bruederli
icon styles for compose contacts list
2014-06-05Fix regression where html code is sent as plain text (#1488649)Aleksander Machniak
2014-06-05Fix check for data-* attributes after merge with dev-accessibilityThomas Bruederli
2014-06-05Remove leftover from merge; set alt text for contact photoThomas Bruederli
2014-06-05Merge 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-04Fixed Save button in classic skin of Vacation interface (#1489926)Aleksander Machniak
2014-06-04Improved video support, all tinymce related resources moved to ↵Aleksander Machniak
program/js/tinymce/roundcube dir
2014-06-04Fix attachment menu structure and aria-attributesThomas Bruederli
2014-06-04Fix typo in aria-attributeThomas Bruederli
2014-06-04Make autocomplete widget actually work with screen readersThomas Bruederli
2014-06-04Render localized texts for icon-style messagelist headersThomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-04Add fieldset legends and input element labels to contact edit formThomas Bruederli
2014-06-04Fix folders sorting in case when special folders are subfolders of INBOXAleksander Machniak
2014-06-03Apply accessibility improvements to the settings sectionThomas Bruederli
2014-06-03Fix keyboard navigation and focus/blur behavior in list widgets; register ↵Thomas Bruederli
real link element as menu opener