summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-22Make splitters more responsive (using timing events)Aleksander Machniak
2013-11-22Add missing </div>Aleksander Machniak
2013-11-22Fix so contactnotfound message is of type error not infoAleksander Machniak
2013-11-22Display loading message when loading identity frameAleksander Machniak
2013-11-22Fix redundant/missing closing div tagsAleksander Machniak
2013-11-22Small improvements to #messagestack styleAleksander Machniak
2013-11-22Remember compose-options collapse status and display them by default; Use ↵Thomas Bruederli
abstracted functions to read and set UI settings. To be replaced with local storage...
2013-11-22Small adjustments to new status message displayThomas Bruederli
2013-11-22More improvements to list focus styles:Thomas Bruederli
- display focused row also when selected - background-position-x doesn't work on Firefox, use full background-position properties
2013-11-22Fix typosAleksander Machniak
2013-11-22Tweak borders and paddings of focused/selected list rows. Don't show focus ↵Thomas Bruederli
indicator when selected
2013-11-22Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-11-22Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-11-22Updated changelogThomas Bruederli
2013-11-22Bump version to 7.1Aleksander Machniak
2013-11-22Fix a bug where deleted filter was not removed from the listAleksander Machniak
(because now list widget's 'rows' property is of type object not array)
2013-11-22Trigger event when opening new windows with a reference to the window object ↵Thomas Bruederli
(#1489413)
2013-11-22Merge pull request #153 from cmcnulty/row-focusThomas B.
Indicator for row focus, resolves #1489392
2013-11-22Fix rowcount when list element contains bot only tr/li elements but also ↵Aleksander Machniak
text nodes
2013-11-22Update changelogThomas Bruederli
2013-11-22Optimize and preload message iconsThomas Bruederli
2013-11-22Display status messages as pile of black bars overlaying the UI in order to ↵Thomas Bruederli
improve visibility (#1488974)
2013-11-21Fix issue where subject input might get filled with "null" string (IE8)Aleksander Machniak
2013-11-21Replace Array.indexOf() with jQuery.inArray() for older browsers (IE<9)Aleksander Machniak
2013-11-21Fix folders sorting procedure.Aleksander Machniak
Fixes the issue where after creating a folder with name 'Abc abc' it were added before existing subfolders of folder 'Abc' and after 'Abc'.
2013-11-21Added CVE number to changelog entryAleksander Machniak
2013-11-21Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-11-21Make sort_folder_list() publicAleksander Machniak
2013-11-21Add hook to notify plugins about message sending errorsThomas Bruederli
2013-11-20Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-11-20Small fixes: variable scopeAleksander Machniak
2013-11-20Fix attachment menu link in IE8Aleksander Machniak
2013-11-20Syntax fix for IE7Aleksander Machniak
2013-11-20Bring back empty directoriesAleksander Machniak
2013-11-20Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-11-18Fix browser version detection and failing testsAleksander Machniak
2013-11-18Code improvements and some unification with browser detection code in javascriptAleksander Machniak
2013-11-18Fix deprecated function usageAleksander Machniak
2013-11-16Make $force parameter only override the task check for required plugins ↵Thomas Bruederli
(#1489437)
2013-11-16Move 'advanced' block to the end of the settings formThomas Bruederli
2013-11-15Accept text/html parts inside multipart/mixed parts as HTML contentsThomas Bruederli
2013-11-15Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-11-15Use absolute paths in default configThomas Bruederli
2013-11-15Fix (again) IE11 detection where document.all is not defined.Aleksander Machniak
@TODO: review our document.all uses.
2013-11-15Fix bgcolor attribute handlingAleksander Machniak
2013-11-15Fix Internet Explorer 11 detection (#1489434)Aleksander Machniak
2013-11-14Reset $part_orig_mimetype variable in for-loop. This avoids attachments ↵Thomas Bruederli
along with message/rfc822 parts being listed twice
2013-11-14Clean HTML message body from URL parameters after enabling HTML mode in ↵Thomas Bruederli
commit e957bfec
2013-11-14Make require_plugin() force loading of the required pluginThomas Bruederli
2013-11-14Allow plugins to override message compose modeThomas Bruederli