| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-09 | route -> static directive. | Chris McDonough | |
| 2009-07-02 | Use bfgsite index. | Chris McDonough | |
| 2009-07-02 | Fix import. | Chris McDonough | |
| Use request.url as "referrer" as we're no longer redirecting. | |||
| 2009-07-01 | - Deprecate the ``authentication_policy`` and ``authorization_policy`` | Chris McDonough | |
| arguments to ``repoze.bfg.router.make_app``. Instead, developers should use the various authentication policy ZCML directives (``repozewho1authenticationpolicy``, ``remoteuserauthenticationpolicy`` and ``authtktauthenticationpolicy``) and the `aclauthorizationpolicy`` authorization policy directive as described in the changes to the "Security" narrative documentation chapter and the wiki tutorials. | |||
| 2009-06-24 | Single arg style. | Chris McDonough | |
| 2009-06-24 | Reverse ordering of args to route_url. | Chris McDonough | |
| 2009-06-24 | Change the implementation and the signature for ``route_url``. | Chris McDonough | |
| 2009-06-24 | - Use ``repoze.bfg.url.route_url`` API in tutorials rather than Routes | Chris McDonough | |
| ``url_for`` API. | |||
| 2009-06-23 | Update tutorials with new callback API. | Chris McDonough | |
| 2009-06-22 | Back to *subpath in urldispatch tutorial. | Chris McDonough | |
| 2009-06-18 | Change configure.zcml of authorization to use forbidden. | Chris McDonough | |
| Ignores. | |||
| 2009-06-18 | Rejigger tutorial in the face of request-only default views. | Chris McDonough | |
| 2009-06-18 | - The matchdict related to the matching of a Routes route is available | Chris McDonough | |
| on the request as the ``matchdict`` attribute: ``request.matchdict``. If no route matched, this attribute will be None. | |||
| 2009-06-11 | Merge unifyroutesandtraversal branch into trunk | Chris McDonough | |
| 2009-06-01 | Add authorization chapter to bfgwiki2 tutorial. | Chris McDonough | |
| 2009-06-01 | definingmodels -> models. | Chris McDonough | |
| 2009-06-01 | Fix wrong name, add ignores. | Chris McDonough | |
| 2009-06-01 | Add defining views chapter. | Chris McDonough | |
| 2009-06-01 | Add defining models chapter. | Chris McDonough | |
| 2009-06-01 | Only keep useful stuff. | Chris McDonough | |
| 2009-05-31 | Make a copy of the tutorial for Routes+SQLAlchemy. | Chris McDonough | |
