[CMF-checkins] CVS: CMF - CHANGES.txt:1.296
Florent Guillaume
fg at nuxeo.com
Fri Apr 22 15:14:25 EDT 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv16331
Modified Files:
CHANGES.txt
Log Message:
Reworded and moved to features.
=== CMF/CHANGES.txt 1.295 => 1.296 ===
--- CMF/CHANGES.txt:1.295 Fri Apr 22 13:28:01 2005
+++ CMF/CHANGES.txt Fri Apr 22 15:14:24 2005
@@ -23,6 +23,12 @@
Any class that implements the TypeInformation interface and is
a registered meta type can now be used in the TypesTool.
+ - CMFCatalogAware: reindexObjectSecurity() now supports an optional
+ argument 'skip_self' that prevents the object itself from being
+ reindexed, but its descendants still are. Allows an optimization
+ when you want to reindex all the idxs *and* the security in a
+ single shot with reindexObject().
+
Bug Fixes
- CMFCore.PortalContent: Wrong variable name in __call__ would blow up
@@ -75,11 +81,6 @@
are now ignored.
- Workflow: Removed deprecated WorkflowMethod machinery.
-
- - reindexObjectSecurity() supports now an optional argument
- skip_self that prevent the object itself to be reindexed but its
- descendants only. Optimization issue when you want to reindex
- all the idxs *and* the security in a single shoot with reindexObject()
CMF 1.5.x
More information about the CMF-checkins
mailing list