| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-09-01 | - New API module: ``repoze.bfg.view``. This module contains the functions | Chris McDonough | |
| named ``render_view_to_response``, ``render_view_to_iterable`` and ``is_response``, which are documented in the API docs. These features aid programmatic (non-request-driven) view execution. | |||
| 2008-08-29 | Rejigger and document wsgi app created event. | Chris McDonough | |
| 2008-08-29 | Added event notification after WSGI application is created and configured. | Malthe Borch | |
| 2008-08-17 | - Add ``<bfg:settings>`` directive. This directive currently allows | Chris McDonough | |
| only one attribute: ``reload_templates``. If e.g.:: <bfg:settings reload_templates="true"/> is in your application's ZCML, you will not need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected and displayed. | |||
| 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-08-06 | - Small url dispatch overhaul: the ``connect`` method of the | Chris McDonough | |
| ``urldispatch.RoutesMapper`` object now accepts a keyword parameter named ``context_factory``. If this parameter is supplied, it must be a callable which returns an instance. This instance is used as the context for the request when a route is matched. - The registration of a RoutesModelTraverser no longer needs to be performed by the application; it's in the bfg ZCML now. | |||
| 2008-07-31 | - Add event sends for INewRequest and INewResponse. See the | Chris McDonough | |
| events.rst chapter in the documentation's ``api`` directory. | |||
| 2008-07-22 | Add url-based dispatch. | Chris McDonough | |
| 2008-07-22 | Fix interface. | Chris McDonough | |
| 2008-07-20 | - Add API functions for authenticated_userid and effective_principals. | 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-18 | Using Chris's help, changed signature of interface to support what the XSLT ↵ | Paul Everitt | |
| processors expects. Fixed tests to assert that interface. | |||
| 2008-07-16 | Add security. | Chris McDonough | |
| 2008-07-14 | Less magical templated view model: make custom template views responsible for | Chris McDonough | |
| knowing their template's name. | |||
| 2008-07-12 | This interface is not appropriate here. | Chris McDonough | |
| 2008-07-11 | Add security policy checks. | Chris McDonough | |
| 2008-07-07 | Clean up mapply a little. | Chris McDonough | |
| 2008-07-07 | Look up a view after traversal; adapt it to IWSGIApplication. | Chris McDonough | |
| 2008-07-05 | Add a plug point for a security policy. | Chris McDonough | |
| 2008-07-05 | Use WebOb. | Chris McDonough | |
| Return a NotFound when we can't adapt. | |||
| 2008-07-05 | IWSGIApplication -> IWSGIApplicationFactory | Chris McDonough | |
| The router is not middleware. | |||
| 2008-07-04 | Depend on zope.component | Chris McDonough | |
| Use an adapter to perform traversal. | |||
| 2008-07-04 | Don't depend on ZODB; shuffle policy responsibilities around a little. | Chris McDonough | |
| 2008-07-04 | Start on bfg. | Chris McDonough | |
