| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-07-22 | NaiveTraverser -> ModelGraphTraverser. | 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-16 | Add security. | Chris McDonough | |
| 2008-07-13 | Use an application-local component registry. | Chris McDonough | |
| 2008-07-12 | Speculative: cause routers to accept an app_context (the zcml configuration ↵ | Chris McDonough | |
| context), so we can later enable an app-local component registry. | |||
| 2008-07-11 | Add security policy checks. | Chris McDonough | |
| 2008-07-08 | Add a browser:page directive type and make our sample app use it. | Chris McDonough | |
| 2008-07-07 | Depend on z3c.pt. | Chris McDonough | |
| Use ZCML to configure applications. | |||
