Re: [Zope3-Users] Re: Zope 3.4.0a1 released

2007-04-19 Thread Christian Theune
Am Donnerstag, den 19.04.2007, 19:51 -0400 schrieb Robert Hicks: > Martin Aspeli wrote: > > Robert Hicks wrote: > >> Is this series targeting Python 2.5? > > > > No. > > > > Martin > > Thanks, I was just checking and didn't see anything either way. The release announcement refers to Python 2.4,

Re: [Zope3-Users] Zope as an XML-RPC *Client*

2007-04-19 Thread Stephan Richter
On Thursday 19 April 2007 22:54, Stephan Richter wrote: > On Thursday 19 April 2007 18:09, Derek Richardson wrote: > > A colleague is interested in using Zope 3 (and, if possible, Grok) to > > write a web app whose objects live, not in the ZODB or in an SQL DB, but > > on the other end of XML-RPC c

Re: [Zope3-Users] Zope as an XML-RPC *Client*

2007-04-19 Thread Stephan Richter
On Thursday 19 April 2007 18:09, Derek Richardson wrote: > A colleague is interested in using Zope 3 (and, if possible, Grok) to > write a web app whose objects live, not in the ZODB or in an SQL DB, but > on the other end of XML-RPC calls. I am unclear how to implement this > one. Would an applica

[Zope3-Users] Re: zope.intid and UUIDs

2007-04-19 Thread Martin Aspeli
Derek Richardson wrote: Philipp von Weitershausen wrote: Martin and Gary pointed out other good reasons why not to go with subclassing: the standard intid utility doesn't work in all environments. Apparently in Zope 2 you'll need a slightly differnet implementation. If you just defer to it via

[Zope3-Users] Re: Zope 3.4.0a1 released

2007-04-19 Thread Robert Hicks
Martin Aspeli wrote: Robert Hicks wrote: Is this series targeting Python 2.5? No. Martin Thanks, I was just checking and didn't see anything either way. Robert ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listin

[Zope3-Users] Re: zope.intid and UUIDs

2007-04-19 Thread Derek Richardson
Philipp von Weitershausen wrote: Martin and Gary pointed out other good reasons why not to go with subclassing: the standard intid utility doesn't work in all environments. Apparently in Zope 2 you'll need a slightly differnet implementation. If you just defer to it via utility lookup, your UUI

[Zope3-Users] Zope as an XML-RPC *Client*

2007-04-19 Thread Derek Richardson
A colleague is interested in using Zope 3 (and, if possible, Grok) to write a web app whose objects live, not in the ZODB or in an SQL DB, but on the other end of XML-RPC calls. I am unclear how to implement this one. Would an application of this type even have content objects? If not, how woul

[Zope3-Users] Re: Zope 3.4.0a1 released

2007-04-19 Thread Martin Aspeli
Robert Hicks wrote: Is this series targeting Python 2.5? No. Martin ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Re: Zope 3.4.0a1 released

2007-04-19 Thread Robert Hicks
Is this series targeting Python 2.5? Robert ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Interfaces in Schemas

2007-04-19 Thread Christophe Combelles
There is also a Poll example somewhere in the ++apidoc++ which uses the Object schema field Christophe Sascha Ottolski a écrit : Am Donnerstag 19 April 2007 schrieb Hermann Himmelbauer: Tried it out and it seems to work for Objects() in the schema. However, for Lists(value_type=Object()), I g

[Zope3-Users] Re: zope.intid and UUIDs

2007-04-19 Thread Philipp von Weitershausen
Derek Richardson wrote: Philipp von Weitershausen wrote: Derek Richardson wrote: I sense that I'm missing the point here. Perhaps you can elaborate on what you mean when you say "use" and "collaboration." I usually know what those terms mean, but I'm not sure I am getting it in this context.

Re: [Zope3-Users] Re: zope.intid and UUIDs

2007-04-19 Thread Gary Poster
On Apr 19, 2007, at 12:56 PM, Derek Richardson wrote: We've talked a lot about the composition alternative to my idea, but we haven't talked about my idea much. What is suboptimal with the way I'm proposing, other than that it requires changing zope core? Martin Aspeli had some concrete thi

Re: [Zope3-Users] vary formlib render_submit_button by skin

2007-04-19 Thread Leonardo Rochael
Fred Drake wrote: > > On 4/19/07, Christian Theune <[EMAIL PROTECTED]> wrote: >> Do you consider it a bug? Is it tracked somewhere already? > > Not a bug, but missing a useful feature. I may have filed an issue > about it at some point, but really don't remember. > I've added this issue to

Re: [Zope3-Users] zope.intid and UUIDs

2007-04-19 Thread Martin Aspeli
Derek Richardson-2 wrote: > > We've talked a lot about the composition alternative to my idea, but we > haven't talked about my idea much. What is suboptimal with the way I'm > proposing, other than that it requires changing zope core? Or is that a > good enough reason to not do it? > Wher

[Zope3-Users] Re: zope.intid and UUIDs

