[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.108
Jens Vagelpohl
jens at dataflake.org
Thu May 5 16:54:02 EDT 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv23261
Modified Files:
Tag: CMF-1_5-branch
CHANGES.txt
Log Message:
- CMFTopic.Topic/CMFCore.PortalContent: Both these classes were using
the now-deprecated CMFCore.utils._getViewFor method, and strangely
enough the deprecation warning didn't show. Replaced with the
new method of getting the view.
=== CMF/CHANGES.txt 1.248.2.107 => 1.248.2.108 ===
--- CMF/CHANGES.txt:1.248.2.107 Wed May 4 17:33:28 2005
+++ CMF/CHANGES.txt Thu May 5 16:53:32 2005
@@ -14,6 +14,11 @@
Bugs Fixed
+ - CMFTopic.Topic/CMFCore.PortalContent: Both these classes were using
+ the now-deprecated CMFCore.utils._getViewFor method, and strangely
+ enough the deprecation warning didn't show. Replaced with the
+ new method of getting the view.
+
- 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
More information about the CMF-checkins
mailing list