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
Age
Commit message (
Expand
)
Author
2009-06-22
- Add a ``view_for`` attribute to the ``route`` ZCML directive. This
Chris McDonough
2009-06-22
We weren't computing the virtual root correctly in a corner case.
Chris McDonough
2009-06-22
More micro-optimizations to the default traverser.
Chris McDonough
2009-06-22
- The values of ``subpath``, ``traversed``, and ``virtual_root_path``
Chris McDonough
2009-06-22
- Adding ``*path_info`` to a route no longer changes the PATH_INFO for
Chris McDonough
2009-06-21
Make urldispatch put matchdict into environ.
Chris McDonough
2009-06-21
- Make Routes mapper responsible for doing magic to fix up PATH_INFO
Chris McDonough
2009-06-21
Make views that do not have a route_name match when any route is used.
Chris McDonough
2009-06-19
Fix strange test breakage.
Tres Seaver
2009-06-19
Move pushpage support out into separate distribution.
Tres Seaver
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
Move view derivation code into a function.
Chris McDonough
2009-06-18
Coverage.
Chris McDonough
2009-06-18
Add path module tests.
Chris McDonough
2009-06-18
- Allow views to be *optionally* defined as callables that accept only
Chris McDonough
2009-06-18
- Add ``reissue_time`` and ``timeout`` parameters to
Chris McDonough
2009-06-18
repoze.bfg.request.get_request -> repoze.bfg.threadlocal.get_current_request
Chris McDonough
2009-06-18
- The matchdict related to the matching of a Routes route is available
Chris McDonough
2009-06-15
- Make 404 responses slightly cheaper by showing
Chris McDonough
2009-06-15
- Move LRU cache implementation into a separate package
Chris McDonough
2009-06-11
# provide backwards compatibility for applications which
Chris McDonough
2009-06-11
Microspeedups.
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-06-03
Revert urldispatch-context-as-dict-subclass committed in r5175. Let's not ma...
Chris McDonough
2009-06-03
- The default routes context
Chris McDonough
2009-06-02
- Add API named ``repoze.bfg.settings.get_settings`` which retrieves a
Chris McDonough
2009-06-02
- The ``repoze.bfg.location.locate`` API was removed: it didn't do
Chris McDonough
2009-06-02
- Add ``repoze.bfg.request.current_request`` function. This function
Chris McDonough
2009-06-01
- It was not possible to register a custom ``IRoutesContextFactory``
Chris McDonough
2009-05-31
- The ``route`` ZCML directive now accepts ``request_type`` as an
Chris McDonough
2009-05-31
Test string request type in bfg_view decorators.
Chris McDonough
2009-05-31
- The ``request_type`` argument of ZCML ``view`` declarations and
Chris McDonough
2009-05-31
- Remove ``repoze.bfg.wsgi.HTTPException``,
Chris McDonough
2009-05-31
- Remove ``repoze.bfg.threadlocal.setManager``. It was only used in
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-30
- Remove "context" argument from ``effective_principals`` and
Chris McDonough
2009-05-30
- Add an AuthTktAuthenticationPolicy. This policy retrieves
Chris McDonough
2009-05-28
- Add a ``get_app`` API functions to the ``paster`` module. This
Chris McDonough
2009-05-27
- Remove ``repoze.bfg.template`` module. All imports from this
Chris McDonough
2009-05-27
Coverage.
Chris McDonough
2009-05-27
- A paster command has been added named "bfgshell". This command can
Chris McDonough
2009-05-27
Provide b/c for scripts which used ``registry_manager``
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
[next]