| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-28 | Fix. | Chris McDonough | |
| 2009-11-28 | Fix. | Chris McDonough | |
| 2009-11-28 | Updates. | 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 | Remove ``zcml_configure`` API. | Chris McDonough | |
| 2009-11-27 | Meh. | Chris McDonough | |
| 2009-11-27 | Meh. | Chris McDonough | |
| 2009-11-27 | Add threadlocal to API. | Chris McDonough | |
| 2009-11-27 | Coverage. | Chris McDonough | |
| Remove set_security_policies configurator API method. | |||
| 2009-11-27 | configurator API docs. | Chris McDonough | |
| 2009-11-27 | The forbidden stanza explanation was duplicated in the same paragraph | Carlos de la Guardia | |
| 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 | - The ``repoze.bfg.testing.setUp`` function now accepts three extra | Chris McDonough | |
| optional keyword arguments: ``registry``, ``request`` and ``hook_zca``. If the ``registry`` argument is not ``None``, the argument will be treated as the registry that is set as the "current registry" (it will be returned by ``repoze.bfg.threadlocal.get_current_registry``) for the duration of the test. If the ``registry`` argument is ``None`` (the default), a new registry is created and used for the duration of the test. The value of the ``request`` argument is used as the "current request" (it will be returned by ``repoze.bfg.threadlocal.get_current_request``) for the duration of the test; it defaults to ``None``. If ``hook_zca`` is ``True`` (the default), the ``zope.component.getSiteManager`` function will be hooked with a function that returns the value of ``registry`` (or the default-created registry if ``registry`` is ``None``) instead of the registry returned by ``zope.component.getGlobalSiteManager``, causing the Zope Component Architecture API (``getSiteManager``, ``getAdapter``, ``getUtility``, and so on) to use the registry we're using for testing instead of the global ZCA registry. - The ``repoze.bfg.testing.tearDown`` function now accepts an ``unhook_zca`` argument. If this argument is ``True`` (the default), ``zope.component.getSiteManager.reset()`` will be called, causing the "base" registry to once again start returnining the result of ``zope.component.getSiteManager``. - Remove hook_zca and unhook_zca methods from Configurator. | |||
| 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 | Make hooking getSiteManager optional. | 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 | Avoid stupidness. | Chris McDonough | |
| 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-23 | Change the API. | Chris McDonough | |
| 2009-11-23 | Tweaks. | Chris McDonough | |
| 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 | Add meager API docs for Configurator. | Chris McDonough | |
| 2009-11-21 | Note unreleasedness. | 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-19 | Namespace packaging. | Chris McDonough | |
| 2009-11-18 | Another topic. | Chris McDonough | |
