[Checkins] SVN: zope.app.publisher/trunk/s Remove the dependency on zope.app.publication.
Shane Hathaway
shane at hathawaymix.org
Fri May 22 20:39:13 EDT 2009
Log message for revision 100263:
Remove the dependency on zope.app.publication.
Changed:
U zope.app.publisher/trunk/setup.py
U zope.app.publisher/trunk/src/zope/app/publisher/browser/menu.py
U zope.app.publisher/trunk/src/zope/app/publisher/xmlrpc/configure.zcml
-=-
Modified: zope.app.publisher/trunk/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py 2009-05-23 00:35:46 UTC (rev 100262)
+++ zope.app.publisher/trunk/setup.py 2009-05-23 00:39:13 UTC (rev 100263)
@@ -42,7 +42,6 @@
include_package_data=True,
install_requires=['setuptools',
'zope.app.pagetemplate',
- 'zope.app.publication',
'zope.component',
'zope.configuration',
'zope.container',
Modified: zope.app.publisher/trunk/src/zope/app/publisher/browser/menu.py
===================================================================
--- zope.app.publisher/trunk/src/zope/app/publisher/browser/menu.py 2009-05-23 00:35:46 UTC (rev 100262)
+++ zope.app.publisher/trunk/src/zope/app/publisher/browser/menu.py 2009-05-23 00:39:13 UTC (rev 100263)
@@ -25,9 +25,9 @@
from zope.security.interfaces import Unauthorized, Forbidden
from zope.security.proxy import removeSecurityProxy
from zope.publisher.browser import BrowserView
+from zope.traversing.publicationtraverse import PublicationTraverser
from zope.app.pagetemplate.engine import Engine
-from zope.app.publication.browser import PublicationTraverser
from zope.app.publisher.interfaces.browser import IMenuAccessView
from zope.app.publisher.interfaces.browser import IBrowserMenu
from zope.app.publisher.interfaces.browser import IBrowserMenuItem
Modified: zope.app.publisher/trunk/src/zope/app/publisher/xmlrpc/configure.zcml
===================================================================
--- zope.app.publisher/trunk/src/zope/app/publisher/xmlrpc/configure.zcml 2009-05-23 00:35:46 UTC (rev 100262)
+++ zope.app.publisher/trunk/src/zope/app/publisher/xmlrpc/configure.zcml 2009-05-23 00:39:13 UTC (rev 100263)
@@ -12,14 +12,6 @@
</class>
<view
- for="zope.interface.Interface"
- type="zope.publisher.interfaces.xmlrpc.IXMLRPCRequest"
- provides="zope.publisher.interfaces.xmlrpc.IXMLRPCPublisher"
- factory="zope.app.publication.traversers.SimpleComponentTraverser"
- permission="zope.Public"
- />
-
- <view
for="zope.container.interfaces.IItemContainer"
type="zope.publisher.interfaces.xmlrpc.IXMLRPCRequest"
provides="zope.publisher.interfaces.xmlrpc.IXMLRPCPublisher"
More information about the Checkins
mailing list