[CMF-checkins] CVS: CMF - CHANGES.txt:1.248.2.101

Julien Anguenot ja at nuxeo.com
Sun Apr 24 20:40:41 EDT 2005


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv2493

Modified Files:
      Tag: CMF-1_5-branch
	CHANGES.txt 
Log Message:
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()


=== CMF/CHANGES.txt 1.248.2.100 => 1.248.2.101 ===
--- CMF/CHANGES.txt:1.248.2.100	Sun Apr 24 19:45:49 2005
+++ CMF/CHANGES.txt	Sun Apr 24 20:40:11 2005
@@ -1,5 +1,13 @@
 After CMF-1.5.1
 
+  Other
+
+    - 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().
+
   Bugs Fixed
 
     - Sync catalog metadata column with correct name of DublinCore string



More information about the CMF-checkins mailing list