| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-25 | add a tutorial for converting BFG apps to pyramid | Chris McDonough | |
| 2010-10-25 | convert more docs from bfg to pyramid | Chris McDonough | |
| 2010-10-25 | better descriptions | Chris McDonough | |
| 2010-10-25 | ignore .build | Chris McDonough | |
| 2010-10-25 | docs fixes | Chris McDonough | |
| 2010-10-25 | docs and deprecations | Chris McDonough | |
| 2010-10-25 | convert remainder of docs to use pyramid instead of repoze.bfg | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-10-25 | convert zcml docs to Pyramid | Chris McDonough | |
| 2010-10-25 | convert API docs to Pyramid | Chris McDonough | |
| 2010-10-25 | remove bfgwiki2 old dir | Chris McDonough | |
| 2010-10-25 | adjust wiki2 tutorial for pyramid | Chris McDonough | |
| 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 | |
