summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-24Roles.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-24Imperative and roles.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-23Thread locals chapter roles.Chris McDonough
2009-12-23Roles.Chris McDonough
Explain use of renderers (somewhat redundantly) in the templates chapter.
2009-12-23- The ``repoze.bfg.testing.registerRoutesMapper`` API (added in anChris McDonough
early 1.2 alpha) was deprecated. Its import now generates a deprecation warning. - Docs roles.
2009-12-23- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``Chris McDonough
API. - Add roles to configurator API docs.
2009-12-23Better roles.Chris McDonough
2009-12-23Better roles.Chris McDonough
2009-12-23(no commit message)Chris McDonough
2009-12-23- Added the ``repoze.bfg.authentication``,Chris McDonough
``repoze.bfg.authorization``, and ``repoze.bfg.interfaces`` modules to API documentation.
2009-12-23Roles and imperative documentation for security policy config.Chris McDonough
2009-12-23Roles.Chris McDonough
2009-12-23(no commit message)Chris McDonough
2009-12-23Not role.Chris McDonough
2009-12-23Roles.Chris McDonough
Add description of override_resource.
2009-12-22Roles.Chris McDonough
2009-12-22Roles.Chris McDonough
2009-12-22Roles.Chris McDonough
2009-12-22Roles.Chris McDonough
2009-12-22Use roles.Chris McDonough
2009-12-22Use roles.Chris McDonough
2009-12-22Use roles.Chris McDonough
2009-12-22Docs.Chris McDonough
2009-12-22(no commit message)Chris McDonough
2009-12-22Use :meth:, :func:, and :class: appropriately for configuration-related docs.Chris McDonough
2009-12-21- The ``json`` renderer failed to set the response content type toChris McDonough
``application/json``. It now does, by setting ``request.response_content_type`` unless this attribute is already set. - The ``string`` renderer failed to set the response content type to ``text/plain``. It now does, by setting ``request.response_content_type`` unless this attribute is already set.
2009-12-21Wrong weight value for last predicate.Chris McDonough
2009-12-21Unused imports.Chris McDonough
2009-12-21Use renderer.Chris McDonough
2009-12-20- Add a ``**kw`` arg to the ``Configurator.add_settings`` API.Chris McDonough
2009-12-20Use add_route for testing.registerRoute.Chris McDonough
2009-12-20Prep for 1.2a7.Chris McDonough
2009-12-20Document presence of the registry attribute.Chris McDonough
2009-12-20Removed.Chris McDonough
2009-12-20(no commit message)Chris McDonough
2009-12-20Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter ↵Chris McDonough
and config.registry.registerUtility will work).
2009-12-20Fix tutorial as per bug noticed by Neill Cox.Chris McDonough
2009-12-20H.Chris McDonough
2009-12-19Revise unittesting documentation to use new configurator APIs.Chris McDonough
2009-12-19- Add four new testing-related APIs to theChris McDonough
``repoze.bfg.configuration.Configurator`` class: ``testing_securitypolicy``, ``testing_models``, ``testing_add_subscriber``, and ``testing_add_template``. These were added in order to provide more direct access to the functionality of the ``repoze.bfg.testing`` APIs named ``registerDummySecurityPolicy``, ``registerModels``, ``registerEventListener``, and ``registerTemplateRenderer`` when a configurator is used. The ``testing`` APIs named are nominally deprecated (although they will likely remain around "forever", as they are in heavy use in the wild). - Doc-deprecated most helper functions in the ``repoze.bfg.testing`` module. These helper functions likely won't be removed any time soon, nor will they generate a warning any time soon, due to their heavy use in the wild, but equivalent behavior exists in methods of a Configurator.
2009-12-19- Add a new API to the ``repoze.bfg.configuration.Configurator``Chris McDonough
class: ``add_settings``. This API can be used to add "settings" (information returned within via the ``repoze.bfg.settings.get_settings`` API) after the configurator has been initially set up. This is most useful for testing purposes.
2009-12-19Add notes about nominal deprecations.Chris McDonough
2009-12-19- Add two new APIs to the ``repoze.bfg.configuration.Configurator``Chris McDonough
class: ``add_adapter`` and ``add_utility``. These, respectively, perform the same functions as the ``registerAdapter`` and ``registerUtility`` functions of a ZCA registry. They were added to allow for a more consistent testing API for applications that make use of the ZCA directly. - Cause the ``adapter``, ``utility``, and ``subscriber`` ZCML directives to use a ``Configurator`` instance and associated configurator APIs rather than a ZCA registry directly.
2009-12-19Wording.Chris McDonough
2009-12-19Wording.Chris McDonough
2009-12-19Note insertion version.Chris McDonough
2009-12-19More docs.Chris McDonough