summaryrefslogtreecommitdiff
path: root/repoze/bfg/router.py
AgeCommit message (Expand)Author
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-28- Try checking for an "old style" security policy *after* we parseChris McDonough
2009-05-27- Allow IAuthenticationPolicy and IAuthorizationPolicy to beChris 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-24Simplify constructor.Chris McDonough
2009-05-18FeaturesChris 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-25- You can now override the NotFound and Unauthorized responses thatChris McDonough
2009-01-24- Use a homegrown NotFound error instead of ``webob.HTTPNotFound``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-20# We use 'precooked' Request subclasses that correspond to HTTPChris McDonough
2009-01-18Merge "routesmapper branch" to trunk.Chris McDonough
2009-01-16Do alsoProvides instead of directlyProvides in case the request factoryChris 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-11Better docstrings.Chris McDonough
2009-01-11Make clearer what ``name`` means within the __call__ method.Chris McDonough
2009-01-11Merge router-simplify branch. Changelog below.Chris McDonough
2008-12-09Add context.root to router so the root model can be easily accessed from a viewFernando Correa Neto
2008-11-15Unused import.Chris McDonough
2008-11-02 FeaturesChris McDonough
2008-10-30Unused import.Chris McDonough
2008-10-28 - If the ``render_view_to_response`` function was called, if theChris McDonough
2008-10-03Duplicate import.Chris McDonough
2008-09-30One import per line.Malthe Borch
2008-09-30Formally declare registry attribute.Malthe Borch
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-29Make WSGIApplicationCreatedEvent workChris McDonough
2008-08-29Rejigger and document wsgi app created event.Chris McDonough
2008-08-29We need to dispatch, not notify.Malthe Borch
2008-08-29Added event notification after WSGI application is created and configured.Malthe Borch
2008-08-18 - Generated application differences: ``make_app`` entry pointChris 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-22Provide the entire environment to the traverser (in anticipation of having e....Chris McDonough
2008-07-19 - The concept of "view factories" was removed in favor of alwaysChris McDonough
2008-07-16Doc tweaks.Chris McDonough
2008-07-16Zero in on making docs render properly.Chris McDonough