[Zope3-checkins] CVS: Zope3/src/zope/app/index/field -
configure.zcml:1.5
Anthony Baxter
anthony at interlink.com.au
Tue Aug 5 08:35:23 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/index/field
In directory cvs.zope.org:/tmp/cvs-serv20088/app/index/field
Modified Files:
configure.zcml
Log Message:
Provide basic TTW editing of (Keyword,Field,Text)Catalog indexes, allowing
you to change the interface and field names.
=== Zope3/src/zope/app/index/field/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/index/field/configure.zcml:1.4 Mon Jul 14 04:31:15 2003
+++ Zope3/src/zope/app/index/field/configure.zcml Tue Aug 5 07:34:48 2003
@@ -12,13 +12,15 @@
/>
</content>
-
-<!--
-<adapter
- factory="zope.app.index.text.processors.BatchedRankedProcessor"
- provides="zope.app.interfaces.services.query.IQueryProcessor"
- for="zope.index.interfaces.IQuerying"
- />
--->
+<content class="zope.app.index.field.index.FieldCatalogIndex">
+ <require
+ permission="zope.ManageContent"
+ interface="zope.app.interfaces.index.field.IUIFieldCatalogIndex"
+ />
+ <require
+ permission="zope.ManageContent"
+ set_schema="zope.app.interfaces.index.field.IUIFieldCatalogIndex"
+ />
+</content>
</zopeConfigure>
More information about the Zope3-Checkins
mailing list