| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2009-11-26 | Trying to determine what the real bug is. | Chris McDonough | |
| 2009-11-26 | - When two views were registered with the same ``accept`` argument, | Chris McDonough | |
| but were otherwise registered with the same arguments, if a request entered the application which had an ``Accept`` header that accepted *either* of the media types defined by the set of views registered with predicates that otherwise matched, a more or less "random" one view would "win". Now, we try harder to use the view callable associated with the view configuration that has the most specific ``accept`` argument. Thanks to Alberto Valverde for an initial patch. | |||
| 2009-11-25 | Import from the right place. | Chris McDonough | |
| 2009-11-25 | We need to hook the zca before loading ZCML. | Chris McDonough | |
| 2009-11-25 | Make sure the event implements. | Chris McDonough | |
| 2009-11-25 | Import from the right package. | Chris McDonough | |
| 2009-11-25 | This isn't really an object event in the sense that it is sent to an object ↵ | Chris McDonough | |
| event listener. | |||
| 2009-11-25 | Don't depend on adaptedBy. | Chris McDonough | |
| 2009-11-25 | Don't hook getSiteManager during ZCML load (honor constructor argument only). | Chris McDonough | |
