[CMF-checkins] CVS: CMF/CMFCore - CatalogTool.py:1.50
Yvo Schubbe
y.2004_ at wcm-solutions.de
Wed Feb 4 07:04:54 EST 2004
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv3875/CMFCore
Modified Files:
CatalogTool.py
Log Message:
hope it's save to remove 'id' now
=== CMF/CMFCore/CatalogTool.py 1.49 => 1.50 ===
--- CMF/CMFCore/CatalogTool.py:1.49 Tue Dec 23 16:47:23 2003
+++ CMF/CMFCore/CatalogTool.py Wed Feb 4 07:04:53 2004
@@ -108,7 +108,6 @@
def enumerateIndexes( self ):
# Return a list of ( index_name, type ) pairs for the initial
# index set.
- # id is deprecated and may go away, use getId!
# Creator is deprecated and may go away, use listCreators!
return ( ('Title', 'TextIndex')
, ('Subject', 'KeywordIndex')
@@ -126,7 +125,6 @@
, ('review_state', 'FieldIndex')
, ('in_reply_to', 'FieldIndex')
, ('meta_type', 'FieldIndex')
- , ('id', 'FieldIndex')
, ('getId', 'FieldIndex')
, ('path', 'PathIndex')
, ('portal_type', 'FieldIndex')
@@ -135,7 +133,6 @@
security.declarePublic( 'enumerateColumns' )
def enumerateColumns( self ):
# Return a sequence of schema names to be cached.
- # id is deprecated and may go away, use getId!
# Creator is deprecated and may go away, use listCreators!
return ( 'Subject'
, 'Title'
@@ -154,7 +151,6 @@
, 'EffectiveDate'
, 'ExpiresDate'
, 'ModificationDate'
- , 'id'
, 'getId'
, 'portal_type'
)
More information about the CMF-checkins
mailing list