repoze.bfg 1.3a1 has been released. It is the first alpha of a new feature
release.
It may be installed via:
easy_install -i http://dist.repoze.org/bfg/1.3/simple
Or via PyPI.
The docs at http://docs.repoze.org/bfg/1.3 are current for this version.
Below is a "what's new" document explai
On 04/25/2010 04:40 PM, Chris McDonough wrote:
> There's a relationship between the authentication policy and authorization
> policy (authorization depends on authentication) that makes writing a good
> docstring for this API a bit tortured. For example:
>
> def set_security_policies(self, au
On 4/25/10 5:25 PM, Wichert Akkerman wrote:
> On 2010-4-24 19:49, Chris McDonough wrote:
>> Even better, just leave the authentication policy registrations out of ZCML
>> altogether and always pass the authentication and authorization policies to
>> the
>> Configurator constructor instead:
>>
>> c
On 2010-4-24 19:49, Chris McDonough wrote:
> Even better, just leave the authentication policy registrations out of ZCML
> altogether and always pass the authentication and authorization policies to
> the
> Configurator constructor instead:
>
> config = Configurator(authentication_policy=..., auth
On 4/25/10 10:28 AM, KLEIN Stéphane wrote:
> Hi,
>
> I've read « Route Path Pattern Syntax » in repoze.bfg document (http://
> docs.repoze.org/bfg/current/narr/urldispatch.html#route-path-pattern-
> syntax) and I didn't found something like Python Routes « Requirements »
> feature (http://routes.gr
Hi,
I've read « Route Path Pattern Syntax » in repoze.bfg document (http://
docs.repoze.org/bfg/current/narr/urldispatch.html#route-path-pattern-
syntax) and I didn't found something like Python Routes « Requirements »
feature (http://routes.groovie.org/setting_up.html#requirements).
This is a m
On 4/25/10 9:23 AM, Charlie Clark wrote:
> Am 25.04.2010, 15:19 Uhr, schrieb Chris McDonough:
>
>> (In particular, if you need this feature and you want to volunteer to
>> *finish*
>> these docs, I'd be ecstatic.
>
> Chris,
>
> this is great news!
>
> Is there a timeline for this? I'm hoping to sta
Am 25.04.2010, 15:19 Uhr, schrieb Chris McDonough :
> (In particular, if you need this feature and you want to volunteer to
> *finish*
> these docs, I'd be ecstatic.
Chris,
this is great news!
Is there a timeline for this? I'm hoping to start work on porting my first
Zope application to BFG
BFG 1.3 will ship with internationalization and localization features. These
aer currently documented at http://docs.repoze.org/bfg/dev/narr/i18n.html.
If anyone who needs these features has a chance to provide feedback on or
otherwise help out on those docs, I'd be grateful. They likely requi