AW: AW: [Zope3-dev] skin support for xmlrpc

2007-08-28 Thread Roger Ineichen
Hi Stephan Cc: 'Philipp von Weitershausen'; [EMAIL PROTECTED]; 'Christian Zagrodnick'; zope3-dev@zope.org Betreff: Re: AW: [Zope3-dev] skin support for xmlrpc [...] Since the skin directive is gone layer also support the skinning concept. But the main reason of layers is still offering

Re: [Zope3-dev] skin support for xmlrpc

2007-08-27 Thread Christian Theune
Hi, Am Freitag, den 24.08.2007, 07:55 +0200 schrieb Jodok Batlogg: hi christian, it seems like your recent changes to support skins in xmlrpc views introduced some troubles. we spent several hours to debug not working xmlrpc views and finally found that nailing the zope.traversing egg

Re: [Zope3-dev] skin support for xmlrpc

2007-08-27 Thread Jodok Batlogg
On 27.08.2007, at 22:11, Christian Theune wrote: Hi, Am Freitag, den 24.08.2007, 07:55 +0200 schrieb Jodok Batlogg: hi christian, it seems like your recent changes to support skins in xmlrpc views introduced some troubles. we spent several hours to debug not working xmlrpc views and finally

Re: [Zope3-dev] skin support for xmlrpc

2007-08-27 Thread Stephan Richter
On Monday 27 August 2007 16:11, Christian Theune wrote: 1. We revert the change. 2. We create a new traverser with a different namespace that implements   our intended behaviour. Two options after that: 3a. We supply this traverser by default, or 3b. We ship it in a separate package. +1

Re: AW: [Zope3-dev] skin support for xmlrpc

2007-08-27 Thread Stephan Richter
On Monday 27 August 2007 23:05, Roger Ineichen wrote: Are you all sure you understand the need of a layer in every kind of request? It's about permission registration and not skinning. If it is not about skinning, it should not be done with layers. What I think Christian is trying to do is to

AW: [Zope3-dev] skin support for xmlrpc

2007-08-27 Thread Roger Ineichen
Hi all Cc: Christian Zagrodnick Betreff: Re: [Zope3-dev] skin support for xmlrpc On Monday 27 August 2007 16:11, Christian Theune wrote: 1. We revert the change. 2. We create a new traverser with a different namespace that implements   our intended behaviour. Two options after

AW: [Zope3-dev] skin support for xmlrpc

2007-08-24 Thread Roger Ineichen
Cc: zope3-dev zope3-dev Betreff: [Zope3-dev] skin support for xmlrpc hi christian, it seems like your recent changes to support skins in xmlrpc views introduced some troubles. we spent several hours to debug not working xmlrpc views and finally found that nailing the zope.traversing

[Zope3-dev] skin support for xmlrpc

2007-08-23 Thread Jodok Batlogg
hi christian, it seems like your recent changes to support skins in xmlrpc views introduced some troubles. we spent several hours to debug not working xmlrpc views and finally found that nailing the zope.traversing egg to 3.4.x resolved the troubles. while looking at your changes we were