[Zope3-checkins] CVS: Zope3/src/zope/app/catalog -
configure.zcml:1.4
Anthony Baxter
anthony at interlink.com.au
Tue Aug 5 05:33:52 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/catalog
In directory cvs.zope.org:/tmp/cvs-serv24050/app/catalog
Modified Files:
configure.zcml
Log Message:
Refactoring of the Catalog<->Index interface to extract common code.
TextIndexes now index a particular interface+field combination, which
defaults to ISearchableText/getSearchText. Making a new index hook into
the catalog is now a matter of two or three lines of python and some
zcml.
=== Zope3/src/zope/app/catalog/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/catalog/configure.zcml:1.3 Sun Jul 13 03:27:39 2003
+++ Zope3/src/zope/app/catalog/configure.zcml Tue Aug 5 04:33:16 2003
@@ -2,7 +2,6 @@
xmlns:browser="http://namespaces.zope.org/browser"
>
-
<content class=".catalog.Catalog">
<implements
interface="zope.app.interfaces.annotation.IAttributeAnnotatable"/>
More information about the Zope3-Checkins
mailing list