| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-08-29 | model_path and *backwards incompatible change* removing "make_app" and ↵ | Chris McDonough | |
| "get_options" from __init__.py of repoze.bfg; use repoze.bfg.router:make_app and repoze.bfg.registry:get_options instead. | |||
| 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 | |
| In the process, make ITraverser a uni-adapter (on context) rather than a multiadapter (on context and request). | |||
| 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 ↵ | Chris McDonough | |
| e.g. Routes traverser). | |||
| 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 | |
| calling a view, which is a callable that returns a response directly (as opposed to returning a view). As a result, the ``factory`` attribute in the bfg:view ZCML statement has been renamed to ``view``. Various interface names were changed also. - ``render_template`` and ``render_transform`` no longer return a Response object. Instead, these return strings. The old behavior can be obtained by using ``render_template_to_response`` and ``render_transform_to_response``. | |||
| 2008-07-15 | If the root object provides ILocation, wrap items in location proxies | Chris McDonough | |
| as necessary as we traverse. | |||
| 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 | |
