[Zope-Checkins] CVS: Zope2 - FieldIndex.pyc:1.1.2.2 KeywordIndex.pyc:1.1.2.2 PathIndex.py:1.1.2.2 TextIndex.py:1.1.2.2 TextIndex.pyc:1.1.2.2 __init__.py:1.1.2.2 __init__.pyc:1.1.2.2

andreas@digicool.com andreas@digicool.com
Wed, 9 May 2001 14:54:58 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes
In directory korak:/tmp/cvs-serv29254

Modified Files:
      Tag: ajung-dropin-registry
	FieldIndex.pyc KeywordIndex.pyc PathIndex.py TextIndex.py 
	TextIndex.pyc __init__.py __init__.pyc 
Log Message:
savepoint



--- Updated File FieldIndex.pyc in package Zope2 --
Binary files /tmp/cvs5mi8TB and /tmp/cvsc23eB3 differ

--- Updated File KeywordIndex.pyc in package Zope2 --
Binary files /tmp/cvsO5i0aD and /tmp/cvs82Jsk6 differ

--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py	2001/05/09 13:10:29	1.1.2.1
+++ PathIndex.py	2001/05/09 18:54:58	1.1.2.2
@@ -8,7 +8,7 @@
 
 _marker = []
 
-class TextIndex(SearchIndex.PluggableIndex.PluggableIndex, Persistent,
+class PathIndex(SearchIndex.PluggableIndex.PluggableIndex, Persistent,
     Implicit, SimpleItem):
     """Path Indexes"""
 
@@ -52,8 +52,8 @@
 
     index_html = DTMLFile('dtml/index', globals())
 
-manage_addTextIndexForm = DTMLFile('dtml/addTextIndex', globals())
+manage_addPathIndexForm = DTMLFile('dtml/addPathIndex', globals())
 
-def manage_addTextIndex(self, id, REQUEST=None, submit=None):
+def manage_addPathIndex(self, id, REQUEST=None, submit=None):
     """Add a path index"""
     return self.manage_addIndex(id, 'PathIndex', REQUEST)

--- Updated File TextIndex.py in package Zope2 --
--- TextIndex.py	2001/05/09 13:10:29	1.1.2.1
+++ TextIndex.py	2001/05/09 18:54:58	1.1.2.2
@@ -59,7 +59,7 @@
 
     index_html = DTMLFile('dtml/index', globals())
 
-manage_addTextIndexForm = DTMLFile('dtml/addTextIndex', globals())
+manage_addTextIndexForm = DTMLFile('dtml/main_addIndex', globals().update({'meta_type': 'Text Index'}))
 
 def manage_addTextIndex(self, id, REQUEST=None, submit=None):
     """Add a text index"""

--- Updated File TextIndex.pyc in package Zope2 --
Binary files /tmp/cvsXqvCHE and /tmp/cvsQMPNi9 differ

--- Updated File __init__.py in package Zope2 --
--- __init__.py	2001/05/09 13:10:29	1.1.2.1
+++ __init__.py	2001/05/09 18:54:58	1.1.2.2
@@ -1,4 +1,5 @@
 
+from Globals import DTMLFile
 import FieldIndex, KeywordIndex, TextIndex, PathIndex
 
 def initialize(context):
@@ -53,5 +54,7 @@
 
 manage_addPathIndexForm = PathIndex.manage_addPathIndexForm
 manage_addPathIndex= PathIndex.manage_addPathIndex
+
+main_addIndex = DTMLFile('dtml/main_addIndex',globals())
 
 print 'end of init'

--- Updated File __init__.pyc in package Zope2 --
Binary files /tmp/cvs9PwNlH and /tmp/cvsgq2rme differ