Re: [Zope-dev] zope.contentprovider not useable together with Zope 2.13.4

2011-03-28 Thread Hanno Schlichting
On Fri, Mar 18, 2011 at 3:34 PM, Michael Howitz m...@gocept.com wrote: According to my findings, the provider-expression should work in Zope2 PageTemplates (Products.PageTemplates) as it is registered in Products.PageTemplates.Expressions.createZopeEngine. Sure. The provider expression

Re: [Zope-dev] zope.contentprovider not useable together with Zope 2.13.4

2011-03-18 Thread Michael Howitz
Am 15.02.2011 um 15:10 schrieb Hanno Schlichting: Hi. Hi, sorry for the long delay. On Tue, Feb 15, 2011 at 2:46 PM, Michael Howitz m...@gocept.com wrote: I tracked this down to Zope2/App/exclude.zcml where the meta.zcml of the package zope.browserpage gets excluded. Sadly this ZCML file

Re: [Zope-dev] zope.contentprovider not useable together with Zope 2.13.4

2011-02-16 Thread Sylvain Viollon
On Tue, 15 Feb 2011 14:46:11 +0100 Michael Howitz m...@gocept.com wrote: Hi, Hello, we are upgrading a customers project from Zope 2.11.x to Zope 2.13.4. In this project the expression type provider of zope.contenttype is used. But loading the configure.zcml of zope.contentprovider fails

Re: [Zope-dev] zope.contentprovider not useable together with Zope 2.13.4

2011-02-15 Thread Hanno Schlichting
Hi. On Tue, Feb 15, 2011 at 2:46 PM, Michael Howitz m...@gocept.com wrote: I tracked this down to Zope2/App/exclude.zcml where the meta.zcml of the package zope.browserpage gets excluded. Sadly this ZCML file defines the expressiontype directive. What is the current way to use