summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2015-04-19Fix bug where preview_pane setting wasn't always saved into user preferences ↵Aleksander Machniak
(#1490362)
2015-04-18Update changelogAleksander Machniak
2015-04-17Fix bug where some unrelated attachments in multipart/related message were ↵Aleksander Machniak
not listed (#1490355)
2015-04-16Add option to place signature at bottom of the quoted text even in ↵Aleksander Machniak
top-posting mode [sig_below]
2015-04-12Installer: Remove system() function use (#1490139)Aleksander Machniak
Move some functionality of scripts from bin/ into rcmail_utils class
2015-04-10Fix bug where forced extwin page reload could exit from the extwin mode ↵Aleksander Machniak
(#1490350) With small improvements in rcube_webmail.url() method.
2015-04-09Fix font artifact in Google Chrome on Windows (#1490353)Aleksander Machniak
2015-04-08Fix lack of signature separator for plain text signatures in html mode ↵Aleksander Machniak
(#1490352)
2015-04-08Fix so unrecognized TNEF attachments are displayed on the list of ↵Aleksander Machniak
attachments (#1490351)
2015-04-06Fix so text/calendar parts are listed as attachments even if not marked as ↵Aleksander Machniak
such (#1490325)
2015-04-06Fix message list header in classic skin on window resize in Internet ↵Aleksander Machniak
Explorer (#1490213)
2015-04-06Fix tables listing routine on mysql and postgres so it skips system or other ↵Aleksander Machniak
database tables and views (#1490337)
2015-04-01Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be ↵Aleksander Machniak
called statically (#1490343)
2015-03-31Plugin API: Added message_ready hook - the last chance to modify Mail_Mime ↵Aleksander Machniak
object before saving or sending the message
2015-03-31Fix vpopmaild driver of password pluginAleksander Machniak
2015-03-31Fix zipped messages downloads after selecting all messages in a folder ↵Aleksander Machniak
(#1490339)
2015-03-30Fix handling of %-encoded entities in mailto: URLs (#1490346)Aleksander Machniak
2015-03-19Update changelogAleksander Machniak
2015-03-12Fix typosAleksander Machniak
2015-03-12Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden ↵Aleksander Machniak
element (#1490318)
2015-03-12Update ChangelogThomas Bruederli
2015-03-12Update ChangelogThomas Bruederli
2015-03-12Update ChangelogThomas Bruederli
2015-03-12Update ChangelogThomas Bruederli
2015-03-12Fix backtick character handling in sql queries (#1490312)Aleksander Machniak
2015-03-11Fix bug where TinyMCE area height was too small on slow network connection ↵Aleksander Machniak
(#1490310)
2015-03-11Fix bug where spellchecking in HTML editor do not work after switching ↵Aleksander Machniak
editor type more than once (#1490311)
2015-03-10Upgrade TinymCE to version 4.1.9Aleksander Machniak
2015-03-10Fix rows count when messages search fails (#1490266)Aleksander Machniak
2015-03-09Unified request* event arguments handling, added support for _unlock and ↵Aleksander Machniak
_action parameters
2015-03-09Fix so search filter, scope and fields are reset on folder changeAleksander Machniak
2015-03-08Fix Opera browser detection in javascript (#1490307)Aleksander Machniak
2015-03-08Fix storing signatures with big images in MySQL database (#1490306)Aleksander Machniak
2015-03-08Plugin API: added message_part_body hook, fixes around message structure ↵Aleksander Machniak
handling by plugins
2015-03-05Update to TinyMCE 4.1.8Aleksander Machniak
2015-03-05Fix missing vcard_attachment icon on messages list (#1490303)Aleksander Machniak
2015-03-04Update changelogAleksander Machniak
2015-03-02Fix javascript error after creating a folder which is a subfolder of another ↵Aleksander Machniak
one (#1490297)
2015-03-02Fix so localized folder name is displayed in multi-folder search result ↵Aleksander Machniak
(#1490243)
2015-02-28Add initdb.sh to create database from initial.sql script with prefix support ↵Aleksander Machniak
(#1490188)
2015-02-27Fix duplicate entry on timezones list in ↵Aleksander Machniak
rcube_config::timezone_name_from_abbr() (#1490293)
2015-02-27Update changelogAleksander Machniak
2015-02-27Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)Aleksander Machniak
2015-02-26Added 'kpasswd' driver by Peter AllgeyerAleksander Machniak
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" ↵Aleksander Machniak
errors (#1490281)
2015-02-25Fix duplicate entries supression in autocomplete result (#1490290)Aleksander Machniak
2015-02-25Improved handling of storage errors after message is sentAleksander Machniak
After sending a message it is stored in Sent folder, this operation may fail, e.g. because of "over quota" error. In such a case we'll not close the compose window, but display the error and, if user clicks Send/Save button, we'll display a dialog informing about the situation and providing an option to try the save operation again.
2015-02-25Fix so "over quota" errors are displayed also in message compose pageAleksander Machniak
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
2015-02-24Add possibility to configure max_allowed_packet value for all database ↵Aleksander Machniak
engines (#1490283)
2015-02-22Fix typoAleksander Machniak