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-10-31
- Explicitly revert the feature introduced in 1.1a8: where the name
Chris McDonough
2009-10-30
- The ``__call__`` of a plugin "traverser" implementation (registered
Chris McDonough
2009-10-30
Features
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
Chris McDonough
2009-10-26
Dead code.
Chris McDonough
2009-10-26
Refactor; the ``_traverse`` is only used internally; the ``traverser`` argume...
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-22
We already have a reference to the environ.
Chris McDonough
2009-10-21
- The name ``root`` is available as an attribute of the request
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-24
- Minor speedup of ``repoze.bfg.router.Router.__call__``.
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-18
Accept a traverser rather than a registry in _traverse.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-17
- Add a ``string`` renderer. This renderer converts a non-Response
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-08-27
Deal with Windows.
Chris McDonough
2009-08-14
- Move (non-API) default_view, default_forbidden_view, and
Chris McDonough
2009-07-03
API docs audit.
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-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
[next]