[CMF-checkins] CVS: CMF - CHANGES.txt:1.107.2.31
Tres Seaver
tseaver@zope.com
Mon, 16 Sep 2002 08:08:56 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv1374
Modified Files:
Tag: CMF-1_3-branch
CHANGES.txt
Log Message:
- Close row element (Collector #57).
=== CMF/CHANGES.txt 1.107.2.30 => 1.107.2.31 ===
--- CMF/CHANGES.txt:1.107.2.30 Thu Sep 5 14:31:43 2002
+++ CMF/CHANGES.txt Mon Sep 16 08:08:56 2002
@@ -15,6 +15,9 @@
- Removed crufty 'isDesktop' stuff from 'folder_factories' methods.
- Fixed HTML-invalidating call to 'filterCookie' in 'folder_contents'.
+
+ - Fixed unclosed 'tr' element in ZPT version of 'folder_edit_form'
+ (Collector #57).
CMF 1.3
@@ -50,6 +53,13 @@
CMFDefault.utils: formatRFC822Headers, parseHeadersBody,
semi_split, comma_split, seq_strip, tuplize, bodyfinder,
html_headcheck.
+
+ - Added two utility functions, 'isHTMLSafe' and 'scrubHTML', to
+ CMFDefault utils; these modules check for / remove undesirable
+ tags from textual content.
+
+ - Made public functions of 'CMFCore.utils' and 'CMFDefault.utils'
+ available for scripting.
- Allowed Portal Folders to be discussable.