summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests
AgeCommit message (Expand)Author
2009-01-11Merge router-simplify branch. Changelog below.Chris McDonough
2009-01-07Add a 'post' argument to the DummyRequest ctor.Tres Seaver
2009-01-07Add better testing for DummyRequest; fix a bug in cookie init.Tres Seaver
2009-01-07- Add a method named ``assert_`` to the DummyTemplateRenderer. ThisChris McDonough
2009-01-06Test with seq and dict; use a unicode val with a space in it for maximum deli...Chris McDonough
2009-01-06- The ``repoze.bfg.registry.get_options`` callable used to return onlyChris McDonough
2009-01-06 - A ``static`` helper class was added to the ``repoze.bfg.views``Chris McDonough
2009-01-05 New ModulesChris McDonough
2008-12-23 - The BFG ``view`` ZCML directive no longer callsChris McDonough
2008-12-21 Backwards Incompatibilities (Major)Chris McDonough
2008-12-18 - Speed up ``traversal.model_url`` execution by using a custom urlChris McDonough
2008-12-17 - In the past, during traversal, the ModelGraphTraverser (theChris McDonough
2008-12-14 Backwards IncompatibilitiesChris McDonough
2008-12-09Test that root is available on request.Chris McDonough
2008-12-07 - Remove the ``ITestingTemplateRenderer`` interface. WhenChris McDonough
2008-12-05Add tests for /adapts cases.Chris McDonough
2008-12-05The adaptation annotation scheme does not work with old-style classes.Malthe Borch
2008-12-05Check in failing test.Chris McDonough
2008-11-19 - Add __delitem__ method to ``testing.DummyModel``.Chris McDonough
2008-11-19 - Add ``keys``, ``items``, and ``values`` methods toChris McDonough
2008-11-19 - Fix ModelGraphTraverser; don't try to change the ``__name__`` orChris McDonough
2008-11-17 - Add chameleon text template API (chameleon ${name} renderingsChris McDonough
2008-11-16Add r.bfg.convention support to pushpage decorator.Chris McDonough
2008-11-12 - ``repoze.bfg.traversal.model_url`` now always appends a slash toChris McDonough
2008-11-11 - Allow ``testing.registerEventListener`` to be used with Zope 3Chris McDonough
2008-11-10 - The ``model_path`` and ``model_url`` traversal APIs returned theChris McDonough
2008-11-10 FeaturesChris McDonough
2008-11-09registerTemplateRenderer -> registerDummyRendererChris McDonough
2008-11-09Minor tweaks.Chris McDonough
2008-11-08Get rid of BFGTestCase base class: use only functions.Chris McDonough
2008-11-08registerTemplate -> registerDummyTemplateChris McDonough
2008-11-08Add makeRequest API.Chris McDonough
2008-11-07 FeaturesChris McDonough
2008-11-02 - Fix bug where default deny in authorization check would throw aChris McDonough
2008-11-02 - Not passing the result of "get_options" as the second argument ofChris McDonough
2008-11-02 FeaturesChris McDonough
2008-11-01 - Expose a single ILogger named "repoze.bfg.debug" as a utility;Chris McDonough
2008-10-28 - If the ``render_view_to_response`` function was called, if theChris McDonough
2008-10-03 Docs Chris McDonough
2008-10-02Fix failing class_implements test, add object implements test.Chris McDonough
2008-10-02Make sure the IWSGIApplicationCreatedEvent interface actually implements the ...Malthe Borch
2008-09-28 - A deprecation warning is now issued when old API names from theChris McDonough
2008-09-28 FeaturesChris McDonough
2008-09-26Move to Chameleon.Chris McDonough
2008-09-21 - Add ``principals_allowed_by_permission`` API to security module.Chris McDonough
2008-09-17 - Routes URL dispatch did not have access to the WSGI environment,Chris McDonough
2008-09-08 - ``repoze.bfg.traversal.find_model`` function did not functionChris McDonough
2008-09-04 - Allow configuration cache to be bypassed by actions which includeChris McDonough
2008-09-01Add render_view function.Chris McDonough
2008-09-01 - New API module: ``repoze.bfg.view``. This module contains the functionsChris McDonough