summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki2/src
AgeCommit message (Collapse)Author
2009-10-09route -> static directive.Chris McDonough
2009-07-02Use bfgsite index.Chris McDonough
2009-07-02Fix 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-24Single arg style.Chris McDonough
2009-06-24Reverse ordering of args to route_url.Chris McDonough
2009-06-24Change the implementation and the signature for ``route_url``.Chris McDonough
2009-06-24- Use ``repoze.bfg.url.route_url`` API in tutorials rather than RoutesChris McDonough
``url_for`` API.
2009-06-23Update tutorials with new callback API.Chris McDonough
2009-06-22Back to *subpath in urldispatch tutorial.Chris McDonough
2009-06-18Change configure.zcml of authorization to use forbidden.Chris McDonough
Ignores.
2009-06-18Rejigger 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 availableChris McDonough
on the request as the ``matchdict`` attribute: ``request.matchdict``. If no route matched, this attribute will be None.
2009-06-11Merge unifyroutesandtraversal branch into trunkChris McDonough
2009-06-01Add authorization chapter to bfgwiki2 tutorial.Chris McDonough
2009-06-01definingmodels -> models.Chris McDonough
2009-06-01Fix wrong name, add ignores.Chris McDonough
2009-06-01Add defining views chapter.Chris McDonough
2009-06-01Add defining models chapter.Chris McDonough
2009-06-01Only keep useful stuff.Chris McDonough
2009-05-31Make a copy of the tutorial for Routes+SQLAlchemy.Chris McDonough