summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2014-06-30Display quota information for current folder not INBOX only (#1487993)Aleksander Machniak
2014-06-29Support images in HTML signatures (#1488676)Aleksander Machniak
This enables image button and file browser in html editor for signatures
2014-06-26Fix incorrect label translation in return receipt (#1489963)Aleksander Machniak
2014-06-26Display full quota information in popup (#1485769, #1486604)Aleksander Machniak
2014-06-23Mail compose: Selecting contact inserts recipient to previously focused ↵Aleksander Machniak
input - to/cc/bcc accordingly (#1489684)
2014-06-21Add option to set default message list mode - default_list_mode (#1487312)Aleksander Machniak
2014-06-20Fix so address format errors are ignored when saving a draft (#1489954)Aleksander Machniak
2014-06-18Upgrade to TinyMCE 4.1.0Aleksander Machniak
2014-06-17Close "no subject" prompt with Enter key (#1489580)Aleksander Machniak
2014-06-16Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948)
2014-06-15Fix list reload after sending message in another window (#1489931) - use ↵Aleksander Machniak
checkmail instead of list command
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-10Merge branch 'master' of https://github.com/simonpl/roundcubemail into ↵Aleksander Machniak
simonpl-master Conflicts: CHANGELOG
2014-06-05Update ChangelogThomas Bruederli
2014-06-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-05-30Display a warning if popup window was blocked (#1489618)Aleksander Machniak
2014-05-29Remove (was: ...) from message subject on reply (#1489375)Aleksander Machniak
2014-05-28Update changelogAleksander Machniak
2014-05-28Support csv contacts import in German localization (#1489920)Aleksander Machniak
2014-05-27Add option to force new users to change their password (#1486884)simonp
2014-05-27Update changelogAleksander Machniak
2014-05-27Fix unintentional line-height style modification in HTML messages (#1489917)Aleksander Machniak
2014-05-26Fix so responses menu hides on click in classic skin (#1489915)Aleksander Machniak
2014-05-21Fix so current page is reset on list-mode change (#1489907)Aleksander Machniak
2014-05-20Fix incorrect handling of HTML comments in messages sanitization code (#1489904)Aleksander Machniak
2014-05-18Don't remove links when html signature is converted to text (#1489621)Aleksander Machniak
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-17Update changelogAleksander Machniak
2014-05-16Fix handling unicode characters in links (#1489898)Aleksander Machniak
2014-05-15Update changelogAleksander Machniak
2014-05-14Fix malformed References: header in send/saved mail (#1489891) - update ↵Aleksander Machniak
Mail_mime to 1.8.9 version
2014-05-12Fix unintentional draft autosave request if autosave is disabled (#1489882)Aleksander Machniak
2014-05-12Rephrase log entryAleksander Machniak
2014-05-12Optimize "empty" framed pages size (#1489792)Aleksander Machniak
2014-05-12Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. NaifehAleksander Machniak
2014-05-12Update ChangelogThomas Bruederli
2014-05-06Support image operations with Imagick extension (#1489734)Aleksander Machniak
2014-05-04Support upload progress with session.upload_progress and PECL uploadprogress ↵Aleksander Machniak
module (#1488702)
2014-05-02Fix IMAP connection test in installer so it is aware of imap_auth_type ↵Aleksander Machniak
(#1489746)
2014-05-02jQuery-2.1.1Aleksander Machniak
2014-04-30Support 'error' and 'body_file' return attribs in 'message_before_send' hook ↵Aleksander Machniak
(#1489595)
2014-04-30Fix invalid host validation on login (#1489841)Aleksander Machniak
2014-04-29Fix redundant warning when switching from html to text in empty editor ↵Aleksander Machniak
(#1489819) We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace".
2014-04-29Fix too small length of users.preferences column data type on MySQLAleksander Machniak
2014-04-29Fix varius db_prefix issues (#1489839)Aleksander Machniak
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified
2014-04-28Fix identities_level=4 handling in new_user_dialog plugin (#1489840)Aleksander Machniak
2014-04-28Make identity name field optional (#1489510)Aleksander Machniak
Get rid of unhelpful error message.
2014-04-25Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail into ↵Thomas Bruederli
tribut-x-forwarded-whitelist
2014-04-25Update changelogThomas Bruederli
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak