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-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-06 | Removed redundant margins for HTML message bodies | Aleksander Machniak | |
2014-06-05 | Localize mail toolbar menu titles | Thomas Bruederli | |
2014-06-05 | Fix keyboard interaction with decorated <select> elements (Firefox only) | 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 | 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 | 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 | 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-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-06-03 | Simplify CSS boder/background styles for listing elements with focus indicator | Thomas Bruederli | |
2014-06-03 | Apply accessibility improvements to the address book task | Thomas Bruederli | |
2014-06-03 | Use jQuery UI tabs widget for tabbed fieldsets | Thomas Bruederli | |
2014-06-02 | Some more improvemements on content structure, text representation and ↵ | Thomas Bruederli | |
keyboard navigation within the mail view | |||
2014-06-02 | Localize title and summary attributes; make message count display box a live ↵ | Thomas Bruederli | |
area | |||
2014-05-30 | Fix double newlines on message printout | Aleksander Machniak | |
2014-05-28 | Hide droptarget image if drag-n-drop is not supported | Aleksander Machniak | |
2014-05-28 | Improve (message) list widget display and keyboard navigation to show sane ↵ | Thomas Bruederli | |
behavior with screen readers | |||
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 | More aria-* improvements to toggle buttons and autocompletion lists | Thomas Bruederli | |
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-26 | Fix some css | Aleksander Machniak | |
2014-05-26 | Fix so responses menu hides on click in classic skin (#1489915) | Aleksander Machniak | |
2014-05-20 | Define common styles for search boxes | Thomas Bruederli | |
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-15 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2014-05-15 | Small css fixes, optimized some images | Aleksander Machniak | |
2014-05-15 | Minor fixes for teelist searching | Thomas Bruederli | |
2014-05-15 | Improved handling of new-lines in quoted paragraphs on text2html conversion | Aleksander Machniak | |
2014-05-14 | Don't wrap messages list footer | Aleksander Machniak | |
2014-05-12 | Define generic styles for a search boxe inside list widgets | Thomas Bruederli | |
2014-05-12 | Fix icon for DOC files | Aleksander Machniak | |
2014-05-12 | Use localized labels for voice-only headings and link texts | Thomas Bruederli | |
2014-05-12 | Set aria-selected and aria-expanded state attributes | Thomas Bruederli | |
2014-05-12 | Update copyright year in about template | Thomas Bruederli | |
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-09 | Unify lists' records and headers height no matter it's td, li or span | Aleksander Machniak | |
2014-05-08 | Moved popup-menu functions to Roundcube core for seamless integration of ↵ | Thomas Bruederli | |
(stackable) skin and core menus | |||
2014-05-07 | Improve keyboard navigation on compose screen: define tabindex groups + ↵ | Thomas Bruederli | |
enable keyboard controls of contacts list widget | |||
2014-05-07 | Further accessibility improvements regarding keyboard navigation and ↵ | Thomas Bruederli | |
document structure | |||
2014-05-07 | Forward keyboard event through 'menu-open' command to enable keyboard navigation | Thomas Bruederli | |
2014-05-05 | Make TinyMCE4 buttons smaller | Aleksander Machniak | |
2014-05-02 | Fix unwanted horizontal scrollbar in spellcheck languages list in Chrome browser | Aleksander Machniak | |