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

Florent Guillaume fg at nuxeo.com
Fri Jun 3 13:12:11 EDT 2005


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

Modified Files:
      Tag: CMF-1_5-branch
	CHANGES.txt 
Log Message:
CMFCatalogAware: allow easy subclassing of the "security indexes" that
are reindexed by reindexObjectSecurity(), through the attribute
_cmf_security_indexes.



=== CMF/CHANGES.txt 1.248.2.113 => 1.248.2.114 ===
--- CMF/CHANGES.txt:1.248.2.113	Wed May 18 16:23:01 2005
+++ CMF/CHANGES.txt	Fri Jun  3 13:11:41 2005
@@ -25,6 +25,10 @@
       optimization when you want to reindex all the idxs *and* the
       security in a single shot with reindexObject().
 
+    - CMFCatalogAware: allow easy subclassing of the "security indexes"
+      that are reindexed by reindexObjectSecurity(), through the
+      attribute _cmf_security_indexes.
+
     - doActionFor() propagates **kw to isActionSupported() through
       _checkTransitionGuard() until the guard.check() method so that
       StateChangeInfo() can be constructed with those kwargs.



More information about the CMF-checkins mailing list