| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-29 | - Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid" | Chris McDonough | |
| tutorials out of core documentation and into the Pyramid Tutorials site (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/). | |||
| 2011-01-29 | too-long lines | Chris McDonough | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-11-04 | update tutorials to account for paster template changes | Chris McDonough | |
| 2010-10-29 | - The ``bfgshell`` paster command is now named ``pshell``. | Chris McDonough | |
| 2010-10-25 | convert more docs from bfg to pyramid | Chris McDonough | |
| 2010-01-13 | - Get rid of references to repoze.bfg.router.Router. | Chris McDonough | |
| 2010-01-03 | Normalize. | Chris McDonough | |
| 2009-12-28 | Fix overlong lines. | Chris McDonough | |
| 2009-12-28 | Adjust for 7.5x9.25in output. | Chris McDonough | |
| 2009-12-09 | Excise make_app from docs. | Chris McDonough | |
| 2009-11-14 | Spellcheck. | 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-09-19 | - Added a tutorial which explains how to use ``repoze.session`` | Chris McDonough | |
| (ZODB-based sessions) in a ZODB-based repoze.bfg app. | |||
| 2009-09-19 | - Added a tutorial which explains how to add ZEO to a ZODB-based | Chris McDonough | |
| ``repoze.bfg`` application. | |||
