summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-02Localize title and summary attributes; make message count display box a live ↵Thomas Bruederli
area
2014-06-01Change private method to protectedAleksander Machniak
2014-06-01Change private vars/methods to protectedAleksander Machniak
2014-05-30Display a warning if popup window was blocked (#1489618)Aleksander Machniak
2014-05-30Fix double newlines on message printoutAleksander Machniak
2014-05-30Small code improvementAleksander Machniak
2014-05-30Implemented Text Editor widget that integrates all operations onAleksander Machniak
textareas including HTML editor and spellchecking
2014-05-29Remove (was: ...) from message subject on reply (#1489375)Aleksander Machniak
2014-05-28Remove useless code for IEAleksander Machniak
2014-05-28Hide droptarget image if drag-n-drop is not supportedAleksander Machniak
2014-05-28Add message status labels to clientThomas Bruederli
2014-05-28Improve (message) list widget display and keyboard navigation to show sane ↵Thomas Bruederli
behavior with screen readers
2014-05-28Update changelogAleksander Machniak
2014-05-28Enable autolink plugin in TinyMCE (#1488845)Aleksander Machniak
2014-05-28Merge 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-28TinyMCE4: small improvementsAleksander Machniak
2014-05-28TinyMCE4: Fix spellchecker resumeAleksander Machniak
2014-05-28Bring back "Add To Dictionary" featureAleksander Machniak
2014-05-28Add method to make a treelist widget become a jQuery UI droppable with ↵Thomas Bruederli
support for auto-scrolling and auto-expanding
2014-05-28Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-05-28Small code improvementsAleksander Machniak
2014-05-28Improved folders sorting by name - use Intl.Collator if supportedAleksander Machniak
2014-05-28Fix UTF7-IMAP encoding detection (fixes folders list sorting)Aleksander Machniak
2014-05-28Support csv contacts import in German localization (#1489920)Aleksander Machniak
2014-05-27Update to TinyMCE 4.0.28Aleksander Machniak
2014-05-27Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵Aleksander Machniak
TinyMCE4
2014-05-27Use public property instead of setter method to improve compatibilityThomas Bruederli
2014-05-27More aria-* improvements to toggle buttons and autocompletion listsThomas Bruederli
2014-05-27Remove 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-27Replace Array.prototype.last() with jQuery.last to avoid side-effects in ↵Thomas Bruederli
array iterations
2014-05-27Set aria-* attributes for autocompletion fields and widgetsThomas Bruederli
2014-05-27Update changelogAleksander Machniak
2014-05-27Fix unintentional line-height style modification in HTML messages (#1489917)Aleksander Machniak
2014-05-27Plugin API: Add folder and uid arguments to message_headers_output hookAleksander Machniak
2014-05-27Fix broken normalize_string(), add support for ISO-8859-2Aleksander Machniak
2014-05-27Add more tests for normalize_string() - some failingAleksander Machniak
2014-05-26Fix some cssAleksander Machniak
2014-05-26Fix so responses menu hides on click in classic skin (#1489915)Aleksander Machniak
2014-05-26Skip setting button state (css classes, etc.) if the state didn't changeAleksander Machniak
- this fixes disappearing listmode selection after clicking search reset button
2014-05-25Silence PHP Warning: strtolower() expects parameter 1 to be stringAleksander Machniak
2014-05-25Silence possible PHP Warning: file_exists(): open_basedir restriction in effect.Aleksander Machniak
2014-05-23CS fixesAleksander Machniak
2014-05-22Bring back forcing of string type for folders list items (removed ↵Aleksander Machniak
unintentionally by last commit)
2014-05-22Improve performance of sort_folder_list() method.Aleksander Machniak
Now sorting 25k folders takes around 3 seconds.
2014-05-22Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-05-22Add option to suppress session data writes to DBThomas Bruederli
2014-05-22Fix debug outputThomas Bruederli
2014-05-22Fix message un-selection on the list (#1489906)Aleksander Machniak
2014-05-22If search string cannot be converted to ASCII (result is an empty string) ↵Aleksander Machniak
use the original string (#1489911)
2014-05-21Don't list empty (nil) metadata entries to save memory anc caching spaceThomas Bruederli