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-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
2008-08-08
find_context_from_path -> find_model
Chris McDonough
2008-08-08
- Add ``find_context_from_path`` and ``find_root`` traversal APIs.
Chris McDonough
2008-07-29
0.2.5: add model_url.
Chris McDonough
2008-07-22
Add url-based dispatch.
Chris McDonough
2008-07-22
Provide the entire environment to the traverser (in anticipation of having e....
Chris McDonough
2008-07-22
NaiveTraverser -> ModelGraphTraverser.
Chris McDonough
2008-07-20
- Add find_interface API.
Chris McDonough
2008-07-19
- The concept of "view factories" was removed in favor of always
Chris McDonough
2008-07-15
If the root object provides ILocation, wrap items in location proxies
Chris McDonough
2008-07-12
Add explicit viewname logic.
Chris McDonough
2008-07-07
Look up a view after traversal; adapt it to IWSGIApplication.
Chris McDonough
2008-07-05
policy -> traversal.
Chris McDonough
[prev]