diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-19 11:58:19 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-19 11:58:19 +0000 |
| commit | c7b7adbaed26c9d6b2f4f72754da8615f5aa579c (patch) | |
| tree | 7063bd89e1591b606e2eea1d99cfd6e7458784a9 /CHANGES.txt | |
| parent | 57ec0ec322c8f1c331a7d6e642a94864b6a39dea (diff) | |
| download | pyramid-c7b7adbaed26c9d6b2f4f72754da8615f5aa579c.tar.gz pyramid-c7b7adbaed26c9d6b2f4f72754da8615f5aa579c.tar.bz2 pyramid-c7b7adbaed26c9d6b2f4f72754da8615f5aa579c.zip | |
- Move BBB logic for registering an
IAuthenticationPolicy/IForbiddenView/INotFoundView based on older
concepts from the router module's ``make_app`` function into the
``repoze.bfg.zcml.zcml_configure`` callable, to service
compatibility with scripts that use "zope.configuration.xmlconfig"
(replace with ``repoze.bfg.zml.zcml_configure`` as necessary to get
BBB logic)
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c4897660b..f5d9eca37 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -161,6 +161,14 @@ Bug Fixes - The ``bfg_alchemy`` Paster template named "repoze.tm" in its pipeline rather than "repoze.tm2", causing the startup to fail. +- Move BBB logic for registering an + IAuthenticationPolicy/IForbiddenView/INotFoundView based on older + concepts from the router module's ``make_app`` function into the + ``repoze.bfg.zcml.zcml_configure`` callable, to service + compatibility with scripts that use "zope.configuration.xmlconfig" + (replace with ``repoze.bfg.zml.zcml_configure`` as necessary to get + BBB logic) + Documentation ------------- |
