Re: [Repoze-dev] repoze grok comparison

2009-05-06 Thread Chris McDonough
On 5/6/09 8:50 PM, Martin Aspeli wrote: > Shane Hathaway wrote: >> Fernando Correa Neto wrote: >>> Adding new template engines to BFG require you to know python while in >>> GROK, it'd require you to grok grok first (which in would then >>> introduce the developer to ZCA) which is definitely a Zope

Re: [Repoze-dev] repoze grok comparison

2009-05-06 Thread Martin Aspeli
Shane Hathaway wrote: > Fernando Correa Neto wrote: >> Adding new template engines to BFG require you to know python while in >> GROK, it'd require you to grok grok first (which in would then >> introduce the developer to ZCA) which is definitely a Zope3 thing. > > You hit on a point that I consid

Re: [Repoze-dev] repoze grok comparison

2009-05-06 Thread Chris McDonough
On 5/6/09 3:33 PM, Shane Hathaway wrote: > Fernando Correa Neto wrote: >> Adding new template engines to BFG require you to know python while in >> GROK, it'd require you to grok grok first (which in would then >> introduce the developer to ZCA) which is definitely a Zope3 thing. > > You hit on a p

Re: [Repoze-dev] repoze grok comparison

2009-05-06 Thread Shane Hathaway
Fernando Correa Neto wrote: > Adding new template engines to BFG require you to know python while in > GROK, it'd require you to grok grok first (which in would then > introduce the developer to ZCA) which is definitely a Zope3 thing. You hit on a point that I consider important. One of the inter

Re: [Repoze-dev] repoze grok comparison

2009-05-06 Thread Chris McDonough
On 5/6/09 10:11 AM, Yves Moisan wrote: > Well for someone like me (more or less familiar with Plone, already > installed TG but not played very much with it and ended up installing > Pylons for a project) a "what's the best tool matrix" would be neat. > > I see that matrix as some form of use case

Re: [Repoze-dev] repoze grok comparison

2009-05-06 Thread Yves Moisan
> but to someone like me who is experienced in > Pylons/TG/Django style stuff but new to Zope, I'm pretty confused about > whether I should learn zope by trying out Zope 3, Grok, or Repoze.bfg > and what the pros and cons of each approach are. Well for someone like me (more or less familiar with P

[Repoze-dev] [issue73] repoze.who IAuthenticator cannot report the reason for authentication failure

2009-05-06 Thread Forest
New submission from Forest : The interface defined for IAuthenticator doesn't allow it to report a reason for authentication failure. This prevents me from showing the user a sensible message when (for example) his login was refused due to excessive failed login attempts or a deactivated account