X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=abf301806ea3603e59fdcc87a130f6c30c307412;hb=1bc52de52ab111ec3f6f2b9c88ac6e52b96eef00;hp=0202e43a769cb31217032ba6c68e31a36e7689d3;hpb=c8f5f60645a2e7b39efbbe06ad599e9145827338;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index 0202e43a..abf30180 100644 --- a/ChangeLog +++ b/ChangeLog @@ -214,7 +214,42 @@ Version 1.5.1 -- CVS - Fix for #855320 where Outlook Express was creating CID: based URLs, but not assigning a content-id to the attachment. This is a bug in Outlook Express and is non-RFC compliant behaviour. - + - Strip tags out. This is a Microsoft only protocol and + references files local to the sending machine. This causes issues + with Internet Explorer. + - Replace links with clean images to stop + issues with Internet Explorer not being able to track down the image. + - Empty src attribute on img tags causes logouts (IE only), replacing + string with blank.png. + - Added vmailmgrd backend to change_password plugin. + - Fixed change_password_init hook. + - Give an error to the user when SquirrelMail is not configured yet + (instead of "failed to include config.php"). + - Added swf and mp3 support to newmail plugin. Restored custom user media + 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 URIs (including grabbing mailto: 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 Version 1.5.0 --------------------