X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=ChangeLog;h=af4c086fcc15e8637fc26ccf7fb27db6d573666c;hp=8c80c43bced50df298ad4c6dcdaa43c317b13d5e;hb=da1b55add6a9207dfd72e141e2fe4ec74cf26e3e;hpb=d8415ed878ea9a1a48879622d2ac674e9856d6bd diff --git a/ChangeLog b/ChangeLog index 8c80c43b..af4c086f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -231,7 +231,65 @@ Version 1.5.1 -- CVS 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