summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki/src
AgeCommit message (Collapse)Author
2009-11-10More usage of setup and teardown.Chris McDonough
2009-11-10TemplatesChris McDonough
--------- - Remove ``ez_setup.py`` and its import from all paster templates, samples, and tutorials for ``distribute`` compatibility. The documentation already explains how to install virtualenv (which will include some ``setuptools`` package), so these files, imports and usages were superfluous. Deprecations ------------ - The ``options`` kw arg to the ``repoze.bfg.router.make_app`` function is deprecated. In its place is the keyword argument ``settings``. The ``options`` keyword continues to work, and a deprecation warning is not emitted when it is detected. However, the paster templates, code samples, and documentation now make reference to ``settings`` rather than ``options``. This change/deprecation was mainly made for purposes of clarity and symmetry with the ``get_settings()`` API and dicussions of "settings" in various places in the docs: we want to use the same name to refer to the same thing everywhere.
2009-10-30Update documentation after root factory changes.Chris McDonough
2009-10-10cleanUp is no longer necessary.Chris McDonough
2009-10-10More renderer conversions.Chris McDonough
2009-10-10Use a renderer.Chris McDonough
2009-10-10Rely on new attrs of notfound_view so we can use a renderer.Chris McDonough
2009-10-10Convert bfgwiki to use renderers.Chris McDonough
2009-10-09view -> static directive.Chris McDonough
2009-07-02- Fix inaccuracies and import errors in bfgwiki (traversal+ZODB) andChris McDonough
bfgwiki2 (urldispatch+SA) tutorials. - Use bfgsite index for all tutorial setup.cfg files.
2009-07-02Get import and logged in detection working right.Chris McDonough
2009-07-02Use bfgsite index.Chris McDonough
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-23Update tutorials with new callback API.Chris McDonough
2009-06-18IForbiddenView utility registration -> forbidden directiveChris McDonough
INotFoundView utility registry -> notfound directive
2009-06-01Add authorization chapter to bfgwiki2 tutorial.Chris McDonough
2009-05-31Never use the login view URL as the came_from.Chris McDonough
2009-05-30- Remove "context" argument from ``effective_principals`` andChris McDonough
``authenticated_userid`` function APIs in ``repoze.bfg.security``, effectively a doing reversion to 0.8 and before behavior. Both functions now again accept only the ``request`` parameter.
2009-05-30Modify tutorial for a6.Chris McDonough
2009-05-27Add bfgwiki tutorial.Chris McDonough