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
/
router.py
Age
Commit message (
Expand
)
Author
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-18
- Allow views to be *optionally* defined as callables that accept only
Chris McDonough
2009-06-18
General formatting.
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
Microspeedups.
Chris McDonough
2009-06-11
We control the horizontal and vertical of request generation now, so there's
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
2009-05-31
Features
Chris McDonough
2009-05-31
- Renamed ``repoze.bfg.interfaces.IForbiddenResponseFactory`` to
Chris McDonough
2009-05-28
- Try checking for an "old style" security policy *after* we parse
Chris McDonough
2009-05-27
- Allow IAuthenticationPolicy and IAuthorizationPolicy to be
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-26
Revert all work towards creating a "forbidden" API on the security policy; I'...
Chris McDonough
2009-05-25
Make sure the default forbidden response (when a secpol has no ``forbidden``)...
Chris McDonough
2009-05-25
IForbiddenAppFactory -> IForbiddenResponseFactory.
Chris McDonough
2009-05-25
Change the semantics of IForbiddenAppFactory.
Chris McDonough
2009-05-24
Features
Chris McDonough
2009-05-24
Simplify constructor.
Chris McDonough
2009-05-18
Features
Chris McDonough
2009-04-16
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
Chris McDonough
2009-01-25
Do an end-run around webob.Request.__setitem__ until it gets sped up.
Chris McDonough
2009-01-25
- You can now override the NotFound and Unauthorized responses that
Chris McDonough
2009-01-24
- Use a homegrown NotFound error instead of ``webob.HTTPNotFound``
Chris McDonough
2009-01-24
Behavior Changes
Chris McDonough
2009-01-20
- Tease out an extra 4% performance boost by changing the Router;
Chris McDonough
2009-01-20
# We use 'precooked' Request subclasses that correspond to HTTP
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-16
Do alsoProvides instead of directlyProvides in case the request factory
Chris McDonough
2009-01-15
Test coverage.
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2009-01-12
- An interface specific to the HTTP verb (GET/PUT/POST/DELETE/HEAD) is
Chris McDonough
2009-01-12
- Make the (internal) thread local registry manager maintain a stack
Chris McDonough
2009-01-11
Better docstrings.
Chris McDonough
2009-01-11
Make clearer what ``name`` means within the __call__ method.
Chris McDonough
2009-01-11
Merge router-simplify branch. Changelog below.
Chris McDonough
2008-12-09
Add context.root to router so the root model can be easily accessed from a view
Fernando Correa Neto
2008-11-15
Unused import.
Chris McDonough
2008-11-02
Features
Chris McDonough
2008-10-30
Unused import.
Chris McDonough
2008-10-28
- If the ``render_view_to_response`` function was called, if the
Chris McDonough
2008-10-03
Duplicate import.
Chris McDonough
2008-09-30
One import per line.
Malthe Borch
2008-09-30
Formally declare registry attribute.
Malthe Borch
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
[next]