[CMF-checkins] CVS: CMF - CHANGES.txt:1.107.2.28
Tres Seaver
tseaver@zope.com
Tue, 6 Aug 2002 14:06:25 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv28437
Modified Files:
Tag: CMF-1_3-branch
CHANGES.txt
Log Message:
- Clean up STX-breakage.
=== CMF/CHANGES.txt 1.107.2.27 => 1.107.2.28 ===
New Features
- FSPageTemplates now autodetect XML if a document has the standard
- <?xml version="xx"?> at the top, setting the content_type to
+ '<?xml version="xx"?>' at the top, setting the content_type to
"text/xml" so that it is parsed and served as XML.
- Added a 'Workflows' tab in the ZMI that displays the workflow
@@ -18,7 +18,7 @@
CMFDefault.utils: scrubHTML, isHTMLSafe
- Known bad tags ('<script>', '<applet>', '<embed>', '<object>'),
+ Known bad tags ('script', 'applet', 'embed', 'object'),
attributes (starting with 'on'), and values (starting with
'javascript:') cause 'scrubHTML' to raise an exception; unknown
tags are silently dropped. 'isHTMLSafe' returns true if
@@ -293,7 +293,7 @@
- Updated caching policy manager tool to use correct date format
(RFC 1123 instead of RFC 822).
-1.3 beta 1 (2001/04/03)
+CMF 1.3 beta 1 (2001/04/03)
New Features
@@ -456,7 +456,7 @@
explaining the issue, and the workaround, to 'ISSUES.txt'.
- Ensure that Favorites display the correct, absolute URL to their
- target, without needing to have <base> tag set (Tracker #419).
+ target, without needing to have 'base' tag set (Tracker #419).
- Worked around Opera's strange insistence on selecting an option,
even for multi-select lists (Tracker #332).
@@ -464,8 +464,8 @@
- Hardened CMFCore to initialize correctly in the absence of the
PageTemplates product (Tracker #430).
- - Restored slot in <head> of ZPT main template into which content
- can insert the <base> tag (Tracker #418).
+ - Restored slot in 'head' of ZPT main template into which content
+ can insert the 'base' tag (Tracker #418).
- Fixed 'CMFTopic.SimpleIntegerCriterion.edit' to require a pair of
values when 'direction' is 'min:max'; updated skins to use new