| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-10 | add comma | Casey Duncan | |
| 2010-12-10 | clarify reponse.status/status_int | Casey Duncan | |
| 2010-12-10 | remove extraneous space, change against to with | Casey Duncan | |
| 2010-12-10 | like to e.g., add comma, add a | Casey Duncan | |
| 2010-12-10 | add comma | Casey Duncan | |
| 2010-12-10 | fix space before comma | Casey Duncan | |
| 2010-12-05 | Add the other useful webob URL attributes. | Ben Bangert | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-11-02 | - Remove references to 'WebOb' Response and just call it 'Response', and note | Chris McDonough | |
| that it is imported from pyramid. API docs can mention its inheritance from webob (aka "Provide a webob.Response class facade for forward compat"). | |||
| 2010-10-29 | pylons paster templates | Chris McDonough | |
| 2010-10-28 | sessioning docs | Chris McDonough | |
| 2010-10-25 | add httpexceptions docs | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-10-13 | point at request API docs | Chris McDonough | |
| 2010-09-05 | Documentation | Chris McDonough | |
| ------------- - Add an API chapter for the ``repoze.bfg.request`` module, which includes documentation for the ``repoze.bfg.request.Request`` class (the "request object"). - Modify the "Request and Response" narrative chapter to reference the new ``repoze.bfg.request`` API chapter. Some content was moved from this chapter into the API documentation itself. Features -------- - A new ``repoze.bfg.request.Request.add_response_callback`` API has been added. This method is documented in the new ``repoze.bfg.request`` API chapter. It can be used to influence response values before a concrete response object has been created. Internal -------- - The (internal) feature which made it possible to attach a ``global_response_headers`` attribute to the request (which was assumed to contain a sequence of header key/value pairs which would later be added to the response by the router), has been removed. The functionality of ``repoze.bfg.request.Request.add_response_callback`` takes its place. | |||
| 2010-03-20 | fixes for webob chapter | Carlos de la Guardia | |
| 2010-01-19 | Bug Fixes | Chris McDonough | |
| --------- - When the ``Configurator`` is passed an instance of ``zope.component.registry.Components`` as a ``registry`` constructor argument, fix the instance up to have the attributes we expect of an instance of ``repoze.bfg.registry.Registry`` when ``setup_registry`` is called. This makes it possible to use the global Zope component registry as a BFG application registry. Documentation ------------- - Change renderings of ZCML directive documentation. - Add a narrative documentation chapter: "Using the Zope Component Architecture in ``repoze.bfg``" | |||
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-16 | Traversal mini-overhaul. | Chris McDonough | |
| 2010-01-16 | Massive overhaul to deal with the reality that we don't map URLs directly to ↵ | Chris McDonough | |
| code. | |||
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2009-12-30 | Less restrictive license; add Ian attribution. | Chris McDonough | |
| 2009-12-28 | Fix margin overruns. | Chris McDonough | |
| 2009-12-28 | Fix overlong lines. | Chris McDonough | |
| 2009-12-28 | Adjust for 7.5x9.25in output. | Chris McDonough | |
| 2009-12-27 | - Added manual index entries to generated index. | Chris McDonough | |
| 2009-12-27 | Rendering cleanups. | Chris McDonough | |
| 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-24 | Roles. | Chris McDonough | |
| 2009-12-09 | Refactor. | Chris McDonough | |
| 2009-11-14 | Spellcheck. | Chris McDonough | |
| 2009-10-19 | Refer to webob chapter in glossary. | Chris McDonough | |
| 2009-10-19 | - Add a chapter titled "Request and Response" to the narrative | Chris McDonough | |
| documentation, content cribbed from the WebOb documentation. | |||
