| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-25 | rename bfgwiki to wiki | Chris McDonough | |
| 2010-10-25 | rename bfgwiki to wiki | Chris McDonough | |
| 2010-10-25 | convert bfgwiki tutorial to pyramid | Chris McDonough | |
| 2010-10-25 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2010-10-25 | shorten | Chris McDonough | |
| 2010-10-25 | simplify zcml replacement | Chris McDonough | |
| 2010-10-25 | Add http exception facade. | Ben Bangert | |
| 2010-10-25 | fix paster templates | Chris McDonough | |
| 2010-10-25 | fix ZCML too | Chris McDonough | |
| 2010-10-25 | ignore env26 | Chris McDonough | |
| 2010-10-25 | add 2to3 fixer script for repoze.bfg imports | Chris McDonough | |
| 2010-10-25 | remove repoze directory | Chris McDonough | |
| 2010-10-25 | first cut at converting bfg to pyramid | Chris McDonough | |
| 2010-10-25 | first pass at converting bfg to pyramid namespace | Chris McDonough | |
| 2010-10-22 | add todo items from Vegas meeting | Chris McDonough | |
| 2010-10-21 | - When a renderer factory could not be found, a misleading error | Chris McDonough | |
| message was raised if the renderer name was not a string. | |||
| 2010-10-19 | note dotted-name-acceptance | Chris McDonough | |
| 2010-10-14 | long lines | Chris McDonough | |
| 2010-10-14 | long line | Chris McDonough | |
| 2010-10-14 | typo | Chris McDonough | |
| 2010-10-14 | update | Chris McDonough | |
| 2010-10-13 | (no commit message) | Chris McDonough | |
| 2010-10-13 | merge tutorialfix branch | Chris McDonough | |
| 2010-10-13 | point at request API docs | Chris McDonough | |
| 2010-10-12 | double however | 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-10-01 | wording | Chris McDonough | |
| 2010-09-30 | work up | Chris McDonough | |
| 2010-09-30 | prep for 1.3a15 | Chris McDonough | |
| 2010-09-30 | rendering | Chris McDonough | |
| 2010-09-30 | rendering | Chris McDonough | |
| 2010-09-30 | rendering | Chris McDonough | |
| 2010-09-28 | prevent pyflakes complaints | Chris McDonough | |
| 2010-09-24 | - The ``repoze.bfg.traversal.traversal_path`` API now eagerly attempts | Chris McDonough | |
| to encode a Unicode ``path`` into ASCII before attempting to split it and decode its segments. This is for convenience, effectively to allow a (stored-as-Unicode-in-a-database, or retrieved-as-Unicode-from-a-request-parameter) Unicode path to be passed to ``find_model``, which eventually internally uses the ``traversal_path`` function under the hood. In version 1.2 and prior, if the ``path`` was Unicode, that Unicode was split on slashes and each resulting segment value was Unicode. An inappropriate call to the ``decode()`` method of a resulting Unicode path segment could cause a ``UnicodeDecodeError`` to occur even if the Unicode representation of the path contained no 'high order' characters (it effectively did a "double decode"). By converting the Unicode path argument to ASCII before we attempt to decode and split, genuine errors will occur in a more obvious place while also allowing us to handle (for convenience) the case that it's a Unicode representation formed entirely from ASCII-compatible characters. | |||
| 2010-09-15 | prep for 1.3a14 | Chris McDonough | |
| 2010-09-15 | coverage | 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. | |||
| 2010-09-14 | garden | Chris McDonough | |
| 2010-09-14 | - If an exception view was registered through the legacy | Chris McDonough | |
| ``set_notfound_view`` or ``set_forbidden_view`` APIs, the context sent to the view was incorrect (could be ``None`` inappropriately). | |||
| 2010-09-14 | is not None | Chris McDonough | |
| 2010-09-14 | gardening | Chris McDonough | |
| 2010-09-14 | prep for 1.3a13 | Chris McDonough | |
| 2010-09-14 | - The ``add_route`` method of a Configurator now accepts a | Chris McDonough | |
| ``pregenerator`` argument. The pregenerator for the resulting route is called by ``route_url`` in order to adjust the set of arguments passed to it by the user for special purposes, such as Pylons 'subdomain' support. It will influence the URL returned by ``route_url``. See the ``repoze.bfg.interfaces.IRoutePregenerator`` interface for more information. | |||
| 2010-09-13 | gardening | Chris McDonough | |
| 2010-09-13 | documentation renderings | Chris McDonough | |
| 2010-09-13 | glossary name | Chris McDonough | |
| 2010-09-13 | - Call response callbacks *after* INewResponse event. | Chris McDonough | |
| - Rearrange router logic so that start_response is not called until there is no chance of an exception occurring. | |||
| 2010-09-13 | allow callbacks to add other callbacks | Chris McDonough | |