2007-04-19 Thread Derek Richardson
Philipp von Weitershausen wrote: Derek Richardson wrote: I sense that I'm missing the point here. Perhaps you can elaborate on what you mean when you say "use" and "collaboration." I usually know what those terms mean, but I'm not sure I am getting it in this context. The paragraph definitel

Re: [Zope3-Users] Re: vary formlib render_submit_button by skin

2007-04-19 Thread Aleksander Kowalczyk
On 4/19/07, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: Aleksander Kowalczyk wrote: > On 4/19/07, *Marius Gedminas* <[EMAIL PROTECTED] > > wrote: > > Can I somehow override this directive (from formlib/configure.zcml) in > my instance's etc/overrides.zcml ? >

Re: [Zope3-Users] Interfaces in Schemas

2007-04-19 Thread Sascha Ottolski
Am Donnerstag 19 April 2007 schrieb Hermann Himmelbauer: >  Tried it out and it seems to work for Objects() in the schema. > However, for Lists(value_type=Object()), I get permission problems: not a real answer, but another hint: http://zope3demos.googlecode.com/svn/trunk/otherdemos/objectsofobje

Re: [Zope3-Users] Interfaces in Schemas

2007-04-19 Thread Hermann Himmelbauer
Am Mittwoch, 18. April 2007 23:24 schrieb Darryl Cousins: > Hi, > > On Wed, 2007-04-18 at 09:21 -0700, Martin Aspeli wrote: > > Hermann Himmelbauer wrote: > > > Hi, > > > I wonder if it's possible to define attributes in a schema that > > > reference other interfaces. For instance, I have a schema

Re: [Zope3-Users] vary formlib render_submit_button by skin

2007-04-19 Thread Fred Drake
On 4/19/07, Christian Theune <[EMAIL PROTECTED]> wrote: Do you consider it a bug? Is it tracked somewhere already? Not a bug, but missing a useful feature. I may have filed an issue about it at some point, but really don't remember. -Fred -- Fred L. Drake, Jr. "Chaos is the score upon

Re: [Zope3-Users] vary formlib render_submit_button by skin

2007-04-19 Thread Fred Drake
On 4/19/07, Marius Gedminas <[EMAIL PROTECTED]> wrote: I must be missing something, because for the life of me I cannot see any point to zope.formlib.namedtemplate. What does it give you that subclassing and changing the render method/attribute doesn't? Or you can change only the template by o

[Zope3-Users] Re: vary formlib render_submit_button by skin

2007-04-19 Thread Philipp von Weitershausen
Aleksander Kowalczyk wrote: On 4/19/07, *Marius Gedminas* <[EMAIL PROTECTED] > wrote: On Thu, Apr 19, 2007 at 11:20:07AM +0200, Aleksander Kowalczyk wrote: > I think I have similar problem with action renderer: I would like to attach > a javascript ha

[Zope3-Users] Zope 3.4.0a1 released

2007-04-19 Thread Christian Theune
19 April 2007 - The Zope 3 development team announces the Zope 3.4.0a1 release This release introduces support for binary large objects in the ZODB, provides a new postprocessing hook for publishing results and makes all Zope packages available as Python eggs. Development release and feedback --

Re: [Zope3-Users] vary formlib render_submit_button by skin

2007-04-19 Thread Aleksander Kowalczyk
On 4/19/07, Marius Gedminas <[EMAIL PROTECTED]> wrote: On Thu, Apr 19, 2007 at 11:20:07AM +0200, Aleksander Kowalczyk wrote: > I think I have similar problem with action renderer: I would like to attach > a javascript handler for my action button. > Unfortunately the renderer seems to not allow

Re: [Zope3-Users] vary formlib render_submit_button by skin

2007-04-19 Thread Maciej Wisniowski
> > I think I have similar problem with action renderer: I would like to > attach a javascript handler for my action button. > Unfortunately the renderer seems to not allow to pass any additional > attributes for the html button (like onclick attribute). For this case (and a lot of others) behav

Re: [Zope3-Users] vary formlib render_submit_button by skin

2007-04-19 Thread Marius Gedminas
On Thu, Apr 19, 2007 at 11:20:07AM +0200, Aleksander Kowalczyk wrote: > I think I have similar problem with action renderer: I would like to attach > a javascript handler for my action button. > Unfortunately the renderer seems to not allow to pass any additional > attributes for the html button (l

[Zope3-Users] session start/end

2007-04-19 Thread Sascha Ottolski
Hi, reading through zope.app.session, I couldn't find any built-in support for session_start and session_end events, similar to what existed in Zope2. Are there any recipies for such a use case? Searching the web didn't gave me pointers. And by the way, is it possible to programmatically acces

Re: [Zope3-Users] vary formlib render_submit_button by skin

2007-04-19 Thread Aleksander Kowalczyk
On 4/19/07, Christian Theune <[EMAIL PROTECTED]> wrote: Am Mittwoch, den 18.04.2007, 17:09 -0400 schrieb Fred Drake: > On 4/18/07, Leonardo Rochael <[EMAIL PROTECTED]> wrote: > > I was looking at formlib and I found that If i want to customize widgets per > > skin, I just have to register their