[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.107
Jens Vagelpohl
jens at dataflake.org
Wed May 4 17:33:58 EDT 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv22168
Modified Files:
Tag: CMF-1_5-branch
CHANGES.txt
Log Message:
- CMFDefault.MetadataTool: When asked for a non-existing metadata
policy, the tool would return the default policy unwrapped. This
means, at a minimum, that the security declarations on the
MetadataElementPolicy instance would never be applied correctly.
(http://www.zope.org/Collectors/CMF/342)
=== CMF/CHANGES.txt 1.248.2.106 => 1.248.2.107 ===
--- CMF/CHANGES.txt:1.248.2.106 Wed May 4 17:16:59 2005
+++ CMF/CHANGES.txt Wed May 4 17:33:28 2005
@@ -14,6 +14,12 @@
Bugs Fixed
+ - CMFDefault.MetadataTool: When asked for a non-existing metadata
+ policy, the tool would return the default policy unwrapped. This
+ means, at a minimum, that the security declarations on the
+ MetadataElementPolicy instance would never be applied correctly.
+ (http://www.zope.org/Collectors/CMF/342)
+
- CMFSetup.workflow: Make sure to set the "permissions" attribute on
DCWorkflow definitions to a tuple, which is expected throughout
the DCWorkflow code. (http://www.zope.org/Collectors/CMF/346)
More information about the CMF-checkins
mailing list