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_traversal.py
Age
Commit message (
Expand
)
Author
2009-09-23
- Speed up ``repoze.bfg.traversal.model_path``.
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
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-08-04
- Allow ``repoze.bfg.traversal.find_interface`` API to use a class
Chris McDonough
2009-06-26
- Cause ``:segment`` matches in route paths to put a Unicode-decoded
Chris McDonough
2009-06-24
Merge noroutes branch to trunk.
Chris McDonough
2009-06-24
- ``model_url`` when passed a request that was generated as a result
Chris McDonough
2009-06-22
We weren't computing the virtual root correctly in a corner case.
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-18
- The matchdict related to the matching of a Routes route is available
Chris McDonough
2009-06-11
Microspeedups.
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-05-18
Features
Chris McDonough
2009-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-05-01
- In previous releases, the ``repoze.bfg.url.model_url``,
Chris McDonough
2009-05-01
- The ``repoze.bfg.location.LocationProxy`` class and the
Chris McDonough
2009-04-30
Make ModelGraphTraverser assume that all traversed objects provide ILocation....
Chris McDonough
2009-04-29
Drop the ILocation testing by default during traversal.
Tres Seaver
2009-04-16
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
Chris McDonough
2009-02-16
- Using ``model_url`` or ``model_path`` against a broken model graph
Chris McDonough
2009-02-07
Bug Fixes
Chris McDonough
2009-02-06
Revert my decision to make ``model_path`` return a tuple; it
Chris McDonough
2009-02-05
Backwards Incompatibilities
Chris McDonough
2009-01-28
Use lstrip and rstrip; traverser now has no "locatable".
Chris McDonough
2009-01-28
Microtweak and bwcompat code.
Chris McDonough
2009-01-27
Whoops, wasn't quite done adding vhost support to traverser yet.
Chris McDonough
2009-01-27
Features
Chris McDonough
2009-01-26
- Added a ``traversal_path`` API to the traversal module; see the
Chris McDonough
2009-01-26
Cache tuples (immutable), not lists; others were using this function and were...
Chris McDonough
2009-01-25
- The ``repoze.bfg.urldispatch.RoutesRootFactory`` now injects the
Chris McDonough
2009-01-25
Test coverage.
Chris McDonough
2009-01-22
- ``repoze.bfg.traversal.split_path`` now also handles decoding
Chris McDonough
2009-01-22
- The ``unicode_path_segments`` configuration variable and the
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-15
Get rid of PlacelessSetup.
Chris McDonough
2009-01-11
Merge router-simplify branch. Changelog below.
Chris McDonough
2009-01-05
New Modules
Chris McDonough
2008-12-18
- Speed up ``traversal.model_url`` execution by using a custom url
Chris McDonough
2008-12-17
- In the past, during traversal, the ModelGraphTraverser (the
Chris McDonough
2008-12-14
Backwards Incompatibilities
Chris McDonough
2008-11-19
- Fix ModelGraphTraverser; don't try to change the ``__name__`` or
Chris McDonough
2008-11-12
- ``repoze.bfg.traversal.model_url`` now always appends a slash to
Chris McDonough
2008-11-10
- The ``model_path`` and ``model_url`` traversal APIs returned the
Chris McDonough
2008-09-28
Features
Chris McDonough
2008-09-08
- ``repoze.bfg.traversal.find_model`` function did not function
Chris McDonough
2008-08-29
model_path and *backwards incompatible change* removing "make_app" and "get_o...
Chris McDonough
[next]