[Zope-dev] Zope Tests: 5 OK

2007-12-17 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Dec 16 12:00:00 2007 UTC to Mon Dec 17 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Sun Dec 16 20:52:12 EST 2007

[Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Christian Zagrodnick
Hi, a couple of weeks ago there was some discussion about the skin/layer support for XML-RPC which I implemented without asking (shame on me). As some time has passed now everybody could have some fresh thoughts about it. Let me first summarise: * Skin and layers should be seen as typing

AW: [Zope-dev] Request typing (to get the xmlrpc layer discussionfinished)

2007-12-17 Thread Roger Ineichen
Hi Christian Betreff: [Zope-dev] Request typing (to get the xmlrpc layer discussionfinished) Hi, a couple of weeks ago there was some discussion about the skin/layer support for XML-RPC which I implemented without asking (shame on me). As some time has passed now everybody could

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Jim Fulton
On Dec 17, 2007, at 8:22 AM, Christian Zagrodnick wrote: Hi, a couple of weeks ago there was some discussion about the skin/layer support for XML-RPC which I implemented without asking (shame on me). As some time has passed now everybody could have some fresh thoughts about it. Let

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Janko Hauser
Am 17.12.2007 um 15:40 schrieb Jim Fulton: On Dec 17, 2007, at 8:22 AM, Christian Zagrodnick wrote: Hi, a couple of weeks ago there was some discussion about the skin/ layer support for XML-RPC which I implemented without asking (shame on me). As some time has passed now everybody could

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Jim Fulton
On Dec 17, 2007, at 10:07 AM, Janko Hauser wrote: ... This baffles me somewhat. At the moment I see skins/layers as the only mechanism to let developers using an application to customize it, possibly more than once in the same instance. I find them not optimal, because they only allow

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Fred Drake
On Dec 17, 2007 8:22 AM, Christian Zagrodnick [EMAIL PROTECTED] wrote: There are different kinds of request (BrowserRequest, XMLRPCRequest, FTPRequest, …) which depend on the channel or server zope is accessed through. We have this use case: The server is accessed through a number of

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Janko Hauser
Am 17.12.2007 um 16:16 schrieb Jim Fulton: On Dec 17, 2007, at 10:07 AM, Janko Hauser wrote: ... This baffles me somewhat. At the moment I see skins/layers as the only mechanism to let developers using an application to customize it, possibly more than once in the same instance. I find

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Fred Drake
On Dec 17, 2007 10:32 AM, Janko Hauser [EMAIL PROTECTED] wrote: Oh that would be a new information for me, so I would be very interested, where this is implemented. z3c.baseregistry -Fred -- Fred L. Drake, Jr.fdrake at gmail.com Chaos is the score upon which reality is written.

Re: [Zope-dev] Request typing (to get the xmlrpc layer discussion finished)

2007-12-17 Thread Janko Hauser
Am 17.12.2007 um 16:34 schrieb Fred Drake: On Dec 17, 2007 10:32 AM, Janko Hauser [EMAIL PROTECTED] wrote: Oh that would be a new information for me, so I would be very interested, where this is implemented. z3c.baseregistry Uhu, thanks, this looks like it will open up many possibilities.

AW: [Zope-dev] Request typing (to get the xmlrpc layer discussionfinished)

2007-12-17 Thread Roger Ineichen
Hi all Betreff: Re: [Zope-dev] Request typing (to get the xmlrpc layer discussionfinished) On Dec 17, 2007 10:32 AM, Janko Hauser [EMAIL PROTECTED] wrote: Oh that would be a new information for me, so I would be very interested, where this is implemented. z3c.baseregistry Yes,

AW: [Zope-dev] Re: Request typing (to get the xmlrpc layer discussionfinished)

2007-12-17 Thread Roger Ineichen
Hi Betreff: [Zope-dev] Re: Request typing (to get the xmlrpc layer discussionfinished) [...] We tend to think up complex use cases and then make the zope framework more complicated to deal with them. Sometimes these are legitimate use cases, but they are rarely common cases and

Re: AW: [Zope-dev] Re: Request typing (to get the xmlrpc layer discussionfinished)

2007-12-17 Thread Jim Fulton
On Dec 17, 2007, at 12:39 PM, Roger Ineichen wrote: Hi Betreff: [Zope-dev] Re: Request typing (to get the xmlrpc layer discussionfinished) [...] We tend to think up complex use cases and then make the zope framework more complicated to deal with them. Sometimes these are legitimate

[Zope-dev] DateTime, Australian and US Timezones

2007-12-17 Thread James Purser
I'm pretty sure this issue has been discussed before (searching for DateTime brings up a lot of hits). However I would like to point to a potential fix for the problem of Zope's DateTime library not being able to tell the difference between US/Eastern and Aus/East.

Re: [Zope-dev] DateTime, Australian and US Timezones

2007-12-17 Thread Andreas Jung
--On 18. Dezember 2007 13:26:07 +1100 James Purser [EMAIL PROTECTED] wrote: I'm pretty sure this issue has been discussed before (searching for DateTime brings up a lot of hits). However I would like to point to a potential fix for the problem of Zope's DateTime library not being able to

Re: [Zope-dev] DateTime, Australian and US Timezones

2007-12-17 Thread James Purser
On Tue, 2007-12-18 at 05:32 +0100, Andreas Jung wrote: Sorry but this patch is poor (the if False clause makes no sense) and it does not have tests. -aj No worries, I'm new to Python in general so I'm going to accept any corrections. However I believe that that is the section that is

Re: [Zope-dev] DateTime, Australian and US Timezones

2007-12-17 Thread Andreas Jung
--On 18. Dezember 2007 15:46:06 +1100 James Purser [EMAIL PROTECTED] wrote: On Tue, 2007-12-18 at 05:32 +0100, Andreas Jung wrote: Sorry but this patch is poor (the if False clause makes no sense) and it does not have tests. -aj No worries, I'm new to Python in general so I'm going to