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
2008-11-02
Features
Chris McDonough
2008-09-01
- New API module: ``repoze.bfg.view``. This module contains the functions
Chris McDonough
2008-08-30
Make WSGIApplicationEvent test work again.
Chris McDonough
2008-08-29
Added event notification after WSGI application is created and configured.
Malthe Borch
2008-08-24
- Remove ``sampleapp`` sample application from bfg package itself.
Chris McDonough
2008-08-12
Fix ITraverserFactory lookup; release 0.2.9.
Chris McDonough
2008-07-31
- Add event sends for INewRequest and INewResponse. See the
Chris McDonough
2008-07-19
- The concept of "view factories" was removed in favor of always
Chris McDonough
2008-07-16
Add security.
Chris McDonough
2008-07-13
Don't stash away the context.
Chris McDonough
2008-07-13
Use an application-local component registry.
Chris McDonough
2008-07-12
Clear the component registry.
Chris McDonough
2008-07-12
Speculative: cause routers to accept an app_context (the zcml configuration c...
Chris McDonough
2008-07-12
THe redirect-on-slash story isn't part of the publisher.
Chris McDonough
2008-07-11
Add security policy checks.
Chris McDonough
2008-07-08
Redirect on default view if name doesn't end with slash.
Chris McDonough
2008-07-07
Look up a view after traversal; adapt it to IWSGIApplication.
Chris McDonough
2008-07-05
Add a plug point for a security policy.
Chris McDonough
2008-07-05
Use WebOb.
Chris McDonough
2008-07-05
IWSGIApplication -> IWSGIApplicationFactory
Chris McDonough