summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_router.py
AgeCommit message (Expand)Author
2009-09-30- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor ofChris McDonough
2009-09-23- Speed up ``repoze.bfg.traversal.model_path``.Chris McDonough
2009-09-22Minor readability changes.Chris McDonough
2009-09-20- Speed: do not register an ITraverserFactory in configure.zcml;Chris McDonough
2009-09-06Merge multiview2 branch to HEAD.Chris McDonough
2009-08-28Coverage.Chris McDonough
2009-08-14- Move (non-API) default_view, default_forbidden_view, andChris McDonough
2009-07-03- Fix ``configure_zcml`` filespec check on Windows. Previously if anChris McDonough
2009-07-02Allow ``zcml_configure`` value to override the package.Chris McDonough
2009-07-02- Allow a Paste config file (``configure_zcml``) value or anChris McDonough
2009-07-01- Deprecate the ``authentication_policy`` and ``authorization_policy``Chris McDonough
2009-06-19- Move BBB logic for registering anChris McDonough
2009-06-19- A new ZCML directive was added named ``notfound``. This ZCMLChris McDonough
2009-06-15- Make 404 responses slightly cheaper by showingChris McDonough
2009-06-11# provide backwards compatibility for applications whichChris McDonough
2009-06-11Merge unifyroutesandtraversal branch into trunkChris McDonough
2009-06-02- Add API named ``repoze.bfg.settings.get_settings`` which retrieves aChris McDonough
2009-06-01- It was not possible to register a custom ``IRoutesContextFactory``Chris McDonough
2009-05-31- The error presented when a view invoked by the router returns aChris McDonough
2009-05-31FeaturesChris McDonough
2009-05-31- Renamed ``repoze.bfg.interfaces.IForbiddenResponseFactory`` toChris McDonough
2009-05-27Merge authchanges branch to trunk.Chris McDonough
2009-05-26Revert all work towards creating a "forbidden" API on the security policy; I'...Chris McDonough
2009-05-25Make sure the default forbidden response (when a secpol has no ``forbidden``)...Chris McDonough
2009-05-25IForbiddenAppFactory -> IForbiddenResponseFactory.Chris McDonough
2009-05-25Change the semantics of IForbiddenAppFactory.Chris McDonough
2009-05-24FeaturesChris McDonough
2009-05-18FeaturesChris McDonough
2009-05-05Get rid of direct dependency on zope.testing by creating our own addCleanUp a...Chris McDonough
2009-04-16- The interface for ``repoze.bfg.interfaces.ITraverser`` and theChris McDonough
2009-01-25Do an end-run around webob.Request.__setitem__ until it gets sped up.Chris McDonough
2009-01-25Test coverage.Chris McDonough
2009-01-24Behavior ChangesChris McDonough
2009-01-20- Tease out an extra 4% performance boost by changing the Router;Chris McDonough
2009-01-18Merge "routesmapper branch" to trunk.Chris McDonough
2009-01-15Clean up unused stuff.Chris McDonough
2009-01-15Test coverage.Chris McDonough
2009-01-15- Instead of invariably using ``webob.Request`` as the "requestChris McDonough
2009-01-12- An interface specific to the HTTP verb (GET/PUT/POST/DELETE/HEAD) isChris McDonough
2009-01-12- Make the (internal) thread local registry manager maintain a stackChris McDonough
2009-01-11Merge router-simplify branch. Changelog below.Chris McDonough
2008-12-09Test that root is available on request.Chris McDonough
2008-11-02 FeaturesChris McDonough
2008-09-01 - New API module: ``repoze.bfg.view``. This module contains the functionsChris McDonough
2008-08-30Make WSGIApplicationEvent test work again.Chris McDonough
2008-08-29Added event notification after WSGI application is created and configured.Malthe Borch
2008-08-24 - Remove ``sampleapp`` sample application from bfg package itself.Chris McDonough
2008-08-12Fix ITraverserFactory lookup; release 0.2.9.Chris McDonough
2008-07-31 - Add event sends for INewRequest and INewResponse. See theChris McDonough
2008-07-19 - The concept of "view factories" was removed in favor of alwaysChris McDonough