[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.68
Jens Vagelpohl
jens at dataflake.org
Tue Mar 22 18:22:57 EST 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv15091
Modified Files:
Tag: CMF-1_5-branch
CHANGES.txt
Log Message:
- CMFCore.MembershipTool: Change a couple conditional tests that tried to
determine if the MemberDataTool had been found to explicitly test for
None as the return value instead of a truth test on the tool itself, which
would fail unexpectedly on folderish MemberDataTool implementations
that don't have actual content (http://www.zope.org/Collectors/CMF/330)
=== CMF/CHANGES.txt 1.248.2.67 => 1.248.2.68 ===
--- CMF/CHANGES.txt:1.248.2.67 Tue Mar 22 14:23:49 2005
+++ CMF/CHANGES.txt Tue Mar 22 18:22:27 2005
@@ -49,6 +49,12 @@
portal_registration tool (http://collector.zope.org/CMF/117)
Bug Fixes
+
+ - CMFCore.MembershipTool: Change a couple conditional tests that tried to
+ determine if the MemberDataTool had been found to explicitly test for
+ None as the return value instead of a truth test on the tool itself, which
+ would fail unexpectedly on folderish MemberDataTool implementations
+ that don't have actual content (http://www.zope.org/Collectors/CMF/330)
- CMFCore.CachingPolicyManager and CMFCore.ActionInformation: The names
available to TALES expressions throughout the CMF showed some
More information about the CMF-checkins
mailing list