[Zope3-checkins] CVS: Zope3/src/zope/app/index/keyword -
configure.zcml:1.2
Anthony Baxter
anthony at interlink.com.au
Tue Aug 5 08:35:28 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/index/keyword
In directory cvs.zope.org:/tmp/cvs-serv20088/app/index/keyword
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/keyword/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/index/keyword/configure.zcml:1.1 Sun Aug 3 01:41:10 2003
+++ Zope3/src/zope/app/index/keyword/configure.zcml Tue Aug 5 07:34:52 2003
@@ -1,10 +1,14 @@
<zopeConfigure xmlns="http://namespaces.zope.org/zope">
-<content class="zope.app.index.keyword.index.KeywordIndex">
+<content class="zope.app.index.keyword.index.KeywordCatalogIndex">
<require
permission="zope.ManageServices"
- interface="zope.app.interfaces.index.keyword.IUIKeywordIndex"
+ interface="zope.app.interfaces.index.keyword.IUIKeywordCatalogIndex"
+ />
+ <require
+ permission="zope.ManageContent"
+ set_schema="zope.app.interfaces.index.keyword.IUIKeywordCatalogIndex"
/>
<implements
More information about the Zope3-Checkins
mailing list