From c0c3dd50b8e9dbbe478da6966f67ed25f3ca7031 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 13 Dec 2002 06:28:37 +0000 Subject: [PATCH] mir-1.0.0-rc5 --- NEWS | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a4cf019d..58d372f1 100755 --- 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 ============================= -- 2.11.0