index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repoze
/
bfg
/
tests
/
test_router.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-13
Features
Chris McDonough
2010-09-12
- Add a new request API: ``request.add_finished_callback``. Finished
Chris McDonough
2010-09-12
remove FinishedEvent (bad idea)
Chris McDonough
2010-09-12
- The BFG router now emits an additional event unconditionally at the
Chris McDonough
2010-09-08
- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) now
Chris McDonough
2010-09-05
Documentation
Chris McDonough
2010-07-24
- A new method of the ``Configurator`` exists:
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2010-01-24
Merge reversepolarity branch.
Chris McDonough
2009-12-17
Features
Chris McDonough
2009-12-10
- Added a "Special Exceptions" section to the "Views" narrative
Chris McDonough
2009-12-01
Stop new Pyflakes complaints.
Chris McDonough
2009-11-23
- The internal ILogger utility named ``repoze.bfg.debug`` is now just
Chris McDonough
2009-11-23
Disuse ZCA threadlocal API.
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-11-19
- The ``repoze.bfg.view.rendered_response`` function has been moved to
Chris McDonough
2009-11-19
Rearrange things to try to avoid circular import deps.
Chris McDonough
2009-11-17
Move configuration methods into Configurator.
Chris McDonough
2009-11-10
Templates
Chris McDonough
2009-11-02
- Add a new event type: ``repoze.bfg.events.AfterTraversal``. Events
Chris McDonough
2009-10-31
Fix default root factory in the face of changes to root factory construction ...
Chris McDonough
2009-10-30
- The ``__call__`` of a plugin "traverser" implementation (registered
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
Chris McDonough
2009-10-26
Revert 6873, as it introduces an unnecessary providedBy for each request in t...
Chris McDonough
2009-10-26
The root factory may now return an object which implements ``ITraverser`` dir...
Malthe Borch
2009-10-26
Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change b...
Malthe Borch
2009-10-23
Remove 'Respond' exception (its addition would be purely speculative: we solv...
Chris McDonough
2009-10-23
- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCML
Chris McDonough
2009-10-21
Add Respond exception.
Chris McDonough
2009-10-15
Features
Chris McDonough
2009-09-30
- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor of
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.traversal.model_path``.
Chris McDonough
2009-09-22
Minor readability changes.
Chris McDonough
2009-09-20
- Speed: do not register an ITraverserFactory in configure.zcml;
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-08-28
Coverage.
Chris McDonough
2009-08-14
- Move (non-API) default_view, default_forbidden_view, and
Chris McDonough
2009-07-03
- Fix ``configure_zcml`` filespec check on Windows. Previously if an
Chris McDonough
2009-07-02
Allow ``zcml_configure`` value to override the package.
Chris McDonough
2009-07-02
- Allow a Paste config file (``configure_zcml``) value or an
Chris McDonough
2009-07-01
- Deprecate the ``authentication_policy`` and ``authorization_policy``
Chris McDonough
2009-06-19
- Move BBB logic for registering an
Chris McDonough
2009-06-19
- A new ZCML directive was added named ``notfound``. This ZCML
Chris McDonough
2009-06-15
- Make 404 responses slightly cheaper by showing
Chris McDonough
2009-06-11
# provide backwards compatibility for applications which
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-06-02
- Add API named ``repoze.bfg.settings.get_settings`` which retrieves a
Chris McDonough
2009-06-01
- It was not possible to register a custom ``IRoutesContextFactory``
Chris McDonough
2009-05-31
- The error presented when a view invoked by the router returns a
Chris McDonough
[next]