From: mh Date: Fri, 13 Dec 2002 06:28:37 +0000 (+0000) Subject: mir-1.0.0-rc5 X-Git-Tag: MIR_1_0_0_RC5~1 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=c0c3dd50b8e9dbbe478da6966f67ed25f3ca7031;hp=9b4342d5e2bdfece086b5051d8553cac7ac2084c;p=mir.git mir-1.0.0-rc5 --- 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 =============================