Change config.php.sample to config.sample.php to allow PHPDocumentor to parse it
[squirrelmail.git] / ChangeLog
index 1907e78ef6f3dc8cc530fd13f584541d840b5cce..36afc1b29439f7b87a9bcb12a807e79d234b5381 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -246,16 +246,36 @@ Version 1.5.1 -- CVS
   - 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
+  - After sending resumed draft, return to message list.
   - Parse and replace mailto: links with internal compose links when 
-    viewing in HTML format
+    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 <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)
-
+    types hook, which will be also inserted in the attachment link for the
+    plugin.
+  - Added mouseover row highlighting on message index.
+  - 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).
+  - 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
+  
 Version 1.5.0
 --------------------
   - Added new preference that determines cursor focus when replying