| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-29 | - New API methods in ``pyramid.session``: ``signed_serialize`` and | Chris McDonough | |
| ``signed_deserialize``. | |||
| 2010-10-29 | indexing | Chris McDonough | |
| 2010-10-29 | indexing | Chris McDonough | |
| 2010-10-29 | note pyramid_beaker | Chris McDonough | |
| 2010-10-29 | repoze.bfg -> pyramid | Chris McDonough | |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough | |
| 2010-10-29 | remove modified attr from interface | Chris McDonough | |
| 2010-10-29 | pylons paster templates | Chris McDonough | |
| 2010-10-28 | sessioning docs | Chris McDonough | |
| 2010-10-28 | add sessioning interfaces, configuration API, and a sample implementation ↵ | Chris McDonough | |
| that uses cookies | |||
| 2010-10-28 | merge static view bugfixes/features from bfg trunk | Chris McDonough | |
| 2010-10-26 | forward port of bugfix from bfg trunk | Chris McDonough | |
| 2010-10-26 | add handler code | Chris McDonough | |
| 2010-10-26 | readd make_app (karl depends on it) | Chris McDonough | |
| 2010-10-25 | add httpexceptions docs | Chris McDonough | |
| 2010-10-25 | qualify development type | Chris McDonough | |
| 2010-10-25 | speling | Chris McDonough | |
| 2010-10-25 | wording | Chris McDonough | |
| 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 | 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 | first cut at converting bfg to pyramid | 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 | 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-09-30 | work up | Chris McDonough | |
| 2010-09-30 | prep for 1.3a15 | Chris McDonough | |
| 2010-09-15 | prep for 1.3a14 | 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 | 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. | |||
