| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-27 | Attempt to fix issue #193 by setting mako default filter to 'h'. | Michael Merickel | |
| 2011-05-25 | add notifications for new feature | Chris McDonough | |
| 2011-05-14 | template -> scaffold | Chris McDonough | |
| 2011-05-14 | add 'What's new In Pyramid 1.1' document | Chris McDonough | |
| 2010-10-25 | convert remainder of docs to use pyramid instead of repoze.bfg | Chris McDonough | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-16 | Massive overhaul to deal with the reality that we don't map URLs directly to ↵ | Chris McDonough | |
| code. | |||
| 2009-12-25 | Fix syntax errors found via manuel, and add manuel-style markers to prevent | Chris McDonough | |
| untestable code blocks from being tested. | |||
| 2009-12-25 | Normalize code blocks. | Chris McDonough | |
| 2009-12-23 | Thread locals chapter roles. | Chris McDonough | |
| 2009-11-18 | Another topic. | Chris McDonough | |
| 2009-11-14 | Speling. | Chris McDonough | |
| 2009-11-14 | Spellcheck. | Chris McDonough | |
| 2009-11-06 | - ``repoze.bfg.testing.registerRoutesMapper`` testing facility added. | Chris McDonough | |
| This testing function registers a routes "mapper" object in the registry, for tests which require its presence. This function is documented in the ``repoze.bfg.testing`` API documentation. | |||
| 2009-11-04 | Tweak. | Chris McDonough | |
| 2009-11-04 | (no commit message) | Chris McDonough | |
| 2009-11-04 | Gah. | Chris McDonough | |
| 2009-11-04 | Note bw incompat. | Chris McDonough | |
| 2009-11-02 | Typos. | Chris McDonough | |
| 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``. | |||
| 2009-11-02 | (no commit message) | Chris McDonough | |
| 2009-11-02 | (no commit message) | Chris McDonough | |
| 2009-11-02 | - "What's New in ``repoze.bfg`` 1.1" document added to narrative | Chris McDonough | |
| documentation. - Minor typo fixes. | |||
