Re: [Zope-dev] Zope trunk: browser views

2012-07-11 Thread yuppie
Hanno Schlichting wrote: On Tue, Jul 10, 2012 at 7:29 AM, yuppie y.2...@wcm-solutions.de wrote: Zope 2 has customized implementations of the ``browser:view`` and ``browser:page`` directives. I tried to make that code more similar to zope.browserpage without breaking Zope 2 and CMF. I guess the

[Zope-dev] Zope trunk: browser views

2012-07-10 Thread yuppie
Hi! Zope 2 has customized implementations of the ``browser:view`` and ``browser:page`` directives. I tried to make that code more similar to zope.browserpage without breaking Zope 2 and CMF. I guess the biggest change I made was removing the Five version of BrowserView from the base

Re: [Zope-dev] Zope trunk: browser views

2012-07-10 Thread Charlie Clark
Am 10.07.2012, 16:29 Uhr, schrieb yuppie y.2...@wcm-solutions.de: Hi! Zope 2 has customized implementations of the ``browser:view`` and ``browser:page`` directives. I tried to make that code more similar to zope.browserpage without breaking Zope 2 and CMF. I guess the biggest change I

Re: [Zope-dev] Zope trunk: browser views

2012-07-10 Thread yuppie
Charlie Clark wrote: Am 10.07.2012, 16:29 Uhr, schrieb yuppie y.2...@wcm-solutions.de: I guess the biggest change I made was removing the Five version of BrowserView from the base classes. Please let me know if you have any questions or if I did break something. I'm sure that's going to

Re: [Zope-dev] Zope trunk: browser views

2012-07-10 Thread Hanno Schlichting
On Tue, Jul 10, 2012 at 7:29 AM, yuppie y.2...@wcm-solutions.de wrote: Zope 2 has customized implementations of the ``browser:view`` and ``browser:page`` directives. I tried to make that code more similar to zope.browserpage without breaking Zope 2 and CMF. I guess the biggest change I made