summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-20Fix so address format errors are ignored when saving a draft (#1489954)Aleksander Machniak
2014-06-20Fix loading localizationAleksander Machniak
2014-06-19Small css fixesAleksander Machniak
2014-06-19Fix preview toggle button (missing iconbutton class after click)Aleksander Machniak
2014-06-19Support Firefox < 4 via legacy_browser (jQuery 2.x does not work)Aleksander Machniak
2014-06-19Link heading with the acl tableThomas Bruederli
2014-06-19Hide acltable heading for voice-only outputThomas Bruederli
2014-06-19Use different styles for :required and :focus input fieldsThomas Bruederli
2014-06-19Extend jQuery UI datepicker widget with basic accessibility featuresThomas Bruederli
2014-06-19Add missing colorpicker plugin for TinyMCEAleksander Machniak
2014-06-18Upgrade to TinyMCE 4.1.0Aleksander Machniak
2014-06-18Better styles for hidden (voice) elements and attachments list iconsThomas Bruederli
2014-06-18Improve accessibility on attachments list: use custom tabindex attribute + ↵Thomas Bruederli
add aria-label for meaningful voice output on delete icons
2014-06-18Option to disable cursor keyboard navigation on treelist widgetsThomas Bruederli
2014-06-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-17Update to jQuery UI 1.10.4Thomas Bruederli
2014-06-17Close "no subject" prompt with Enter key (#1489580)Aleksander Machniak
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
2014-06-17Small icon alignment fixAleksander Machniak
2014-06-16Make order of quicksearch box elements more intuitive for keyboard navigationAleksander Machniak
2014-06-16Added option to specify connection socket parameters - managesieve_conn_optionsAleksander Machniak
2014-06-16Fix tab navigation with TinyMCE editor (#1489946)Thomas Bruederli
2014-06-16Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948)
2014-06-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-06-16Add notes about messages_cache setting requirements (#1489946)Aleksander Machniak
2014-06-16Avoid scrolling of lists and menus when navigating with cursor keys (#1489929)Thomas Bruederli
2014-06-16Fix message list header spacings (#1489929)Thomas Bruederli
2014-06-16Avoid scrolling when moving focus from a treelist widget (#1489929)Thomas Bruederli
2014-06-16Add title attribute to settings menuAleksander Machniak
2014-06-16Add title attribute for settings menuAleksander Machniak
2014-06-15Fix list reload after sending message in another window (#1489931) - use ↵Aleksander Machniak
checkmail instead of list command
2014-06-14Unify some labelsAleksander Machniak
2014-06-14Remove "min-width:0" - fixes unwanted horizontal scrollbar in message ↵Aleksander Machniak
headers box
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