| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-13 | - Get rid of references to repoze.bfg.router.Router. | Chris McDonough | |
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2009-12-24 | Roles. | Chris McDonough | |
| 2009-12-09 | - General documentation freshening which takes imperative | Chris McDonough | |
| configuration into account in more places and uses glossary references more liberally. | |||
| 2009-11-02 | - Add a new event type: ``repoze.bfg.events.AfterTraversal``. Events | Chris McDonough | |
| of this type will be sent after traversal is completed, but before any view code is invoked. Like ``repoze.bfg.events.NewRequest``, This event will have a single attribute: ``request`` representing the current request. Unlike the request attribute of ``repoze.bfg.events.NewRequest`` however, during an AfterTraversal event, the request object will possess attributes set by the traverser, most notably ``context``, which will be the context used when a view is found and invoked. The interface ``repoze.bfg.events.IAfterTraversal`` can be used to subscribe to the event. For example:: <subscriber for="repoze.bfg.interfaces.IAfterTraversal" handler="my.app.handle_after_traverse"/> Like any framework event, a subscriber function should expect one parameter: ``event``. | |||
| 2008-10-02 | Make sure the IWSGIApplicationCreatedEvent interface actually implements the ↵ | Malthe Borch | |
| contract (and test this). | |||
| 2008-08-29 | Rejigger and document wsgi app created event. | Chris McDonough | |
| 2008-07-31 | - Add event sends for INewRequest and INewResponse. See the | Chris McDonough | |
| events.rst chapter in the documentation's ``api`` directory. | |||
