[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.76
Tres Seaver
tseaver at palladion.com
Thu Jul 7 10:57:03 EDT 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv16640
Modified Files:
Tag: CMF-1_4-branch
CHANGES.txt
Log Message:
- Make role settings in .metadata files work (collector #359).
=== CMF/CHANGES.txt 1.146.4.75 => 1.146.4.76 ===
--- CMF/CHANGES.txt:1.146.4.75 Mon Jun 20 13:59:30 2005
+++ CMF/CHANGES.txt Thu Jul 7 10:56:32 2005
@@ -2,6 +2,10 @@
Bug Fixes
+ - CMFCore.FSObject: Make FSObject-derivatives role managers, so that
+ role settings in '.metadata' files work. Thanks to Dieter Maurer for
+ the patch! (http://www.zope.org/Collectors/CMF/359)
+
- DCWorkflow.Scripts: Usinng inherited manage_main requires wrapping
for Zope 2.8 compatibility.
@@ -9,13 +13,13 @@
earlier Zopes used to raise KeyError.
- Set cache headers in 304 responses from FSImage / FSFile
- (http://zope.org/Collectors/355)
+ (http://www.zope.org/Collectors/CMF/355)
- Sync catalog metadata column with correct name of DublinCore string
- ExpirationDate method. (http://zope.org/Collectors/CMF/345)
+ ExpirationDate method. (http://www.zope.org/Collectors/CMF/345)
- Ensure that syndication tool coerces property values into correct
- types. (http://zope.org/Collectors/CMF/344)
+ types. (http://www.zope.org/Collectors/CMF/344)
- Hide 'test_all' from the "standard" testrunner in Zope 2.7, to
avoid duplicating test runs (which can lead to spurious test failures).
@@ -25,7 +29,7 @@
to run (mostly) the same tests.
- Fixed Creator() to not call a potentially costly method on the
- user folder. (http://zope.org/Collectors/CMF/300)
+ user folder. (http://www.zope.org/Collectors/CMF/300)
- CMFCatalogAware: When reindexing security, all subobjects must be
reindexed even if they are not visible by the current user. Also
@@ -35,7 +39,7 @@
- CMFCore.FSPageTemplate, CMFCore.FSImage: Remove two more
Z28-incompatible borrowings of bound methods from base classes
- (http://zope.org/Collectors/CMF/321)
+ (http://www.zope.org/Collectors/CMF/321)
New Features
More information about the CMF-checkins
mailing list