| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-12 | Changed some references from pylonshq.com to pylonsproject.org | Blaise Laflamme | |
| 2011-01-09 | update after 1.0a9 made ameliorations to some existing issues that needed ↵ | Chris McDonough | |
| defense | |||
| 2011-01-09 | rework rails section | Chris McDonough | |
| 2011-01-01 | fix url | Chris McDonough | |
| 2011-01-01 | resolve missing reference | Chris McDonough | |
| 2010-12-31 | Typo. | Tres Seaver | |
| 2010-12-27 | wording | Chris McDonough | |
| 2010-12-25 | typo | Danny Navarro | |
| 2010-12-25 | typo | Danny Navarro | |
| 2010-12-24 | add 's' | Chris McDonough | |
| 2010-12-24 | wording | Chris McDonough | |
| 2010-12-24 | wording | Chris McDonough | |
| 2010-12-24 | wording | Chris McDonough | |
| 2010-12-24 | wording | Chris McDonough | |
| 2010-12-24 | add Pyramid Provides More Than One Way to Do It section | Chris McDonough | |
| 2010-12-24 | typo | Chris McDonough | |
| 2010-12-24 | reflow | Chris McDonough | |
| 2010-12-24 | reorganize | Chris McDonough | |
| 2010-12-23 | typo reported by jorge | Chris McDonough | |
| 2010-12-22 | Typo fix, thanks walterl | Blaise Laflamme | |
| 2010-12-18 | model->resource; make docs render without warnings | Chris McDonough | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-20 | remove begin/end | Chris McDonough | |
| 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-08 | pylons -> pylons 1.X, remove unnamed lookup intimation | Chris McDonough | |
| 2010-11-08 | fix typos found by john shipman | Chris McDonough | |
| 2010-11-07 | read -> reads | Chris McDonough | |
| 2010-11-05 | zope is too complex | Chris McDonough | |
| 2010-11-04 | we now do have a sessioning library | Chris McDonough | |
| 2010-11-04 | appease MVC people | Chris McDonough | |
| 2010-11-02 | tweak design defense bfg -> pyramid | Chris McDonough | |
| 2010-10-29 | repoze.bfg -> pyramid | Chris McDonough | |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough | |
| 2010-10-25 | convert remainder of docs to use pyramid instead of repoze.bfg | Chris McDonough | |
| 2010-08-07 | run | Chris McDonough | |
| 2010-08-07 | wording | Chris McDonough | |
| 2010-08-06 | rendering | Chris McDonough | |
| 2010-08-06 | Describe what a microframework is. | Chris McDonough | |
| 2010-08-06 | header | Chris McDonough | |
| 2010-08-06 | Microframework defense. | Chris McDonough | |
| 2010-08-01 | prep for 1.3a7 | Chris McDonough | |
| 2010-07-28 | wording | Chris McDonough | |
| 2010-07-28 | - Added a section named "Zope 3 Enforces 'TTW' Authorization Checks By | Chris McDonough | |
| Default; BFG Does Not" to the "Design Defense" chapter. | |||
| 2010-07-07 | mention 2.7 | Chris McDonough | |
| 2010-07-07 | it does do i18n now | Chris McDonough | |
| 2010-02-20 | removed extra word | Carlos de la Guardia | |
| 2010-01-03 | Features | Chris McDonough | |
| -------- - The ``Configurator.add_view`` method now accepts an argument named ``context``. This is an alias for the older argument named ``for_``; it is preferred over ``for_``, but ``for_`` will continue to be supported "forever". - The ``view`` ZCML directive now accepts an attribute named ``context``. This is an alias for the older attribute named ``for``; it is preferred over ``for``, but ``for`` will continue to be supported "forever". - The ``Configurator.add_route`` method now accepts an argument named ``view_context``. This is an alias for the older argument named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". - The ``route`` ZCML directive now accepts an attribute named ``view_context``. This is an alias for the older attribute named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". Documentation and Paster Templates ---------------------------------- - All uses of the ``Configurator.add_view`` method that used its ``for_`` argument now use the ``context``argument instead. - All uses of the ``Configurator.add_route`` method that used its ``view_for`` argument now use the ``view_context``argument instead. - All uses of the ``view`` ZCML directive that used its ``for`` attribute now use the ``context`` attribute instead. - All uses of the ``route`` ZCML directive that used its ``view_for`` attribute now use the ``view_context`` attribute instead. | |||
| 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 | |
