X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=36afc1b29439f7b87a9bcb12a807e79d234b5381;hb=a01a96ebfe9f30d542fc3b482d36c72b46b3c8e7;hp=c0920b363a1b3d1e1d731ece220838b3309105d0;hpb=470f0151bd502624275bc7a3b74e55d63d25c4f1;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index c0920b36..36afc1b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -229,7 +229,53 @@ Version 1.5.1 -- CVS support. - Removed unused save_option_header() function from display and compose option includes. - + - Fixed bug #1124764, view unsafe images inside printer friendly view. + - Fixed bug #1032366, remove NUL characters in text attachments on sent. + - URL Encode required for string being passed in mailto: links to pass on + additional values (cc, body, subject etc). + - Fixed bug #801060. Removed option for INBOX in filters plugin as source + is always INBOX. + - Always show Purge link next to Trash, even when empty. + - errors in addressbook_init() function are no longer fatal. If function + fails to activate address book backend, it displays error box (with + error_box() function). error box can be hidden by setting first + function argument to false. + - Sanitized search in ldap address book backend. Use of asterisk + together with other symbols is not supported. + - Added ldap backend to change_password plugin. + - Change defaults of some prefs to more sensible / usable settings. + - Revise the documentation of the packaged plugins. + - Fixed edit form checks in address listing (#1124018). + - After sending resumed draft, return to message list. + - Parse and replace mailto: links with internal compose links when + viewing in HTML format. + - Plugins may now define an "extra" array element to return to the attachment + types hook, which will be also inserted in the attachment link for the + plugin. + - Added mouseover row highlighting on message index. + - Added