summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-20Improved attachment reminder dialog (#1489091)Aleksander Machniak
Improved core show_popup_dialog() function
2013-05-18Add 0.9.1 to releases listAleksander Machniak
2013-05-18Add 0.9.1 section in changelogAleksander Machniak
2013-05-16Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-05-16Replaced German labels for from/to with more common words in order to avoid ↵Thomas Bruederli
conflicts with 'sender' (#1489084)
2013-05-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-05-16Fix Net_Socket bug with no timeout (failed connection in managesieve plugin)Aleksander Machniak
2013-05-16Move rcmail::deliver_message() to framework for common useThomas Bruederli
2013-05-16Added rcube_plugin::add_label() methodAleksander Machniak
2013-05-16Small fix to the printed debug messageAleksander Machniak
2013-05-15Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-05-15Synced localizations from TransifexThomas Bruederli
2013-05-15Add header for new plugin localization templateThomas Bruederli
2013-05-15Simplify/fix debug lines truncationAleksander Machniak
2013-05-15Fix SMTP connection using IPv6 address in smtp_server option (#1489024), ↵Aleksander Machniak
update Net_Socket package
2013-05-14Add attachment_reminder localizations to TransifexThomas Bruederli
2013-05-14Fix problem where security warning was displayed for valid images with ↵Aleksander Machniak
image/jpg type (#1489097)
2013-05-12Added support for date and index extensions (RFC5260) in script parserAleksander Machniak
Script parser code improvements
2013-05-10Fix handling of invalid email addresses in headers (#1489092)Aleksander Machniak
2013-05-09Simplify format=flowed handling code, don't duplicate same codeAleksander Machniak
2013-05-09Fix format=flowed text re-wrapping for displayAleksander Machniak
2013-05-09Validate e-mail address in new_user_dialog (#1486498), use AJAX for form ↵Aleksander Machniak
submission, don't reload the page after successful form submission
2013-05-09Fix possible error on ajax requestAleksander Machniak
2013-05-08Limit debug log entry (line) size to 4096 characters to preventAleksander Machniak
memory_limit/preformance issues when debug is enabled (imap, smtp, db)
2013-05-08Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: program/js/list.js
2013-05-08Allow row insertion at a specified position (not only on top of the list)Aleksander Machniak
2013-05-08Change license to GPLv3+Aleksander Machniak
2013-05-08Improved regexpAleksander Machniak
2013-05-08Attachment_reminder plugin - ported from ↵Aleksander Machniak
https://github.com/thomasysliu/Roundcube-Plugin-Attachment-Reminder and added user preference to disable plugin, larry support, some fixes/improvements
2013-05-07Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < ↵Aleksander Machniak
0 (#1489090)
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-07Avoid unused local variablesAleksander Machniak
2013-05-06Fix display issue on addressbooks/groups list (#1489039)Aleksander Machniak
2013-05-06Fix various PHP code bugs found using static analysis (#1489086)Aleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-05Fix backslash character handling on vCard import (#1489085)Aleksander Machniak
2013-05-05Fix csv import from Thunderbird with French localization (#1489059)Aleksander Machniak
2013-05-04Merge pull request #71 from zouguangxian/masterAleksander Machniak
Recommendation Set the cache-control directive to no-cache and no-store.
2013-05-04* fixed: modsecurity warning: AppDefect: Cache-Control Response Header ↵Zou Guangxian
Missing 'no-store' flag. http://websecuritytool.codeplex.com/wikipage?title=Checks#http-cache-control-header-no-store
2013-05-04Implemented updatecss.sh script for background images cache issues fix ↵Aleksander Machniak
(#1489047)
2013-05-03Log spellchecker error also in html modeAleksander Machniak
2013-05-03Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-05-03Fix messages list focus issue in Opera and Webkit (#1489058)Aleksander Machniak
2013-05-03Check Google spell check service response for errors and report them accordinglyThomas Bruederli
2013-05-03Experimental: refactored list.js and html_table class to render lists with ↵Thomas Bruederli
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support
2013-05-03Fix bug where multi-level quoting was replaced with one-level quoted text ↵Aleksander Machniak
after format=flowed wrapping
2013-05-03Fix another text wrap issue (added test case)Aleksander Machniak
2013-05-03Remove changelog entry of reverted changeAleksander Machniak
2013-05-02Revert fix for #1489058 because it opened another IE8 focus issueAleksander Machniak
2013-05-02Fix opened window size on small screens in browsers where height is an ↵Aleksander Machniak
innerHeight (eg. Safari)