summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-07trigger insertrow JS event from compose screen address book widgetJohnDoh
2013-12-05Improved error messagesAleksander Machniak
- display errors only in dialogs (hide original message element), - fix error when closing dialog on timeout after dialog was closed manually, - center dialog vertically on the screen, - use fadeOut effect on close.
2013-12-05Fix links in UI messages after new #messagestack was implementedAleksander Machniak
2013-12-05Check rcube_addressbook::get_error() after failing delete (#1489463)Aleksander Machniak
2013-12-04Fix issue where groups were not deleted when "Replace entire addressbook" ↵Aleksander Machniak
option on contacts import was used (#1489420)
2013-12-02Remove useless height attribute from #quotadisplay elementAleksander Machniak
2013-12-02Update changelogAleksander Machniak
2013-12-02Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-12-02Fix unreliable mimetype tests in Installer (#1489453)Aleksander Machniak
2013-12-01Fix performance of listing writeable folders (#1489451)Aleksander Machniak
2013-11-29Prepare releasev1.0-betaThomas Bruederli
2013-11-28Display version from composer.json even if not intstalledThomas Bruederli
2013-11-28Argggh! Get a version of the closure compiler that is known to workThomas Bruederli
2013-11-28Fix download URL for closure compilerThomas Bruederli
2013-11-28Updated localizations from TransifexThomas Bruederli
2013-11-28Fix preparation of message object before saving into the cache.Aleksander Machniak
The bug cased e.g. displaying HTML content as plain text for messages with Content-Type: text/html.
2013-11-28Improve "ul.listing li" with text overflow stylesAleksander Machniak
2013-11-28Exec config_get hook also in rcube_config::all() (#1485981)Aleksander Machniak
2013-11-28Fix handling of invalid closing tags in HTML messages (#1489446)Aleksander Machniak
2013-11-26Always send unread counter update for current folderAleksander Machniak
2013-11-25Skip charset (or use US_ASCII) intead of UTF-8 if body contains only ASCII ↵Aleksander Machniak
characters
2013-11-25Small code improvementAleksander Machniak
2013-11-25Add possibility to overwrite a label/message in Roundcube's language package ↵Aleksander Machniak
(#1489433)
2013-11-24Make Reporting-UA header in MDN report optional, as User-Agent isAleksander Machniak
2013-11-23Save Larry skin UI settings in local storage instead of cookiesThomas Bruederli
2013-11-23Make local storage functions work before rcmail.init() was calledThomas Bruederli
2013-11-23Set real content-type for file downloads (#1489439)Aleksander Machniak
2013-11-23Refactored classic skin splitter code to fix it for IE<9Aleksander Machniak
2013-11-23- Update TinyMCE to version 3.5.10 (#1489442)Aleksander Machniak
2013-11-22Fix keyboard navigation in autocompletion list on Opera browserAleksander Machniak
(use keydown event on all browsers)
2013-11-22Fix right margin in mail task interface to be precissely the same as in ↵Aleksander Machniak
other tasks
2013-11-22Fix #messagestack position (again)Aleksander Machniak
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