[Repoze-dev] buildbot failure in Repoze BFG trunk on py2.6-32bit-linux

2009-06-27 Thread bfg-buildbot
The Buildbot has detected a failed build of py2.6-32bit-linux on Repoze BFG trunk. Full details are available at: http://bfg.buildbot.securactive.org/builders/py2.6-32bit-linux/builds/49 Buildbot URL: http://bfg.buildbot.securactive.org/ Buildslave for this Build: sondebb6 Build Reason: The Ni

Re: [Repoze-dev] bfg form generation

2009-06-27 Thread Chris McDonough
Oh and here's an example that uses FormEncode + BFG: http://svn.repoze.org/repoze.shootout/trunk/repoze/shootout/views.py On 6/27/09 3:58 PM, Chris McDonough wrote: > I've seen people use (or at least report using): > > - ToscaWidgets > - formish > > I've personally used ToscaWidgets on at least

Re: [Repoze-dev] bfg form generation

2009-06-27 Thread Chris McDonough
I've seen people use (or at least report using): - ToscaWidgets - formish I've personally used ToscaWidgets on at least one bfg customer project, although we wound up removing it later in favor of just using ZPT macros. - C On 6/27/09 3:47 PM, Iain Duncan wrote: > what are folks using to mak

Re: [Repoze-dev] bfg redirects

2009-06-27 Thread Chris McDonough
I think what your first question boils down to is "how to I make a view redirect to itself". The answer is usually: from repoze.bfg.url import model_url url = model_url(context, request, request.view_name) As far as examples about form handling, the sample apps at http://docs.repoze.org/bfg/#

[Repoze-dev] bfg form generation

2009-06-27 Thread Iain Duncan
what are folks using to make forms and validation schemas with bfg? I am a big fan of formencode, but not sure how best to use it in the bfg context. I'm curious whether one can use zope form generation easily with formencode? thanks iain ___ Repoze-dev

[Repoze-dev] bfg redirects

2009-06-27 Thread Iain Duncan
Hi folks, might be thinking about this all wrong, question re bgf In the case of a post updating a model from a form, and the update is done, I want to redirect to my 'view' view so as to prevent multiple submissions. In the docs I can see how to do a redirect with a specied url, but it seems like

Re: [Repoze-dev] repoze.component and repoze.configuration

2009-06-27 Thread Chris Withers
Fernando Correa Neto wrote: > I'd like to say that repoze.component ended up being more than just an > entry point for people willing to apply AOP on their apps. > One can easily exercise the pattern of registering components and > looking them up back by just using simple strings rather than defin

Re: [Repoze-dev] too much remembering in turbogears2

2009-06-27 Thread Gustavo Narea
Hello, Chris said: > A workaround for this symptom was added to repoze.who 1.0.14 (contributed > by Gustavo Narea) which allows the auth_tkt configuration to specify a > "userid_checker". If you pass a callable in to the auth_tkt identifier > plugin's constructor, that callable will be called wit