[CMF-checkins] CVS: CMF/CMFCore - CatalogTool.py:1.51
Yvo Schubbe
y.2004_ at wcm-solutions.de
Thu Apr 15 09:04:20 EDT 2004
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv5715/CMFCore
Modified Files:
CatalogTool.py
Log Message:
- marked 'meta_type' index as deprecated
=== CMF/CMFCore/CatalogTool.py 1.50 => 1.51 ===
--- CMF/CMFCore/CatalogTool.py:1.50 Wed Feb 4 07:04:53 2004
+++ CMF/CMFCore/CatalogTool.py Thu Apr 15 09:04:19 2004
@@ -109,6 +109,7 @@
# Return a list of ( index_name, type ) pairs for the initial
# index set.
# Creator is deprecated and may go away, use listCreators!
+ # meta_type is deprecated and may go away, use portal_type!
return ( ('Title', 'TextIndex')
, ('Subject', 'KeywordIndex')
, ('Description', 'TextIndex')
More information about the CMF-checkins
mailing list