Re: [Zope3-Users] most useful zope 3 libraries

2007-09-04 Thread Stephan Richter
On Monday 03 September 2007 22:43, Carlos de la Guardia wrote: > Could some of you please mention your favorite or most useful libraries for > Zope 3? I will research some of those mentioned and create a wiki page > based on this information. Here are some that I think are cool and/or I use a lot:

Re: [Zope3-Users] Still trying am to build an EditForm

2007-09-04 Thread Stephan Richter
On Sunday 02 September 2007 15:39, Florian Lindner wrote: > I have also tried some variations of the above like not using z3c:pagelet > but an normal page directive, registered it without an layer directive and > so on. > > So please... whats wrong there? Do you have z3c.formui installed and the Z

Re: [Zope3-Users] zope.formlib view action is calling two times ?

2007-09-04 Thread Stephan Richter
On Tuesday 04 September 2007 02:00, Baiju M wrote: > When I click 'Preview' or 'Save' button, the actions are called two > times, any idea ? You should use z3c.form. :-) (Sorry, I would love to help, but I am just not supporting formlib anymore. ;-) Regards, Stephan -- Stephan Richter CBU Phys

Re: [Zope3-Users] Re: Confirming member generated objects?

2007-09-04 Thread Stephan Richter
On Tuesday 04 September 2007 15:35, Jeff Kowalczyk wrote: > I'm interested to learn more about the no-framework event approach > described in "Re: Community opinion about workflow engine" (March 2007) > http://article.gmane.org/gmane.comp.web.zope.plone.devel/14826 Ahh, I see. It certainly works w

Re: [Zope3-Users] z3c.form, checkboxes for Bool fields - thanks a lot, now: z3c.form egg from svn

2007-09-04 Thread Stephan Richter
On Tuesday 04 September 2007 21:13, Andreas Reuleaux wrote: > Next question now: how do I tell zc.buildout to build an egg from svn > for z3c.form? - I have tried this (adrn ist my application): My tree looks something like that: packages/ z3c.form/ --> svn://svn.zope.org/repo

Re: [Zope3-Users] z3c.form, checkboxes for Bool fields - thanks a lot, now: z3c.form egg from svn

2007-09-04 Thread Andreas Reuleaux
On Tue, Sep 04, 2007 at 06:35:29PM -0400, Stephan Richter wrote: > On Saturday 01 September 2007 19:36, Andreas Reuleaux wrote: > > Is there a way to have only one checkbox generated? - like this: > > > >    [ ] Invitation > > > > That's what I want. > > I have implemented this widget now. It is a

Re: [Zope3-Users] z3c.form, checkboxes for Bool fields

2007-09-04 Thread Stephan Richter
On Saturday 01 September 2007 19:36, Andreas Reuleaux wrote: > Is there a way to have only one checkbox generated? - like this: > >    [ ] Invitation > > That's what I want. I have implemented this widget now. It is available in the z3c.form trunk and I updated the "All widgets" demo as well show

[Zope3-Users] Re: Confirming member generated objects?

2007-09-04 Thread Jeff Kowalczyk
Stephan Richter wrote: > Your use case is usually solved using a workflow framework. There are > two workflow frameworks for Zope 3: zope.wfmc/zope.app.wfmc and > hurry.workflow (as Christian pointed out). > > WfMC is a very advanced workflow engine based on design by a workflow > coalition. hurry

Re: [Zope3-Users] z3c.form, style-attribute of TextWidget, TextAreaWidget

2007-09-04 Thread Stephan Richter
On Thursday 30 August 2007 08:50, Andreas Reuleaux wrote: > The widgets do have a style-Attribute after all and this used > to work in formlib. - However this has no effect when rendering: Forget formlib and the other older form stuff. ;-) z3c.form does not use that at all. Note that we usually

Re: [Zope3-Users] How

2007-09-04 Thread Stephan Richter
On Saturday 25 August 2007 13:22, Yuan HOng wrote: > I have seen code doing verification in the view class like this: > > if (not IUnauthenticatedPrincipal.providedBy(request.principal): >   ... > > But surely there will be a much simpler way to do this? I think the above is very simple. All logic

Re: [Zope3-Users] Database authentication service

2007-09-04 Thread Stephan Richter
On Friday 24 August 2007 11:33, Yuan HOng wrote: > Is there a package providing relational database based authentication > service for zope 3 already lying around somewhere or do I have write > one? As far as I know there is no SQL-based authentication plugin. But since the authentication system

Re: [Zope3-Users] Confirming member generated objects?

2007-09-04 Thread Stephan Richter
On Monday 03 September 2007 17:59, Maken Seteva wrote: > Any thoughts on my idea/code or any other things related to   > confirming member generated content are very > much appreciated! Your use case is usually solved using a workflow framework. There are two workflow frameworks for Zope 3: zope.

Re[2]: [Zope3-Users] most useful zope 3 libraries

2007-09-04 Thread Adam Groszer
Hello Christophe, Something like this was proposed by Stephan some 1.5 year ago. He did some quite detailed specs for it. Tuesday, September 4, 2007, 8:45:15 AM, you wrote: > Carlos de la Guardia a écrit : >> Hi, >> >> the other day I commented on my blog [1] about the lack of information >> on

Re: [Zope3-Users] most useful zope 3 libraries

2007-09-04 Thread Markus Leist
Hi, here the following modules/components are used (from my site.zcml): --- [...] [...] --- this would be "my vote" ... Markus Am Dienstag 04 September 2007 um 04:43 Uhr schrieb

[Zope3-Users] Re: Confirming member generated objects?

2007-09-04 Thread Christian Klinger
Hi Maken, maybe the hurry.workflow fits in your usecase. See the documentation here http://codespeak.net/svn/z3/hurry.workflow/trunk/src/hurry/workflow/workflow.txt Christian Hi! In many applications members can add content but with the restriction that it needs to be confirmed by a manage