| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-25 | rename bfgwiki to wiki | Chris McDonough | |
| 2010-10-25 | convert bfgwiki tutorial to pyramid | Chris McDonough | |
| 2010-06-23 | do an indirection through a group at the behest of alex marandon | Chris McDonough | |
| 2010-02-22 | Typo noticed by Douglas Cerna. | Paul Everitt | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2010-01-03 | Features | Chris McDonough | |
| -------- - The ``Configurator.add_view`` method now accepts an argument named ``context``. This is an alias for the older argument named ``for_``; it is preferred over ``for_``, but ``for_`` will continue to be supported "forever". - The ``view`` ZCML directive now accepts an attribute named ``context``. This is an alias for the older attribute named ``for``; it is preferred over ``for``, but ``for`` will continue to be supported "forever". - The ``Configurator.add_route`` method now accepts an argument named ``view_context``. This is an alias for the older argument named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". - The ``route`` ZCML directive now accepts an attribute named ``view_context``. This is an alias for the older attribute named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". Documentation and Paster Templates ---------------------------------- - All uses of the ``Configurator.add_view`` method that used its ``for_`` argument now use the ``context``argument instead. - All uses of the ``Configurator.add_route`` method that used its ``view_for`` argument now use the ``view_context``argument instead. - All uses of the ``view`` ZCML directive that used its ``for`` attribute now use the ``context`` attribute instead. - All uses of the ``route`` ZCML directive that used its ``view_for`` attribute now use the ``view_context`` attribute instead. | |||
| 2009-12-28 | Fix overlong lines. | Chris McDonough | |
| 2009-12-28 | Adjust for 7.5x9.25in output. | Chris McDonough | |
| 2009-12-27 | Rendering cleanups. | Chris McDonough | |
| 2009-12-24 | Roles, refresh. | Chris McDonough | |
| 2009-12-10 | Docs. | Chris McDonough | |
| 2009-12-09 | (no commit message) | Chris McDonough | |
| 2009-12-09 | Excise make_app from docs. | Chris McDonough | |
| 2009-11-10 | Templates | Chris 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-30 | Update documentation after root factory changes. | Chris McDonough | |
| 2009-10-10 | Convert bfgwiki to use renderers. | Chris McDonough | |
| 2009-10-09 | view -> static directive. | Chris McDonough | |
| 2009-07-03 | bfgwiki tutorial audit. | Chris McDonough | |
| 2009-05-27 | Add bfgwiki tutorial. | Chris McDonough | |
