Re: [Zope3-dev] zope.app.twisted.main and zope multiservice

2007-05-08 Thread Martijn Pieters
On 5/8/07, David Pratt <[EMAIL PROTECTED]> wrote: Hi. I know there must be a few folks that would like to easily add other clients or servers to zope (at or after bootstrapping) and have control over the services with the running reactor :-) A simple api for accessing the multiservice after boot

[Zope3-dev] buildbot for all buildout projects

2007-05-08 Thread Christian Theune
Hi, while moving on to Zope 3.4 beta, I had the need to assure that all the zope.* packages are actually working. I investigated a couple of options and finally decided for buildout. The result is visible here: http://uter.gocept.com:/ I gave buildbot a new Web UI that allows easier access

Re: [Zope3-dev] buildbot for all buildout projects

2007-05-08 Thread Gary Poster
On May 8, 2007, at 6:52 AM, Christian Theune wrote: Hi, while moving on to Zope 3.4 beta, I had the need to assure that all the zope.* packages are actually working. I investigated a couple of options and finally decided for buildout. The result is visible here: http://uter.gocept.com:333

Re: [Zope3-dev] buildbot for all buildout projects

2007-05-08 Thread Christian Theune
Hi, Am Dienstag, den 08.05.2007, 09:27 -0400 schrieb Gary Poster: > This is awesome, Christian. Thanks! > > Is there a way to see the buildbot output? Will there be a way? Kind of and yes. :) I'm trying to fit this in my schedule as good as possible. You'll see more nice things pop up soon.

Re: [Zope3-dev] buildbot for all buildout projects

2007-05-08 Thread Benji York
Christian Theune wrote: buildout alread did not report an error correctly at some point, but the next step currently breaks then, so it's only a minor glitch. That sounds like https://bugs.launchpad.net/bugs/113085. -- Benji York Senior Software Engineer Zope Corporation ___

Re: [Zope3-dev] buildbot for all buildout projects

2007-05-08 Thread Christian Theune
Am Dienstag, den 08.05.2007, 10:02 -0400 schrieb Benji York: > Christian Theune wrote: > > buildout alread did not report an error correctly at some point, but > > the next step currently breaks then, so it's only a minor glitch. > > That sounds like https://bugs.launchpad.net/bugs/113085. Yup. T

Re: [Zope3-dev] zope.app.twisted.main and zope multiservice

2007-05-08 Thread David Pratt
Martijn Pieters wrote: On 5/8/07, David Pratt <[EMAIL PROTECTED]> wrote: Hi. I know there must be a few folks that would like to easily add other clients or servers to zope (at or after bootstrapping) and have control over the services with the running reactor :-) A simple api for accessing the

Re: [Zope3-dev] zope.app.twisted.main and zope multiservice

2007-05-08 Thread Martijn Pieters
On 5/8/07, David Pratt <[EMAIL PROTECTED]> wrote: Hi Martijn. Thanks again for your reply. I do understand the multiservice, however I feel is a shame that configure information in my zope.conf for any of the built-in server types would not result in my having control over these services followin

Re: [Zope3-dev] zope.app.twisted.main and zope multiservice

2007-05-08 Thread David Pratt
Martijn Pieters wrote: On 5/8/07, David Pratt <[EMAIL PROTECTED]> wrote: Hi Martijn. Thanks again for your reply. I do understand the multiservice, however I feel is a shame that configure information in my zope.conf for any of the built-in server types would not result in my having control over

Re: [Zope3-dev] zope.app.twisted.main and zope multiservice

2007-05-08 Thread Martijn Pieters
On 5/8/07, David Pratt <[EMAIL PROTECTED]> wrote: A better long term solution being a services API that could be used generically. There was some talk of using paste for configuring servers so at the least I am hoping that when this is considered that controlling services within zope be given a f

Re: [Zope3-dev] zope.app.twisted.main and zope multiservice

2007-05-08 Thread David Pratt
Martijn Pieters wrote: On 5/8/07, David Pratt <[EMAIL PROTECTED]> wrote: A better long term solution being a services API that could be used generically. There was some talk of using paste for configuring servers so at the least I am hoping that when this is considered that controlling services

[Zope3-dev] europython

2007-05-08 Thread Martijn Faassen
Hi there, I thought I should mention here that the EuroPython talk deadline is fast approaching - the proposal deadline is friday may 18. I would like to see a strong Zope presence at EuroPython, so please submit your Zope related talks! Note that you won't be alone. If our talks are accepted,

[Zope3-dev] Re: Add flexibility to zope.formlib.form.EditFormBase

2007-05-08 Thread Christian Zagrodnick
On 2007-05-08 08:02:37 +0200, Michael Howitz <[EMAIL PROTECTED]> said: Am 07.05.2007 um 08:19 schrieb Christian Zagrodnick: You can, but there's a trick to it---call handle_edit_action.success() instead of calling handle_edit_action directly. Right. I used something like this here in a custo

[Zope3-dev] Usage of actions in zope.formlib ... was: Re: Add flexibility to zope.formlib.form.EditFormBase

2007-05-08 Thread Michael Howitz
Hello, thinking over the last posts and the usage of actions in zope.formlib in general, I would say: We should search for a better way how to implement actions in formlib. Why? If you want to subclass an existing form class and change any behavior in an action handler method, you have to r