mir-1.0.0-rc5
authormh <mh>
Fri, 13 Dec 2002 06:28:37 +0000 (06:28 +0000)
committermh <mh>
Fri, 13 Dec 2002 06:28:37 +0000 (06:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a4cf019..58d372f 100755 (executable)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,41 @@
-[last changed: $Date: 2002/12/10 21:58:14 $]  2002 mir-coders group
+[last changed: $Date: 2002/12/13 06:28:37 $]  2002 mir-coders group
 -------------------------------------------------------------------------------
 
 =============================
+1.0.0-rc5 released 2002/12/13
+=============================
+
+[New features/Improvements]
+* remove gratuitous uses of encodeHTML in admin templates. this speeds things
+  up.
+* make StringUtil.deleteForbiddenTags handle the case when a tag is spread over
+  more that one line.
+
+
+[Bugfixes]
+* encodeHTML in admin templates shouldn't be used for the list views.
+* StringUtil.deleteForbiddenTags regexps didn't ignore case.
+* do not use encodeHTML for internal comments and messageboard in the admin.
+* next link in messageboard list was broken. (link pointed to "User" module
+  instead of Message module.
+* remove unwanted tags in MediaRequest as well.
+* fix call of StringUtil.deleteForbiddenTags in
+  ServletModuleOpenIndy.insposting.
+* Fix to_topic (just to_topic, not data.to_topic) select field in
+  posting.template that prevented the chossing of a topic in openposting from
+  working. luckily this bug didn't affect most sites since most installations
+  customize the template.
+  
+
+[Build process]
+
+[Maintenance]
+* remove debug prints in ServletModuleOpenIndy.java
+* remove lot's of no longer used source files and templates.
+
+[Notes]
+
+=============================
 1.0.0-rc4 released 2002/12/10
 =============================