[Zope3-checkins] CVS: Zope3/src/zope/app/browser/catalog - configure.zcml:1.1.2.2
Anthony Baxter
anthony@interlink.com.au
Sat, 12 Jul 2003 03:09:55 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/catalog
In directory cvs.zope.org:/tmp/cvs-serv2553/browser/catalog
Modified Files:
Tag: melb-2003-content-catalog-branch
configure.zcml
Log Message:
FieldIndexes installed in a catalog don't get a wacky little GUI
to manage their subscriptions, as they're always subscribed to their
catalog.
Broke the IUIFieldIndex into two to reflect this - the notify &c.
and the subscription management are separate interfaces.
=== Zope3/src/zope/app/browser/catalog/configure.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/browser/catalog/configure.zcml:1.1.2.1 Sat Jul 12 02:15:05 2003
+++ Zope3/src/zope/app/browser/catalog/configure.zcml Sat Jul 12 03:09:20 2003
@@ -67,9 +67,9 @@
<browser:addform
name="AddFieldIndexToCatalog"
menu="catalog_index_menu" title="Field Index"
- schema="zope.app.interfaces.index.field.IUIFieldIndex"
+ schema="zope.app.interfaces.index.field.IUIFieldCatalogIndex"
permission="zope.ManageServices"
- content_factory="zope.app.index.field.index.FieldIndex"
+ content_factory="zope.app.index.field.index.FieldCatalogIndex"
arguments="field_name"
keyword_arguments="interface"
/>