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
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
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
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
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
> 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
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