Completely cleanup the folders management (create/subscribe etc) code.
[squirrelmail.git] / ChangeLog
index 401544228991f44a7db7796009fb2c9aadc0ef3e..41e7b77e21c213a2b272d6fc11fe462f66d5ec4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -256,8 +256,28 @@ Version 1.5.1 -- CVS
   - Added <label> for checkboxes on message index (when highlighting is off).
   - Fixed mailto: parsing in functions/url_parser.php.
   - Fixed broken signout page (plugins work here again).
-  - Fixed configtest to use correct PostgreSQL connection function (#1166228).
-
+  - Fixed configtest to use correct PostgreSQL connection function
+    (#1166228).
+  - Added configuration option that blocks remote use of
+    src/configtest.php by default.
+  - Fixed ldap checks in configtest.php.
+  - Added configuration option that controls listing of global file based
+    address book.
+  - Fixed administrator's plugin breaks related to latest sqGetGlobalVar()
+    and $plugins array changes.
+  - Included local configuration file in config.php generated by
+    administrator's plugin.
+  - Updated the Filters plugin to comply with our Plugin Standards.
+  - Fixed Filters plugin problems with duplicate rule processing and false
+    unread message counts (Bug# 676073 and patch #919045).
+  - Strip position:absolute style from HTML mails.
+  - Add ability to the Filters plugin to filter on Message Body, or both
+    the Headers and the Message Body.
+  - Update the message copy and move functions to allow for error handling.
+  - Fix the filter plugin from halting the login process when copying errors
+    occur.
+  - Clean up the folder management (create, rename, subscribe) code.
+  
 Version 1.5.0
 --------------------
   - Added new preference that determines cursor focus when replying