| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-29 | - Fixed "Startup" narrative documentation chapter; it was explaining | Chris McDonough | |
| "the old way" an application constructor worked. | |||
| 2009-11-29 | Typo. | Chris McDonough | |
| 2009-11-29 | Fix. | Chris McDonough | |
| 2009-11-28 | Typo. | Chris McDonough | |
| 2009-11-28 | More fixes. | Chris McDonough | |
| 2009-11-28 | More Rossi fixes. | Chris McDonough | |
| 2009-11-28 | Fix mistakes caught by Rossi. | Chris McDonough | |
| 2009-11-28 | Typo. | Chris McDonough | |
| 2009-11-28 | Fix. | Chris McDonough | |
| 2009-11-28 | Document the request-only calling convention as the default. | Chris McDonough | |
| 2009-11-28 | Docs. | Chris McDonough | |
| 2009-11-27 | configurator API docs. | Chris McDonough | |
| 2009-11-27 | these policies are built-in into repoze.bfg, not repoze.who | Carlos de la Guardia | |
| 2009-11-27 | - Add a section entitled "Test Set Up and Tear Down" to the | Chris McDonough | |
| unittesting chapter. | |||
| 2009-11-27 | Get rid of ``zcml_file`` argument in configurator constructor in favor of ↵ | Chris McDonough | |
| the load_zcml API. Get rid of hook_zca argument in configurator constructor in favor of a ``hook_zca`` method. Provide an ``unhook_zca`` method. | |||
| 2009-11-26 | Docs updates. | Chris McDonough | |
| 2009-11-24 | Docs updates. | Chris McDonough | |
| 2009-11-23 | (no commit message) | Chris McDonough | |
| 2009-11-23 | Filesystem analogy. | Chris McDonough | |
| 2009-11-23 | speling | Mike Naberezny | |
| 2009-11-23 | Holy circdeps batman. | Chris McDonough | |
| 2009-11-23 | Minor tweaks. | Chris McDonough | |
| 2009-11-23 | Flesh out configuration chapter. | Chris McDonough | |
| 2009-11-23 | (no commit message) | Chris McDonough | |
| 2009-11-23 | - The ``repoze.bfg.interfaces.ITemplateRendererFactory`` interface was | Chris McDonough | |
| removed; it has become unused. - Change imperative API. | |||
| 2009-11-23 | Documentation improvements. | Chris McDonough | |
| 2009-11-23 | - The ``repoze.bfg.router.make_app`` function is now nominally | Chris McDonough | |
| deprecated. Its import and usage does not throw a warning, nor will it probably ever disappear. However, using a ``repoze.bfg.configuration.Configurator`` class is now the preferred way to generate a WSGI application. - The ``run.py`` module in various ``repoze.bfg`` ``paster`` templates now use a ``repoze.bfg.configuration.Configurator`` class instead of the (now-legacy) ``repoze.bfg.router.make_app`` function to produce a WSGI application. | |||
| 2009-11-22 | Renderings. | Chris McDonough | |
| 2009-11-22 | Rendering. | Chris McDonough | |
| 2009-11-22 | Rendering tweaks. | Chris McDonough | |
| 2009-11-22 | some suggestions for alternative wording on the introduction. The second and ↵ | Carlos de la Guardia | |
| third paragraphs were very redundant. | |||
| 2009-11-22 | Docs tweaks. | Chris McDonough | |
| 2009-11-22 | Test load_zcml. | Chris McDonough | |
| 2009-11-22 | Murg 2. | Chris McDonough | |
| 2009-11-22 | Murg. | Chris McDonough | |
| 2009-11-21 | Typo. | Chris McDonough | |
| 2009-11-21 | Use a sidebar. | Chris McDonough | |
| 2009-11-21 | Beginnings of explaining configuration modes. | Chris McDonough | |
| 2009-11-19 | Fix links. | Chris McDonough | |
| 2009-11-14 | Spellcheck. | Chris McDonough | |
| 2009-11-14 | - Improve the "Extending an Existing Application" narrative chapter. | Chris McDonough | |
| 2009-11-13 | Untrue. | Chris McDonough | |
| 2009-11-11 | Remove space. | Chris McDonough | |
| 2009-11-11 | Fix arg ordering. | Chris McDonough | |
| 2009-11-10 | More setup and teardown. | 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-11-06 | Update slightly. | Chris McDonough | |
| 2009-11-02 | New nosetests output status. | Chris McDonough | |
| 2009-11-02 | - "What's New in ``repoze.bfg`` 1.1" document added to narrative | Chris McDonough | |
| documentation. - Minor typo fixes. | |||
| 2009-11-01 | Remove incorrect docs from hybrid chapter. | Chris McDonough | |
| Organize changelog of 1.1a1 into categories. | |||
