zmi_views menu in zope.dublincore
Hi, zope/dublincore/browser/configure.zcml uses zmi_views menu. Then if we use zope.dublincore (and it is great package) then we need zope.app.zcmlfiles and many other zope.app.* packages. I think it's wrong. Your opinions? If we really need this, may be just remove <include package=".browser" /> from zope.dublincore ?... -- Ilshad R. Khabibullin http://astoon.zwiki.org +7 922 600 56 06
I totally agree. I ran into that not later than friday and I thought the same. 2010/6/6 Ilshad Khabibullin <astoon.net@gmail.com>:
Hi,
zope/dublincore/browser/configure.zcml uses zmi_views menu. Then if we use zope.dublincore (and it is great package) then we need zope.app.zcmlfiles and many other zope.app.* packages.
I think it's wrong.
Your opinions?
If we really need this, may be just remove <include package=".browser" /> from zope.dublincore ?...
-- Ilshad R. Khabibullin http://astoon.zwiki.org +7 922 600 56 06
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Am 06.06.2010 um 18:51 schrieb Ilshad Khabibullin:
Hi,
zope/dublincore/browser/configure.zcml uses zmi_views menu. Then if we use zope.dublincore (and it is great package) then we need zope.app.zcmlfiles and many other zope.app.* packages.
I think it's wrong.
Your opinions?
You can exclude the browser package using <exclude package="zope.dublincore.browser" /> in a ZCML file of your application. But you are right, zope.dublincore should not contain any browser code which depends on zope.app.* packages. Yours sincerely, -- Michael Howitz · mh@gocept.com · software developer gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1 Zope and Plone consulting and development
participants (3)
-
Ilshad Khabibullin -
Michael Howitz -
Souheil CHELFOUH