| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-02 | add i.e., fix typo | Casey Duncan | |
| 2010-12-02 | remove double negative | Casey Duncan | |
| 2010-12-02 | remove word which | Casey Duncan | |
| 2010-11-30 | simplify paragraph about default renderers | Casey Duncan | |
| 2010-11-30 | simplify paragraph about dotted view names | Casey Duncan | |
| 2010-11-30 | break up run-on | Casey Duncan | |
| 2010-11-30 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-11-29 | add commas | Casey Duncan | |
| 2010-11-29 | minor reword for smoother flow | Casey Duncan | |
| 2010-11-29 | add add | Casey Duncan | |
| 2010-11-29 | add comma | Casey Duncan | |
| 2010-11-29 | add reminder to add info/link about mako inheritance | Casey Duncan | |
| 2010-11-29 | add comma | Casey Duncan | |
| 2010-11-29 | reword paragraph for clarity | Casey Duncan | |
| 2010-11-29 | reword sentence | Casey Duncan | |
| 2010-11-29 | simplify sentence | Casey Duncan | |
| 2010-11-29 | deredundify sentence | Casey Duncan | |
| 2010-11-29 | simplify sentence | Casey Duncan | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-28 | Add note about httpexceptions not typically being raised | Casey Duncan | |
| 2010-11-28 | add comma | Casey Duncan | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 2010-11-28 | If => Since | Casey Duncan | |
| 2010-11-28 | A => an | Casey Duncan | |
| 2010-11-28 | Move Context-And-Request View Callable Definitions to a sidebar | Casey Duncan | |
| Remove earlier mentions of this alternate calling convention to avoid confusion | |||
| 2010-11-27 | remove lie about json renderer calling view result | Casey Duncan | |
| 2010-11-27 | remove quotes for consistency | Casey Duncan | |
| 2010-11-27 | add comma | Casey Duncan | |
| 2010-11-27 | reword paragraph about view callable return values | Casey Duncan | |
| 2010-11-27 | lose the word 'named' | Casey Duncan | |
| 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-07 | Minor documentation fixes. | Marius Gedminas | |
| 2010-11-04 | move declarative view docs to the declarative chapter | Chris McDonough | |
| 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-11-01 | document IRendererInfo in API docs | Chris McDonough | |
| 2010-11-01 | for performance reasons (to avoid unnecessary ZCA lookups), pass the helper ↵ | Chris McDonough | |
| object itself to a renderer rather than a dictionary derivation) | |||
| 2010-10-31 | pass settings to renderer factory, as most template renderers need to look ↵ | Chris McDonough | |
| at at least one setting to determine how to do rendering | |||
| 2010-10-31 | - Renderer factories now accept a *dictionary* rather than an absolute resource | Chris McDonough | |
| specification or an absolute path. The dictonary contains the following keys: ``name`` (the ``renderer=`` value), ``package`` (the 'current package' when the renderer configuration statement was found), ``type``: the renderer type, and ``registry``: the current registry. Third-party ``repoze.bfg`` renderer implementations that must be ported to Pyramid will need to account for this. This change was made to support more flexible Mako template rendering. | |||
| 2010-10-30 | Adding Mako environment variables. | Ben Bangert | |
| 2010-10-29 | First set of Mako docs for narrative. | Ben Bangert | |
| 2010-10-29 | docs rendering | Chris McDonough | |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough | |
| 2010-10-25 | add httpexceptions docs | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-10-14 | typo | Chris McDonough | |
| 2010-10-13 | point at request API docs | Chris McDonough | |
| 2010-10-08 | tweak | Chris McDonough | |
| 2010-10-08 | rearrange | Chris McDonough | |
| 2010-10-08 | be more explicit about responses earlier | Chris McDonough | |
| 2010-09-15 | Features | Chris McDonough | |
| -------- - Compatibility with WebOb 1.0. Requirements ------------ - Now requires WebOb >= 1.0. Backwards Incompatibilities --------------------------- - Due to changes introduced WebOb 1.0, the ``repoze.bfg.request.make_request_ascii`` event subscriber no longer works, so it has been removed. This subscriber was meant to be used in a deployment so that code written before BFG 0.7.0 could run unchanged. At this point, such code will need to be rewritten to expect Unicode from ``request.GET``, ``request.POST`` and ``request.params`` or it will need to be changed to use ``request.str_POST``, ``request.str_GET`` and/or ``request.str_params`` instead of the non-``str`` versions of same, as the non-``str`` versions of the same APIs always now perform decoding to Unicode. | |||
