| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-28 | More windows friendliness. | Chris McDonough | |
| 2009-11-28 | Deal with Windows. | Chris McDonough | |
| 2009-11-28 | Allow initial registry setup to be called via a ``setup_registry`` method. | Chris McDonough | |
| Allow path specifications for renderers which are already resource specifications. | |||
| 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 | ZCA -> ZCA registry | Chris McDonough | |
| 2009-11-28 | Add a what's new document. | Chris McDonough | |
| 2009-11-28 | Yes. | Chris McDonough | |
| 2009-11-28 | Notes. | Chris McDonough | |
| 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 | Bug found through interactive usage. | Chris McDonough | |
| 2009-11-28 | Fix. | Chris McDonough | |
| 2009-11-28 | Fix. | Chris McDonough | |
| 2009-11-28 | General fixes. | Chris McDonough | |
| 2009-11-28 | Fix up starter template generally. | 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 | - Turn paths into resource specs in ZCML directives that use | Chris McDonough | |
| context.path. | |||
| 2009-11-28 | Docs. | Chris McDonough | |
| 2009-11-27 | Remove ``zcml_configure`` API. | Chris McDonough | |
| 2009-11-27 | (no commit message) | Chris McDonough | |
| 2009-11-27 | (no commit message) | Chris McDonough | |
| 2009-11-27 | Terminology. | 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 | Updates. | Chris McDonough | |
| 2009-11-27 | Coverage. | Chris McDonough | |
| 2009-11-27 | Coverage. | Chris McDonough | |
| Remove set_security_policies configurator API method. | |||
| 2009-11-27 | renderer -> factory. | Chris McDonough | |
| 2009-11-27 | configurator API docs. | Chris McDonough | |
| 2009-11-27 | Cleanup. | Chris McDonough | |
| 2009-11-27 | Cleanup. | Chris McDonough | |
| 2009-11-27 | Move imports to module scope. | Chris McDonough | |
| 2009-11-27 | ignore import error. | 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 | Rendering. | Chris McDonough | |
| 2009-11-27 | Rendering. | Chris McDonough | |
| 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 | Less verbose. | Chris McDonough | |
| 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 | Add your bug here Malthe or Wiggy. | Chris McDonough | |
| 2009-11-26 | Docs updates. | Chris McDonough | |
