[CMF-checkins] CVS: Products/CMFCore - CatalogTool.py:1.55.8.2
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Sep 14 12:54:41 EDT 2004
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv5629/CMFCore
Modified Files:
Tag: yuppie-post_1_5-cleanup-branch
CatalogTool.py
Log Message:
- removed deprecated Creator index and metadata
=== Products/CMFCore/CatalogTool.py 1.55.8.1 => 1.55.8.2 ===
--- Products/CMFCore/CatalogTool.py:1.55.8.1 Sun Sep 12 13:10:49 2004
+++ Products/CMFCore/CatalogTool.py Tue Sep 14 12:54:41 2004
@@ -108,11 +108,9 @@
def enumerateIndexes( self ):
# Return a list of ( index_name, type ) pairs for the initial
# index set.
- # Creator is deprecated and may go away, use listCreators!
return ( ('Title', 'TextIndex')
, ('Subject', 'KeywordIndex')
, ('Description', 'TextIndex')
- , ('Creator', 'FieldIndex')
, ('listCreators', 'KeywordIndex')
, ('SearchableText', 'TextIndex')
, ('Date', 'FieldIndex')
@@ -132,13 +130,11 @@
security.declarePublic( 'enumerateColumns' )
def enumerateColumns( self ):
# Return a sequence of schema names to be cached.
- # Creator is deprecated and may go away, use listCreators!
return ( 'Subject'
, 'Title'
, 'Description'
, 'Type'
, 'review_state'
- , 'Creator'
, 'listCreators'
, 'Date'
, 'getIcon'
More information about the CMF-checkins
mailing list