Commit 16e9e828 authored by Dan Korostelev's avatar Dan Korostelev

Move IXMLRPCPublisher ZCML registrations for containers from...

Move IXMLRPCPublisher ZCML registrations for containers from zope.app.publisher to zope.container for now.
parent 3dcfc4e8
......@@ -5,7 +5,8 @@ CHANGES
3.8.3 (unreleased)
------------------
- ...
- Move IXMLRPCPublisher ZCML registrations for containers from
zope.app.publisher.xmlrpc to zope.container for now.
3.8.2 (2009-05-17)
------------------
......
......@@ -97,4 +97,20 @@
permission="zope.Public"
/>
<view
for="zope.container.interfaces.IItemContainer"
type="zope.publisher.interfaces.xmlrpc.IXMLRPCRequest"
provides="zope.publisher.interfaces.xmlrpc.IXMLRPCPublisher"
factory="zope.container.traversal.ItemTraverser"
permission="zope.Public"
/>
<view
for="zope.container.interfaces.IReadContainer"
type="zope.publisher.interfaces.xmlrpc.IXMLRPCRequest"
provides="zope.publisher.interfaces.xmlrpc.IXMLRPCPublisher"
factory="zope.container.traversal.ContainerTraverser"
permission="zope.Public"
/>
</configure>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment