| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-09 | the configure_zcml setting is no longer a feature of the framework | Chris McDonough | |
| 2010-11-03 | de-zcml-ify various chapters and move ZCML to the declarative chapter | Chris McDonough | |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-03-26 | quick fixes for chapter | Carlos de la Guardia | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 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-27 | - Added manual index entries to generated index. | Chris McDonough | |
| 2009-12-22 | Use roles. | Chris McDonough | |
| 2009-11-26 | Docs updates. | Chris McDonough | |
| 2009-11-24 | Docs updates. | Chris McDonough | |
| 2009-11-22 | Rendering tweaks. | Chris McDonough | |
| 2009-11-14 | Spellcheck. | Chris McDonough | |
| 2009-11-14 | - Improve the "Extending an Existing Application" narrative chapter. | Chris McDonough | |
| 2009-11-06 | Update slightly. | Chris McDonough | |
| 2009-09-26 | Added missing word found by Stephen Waterbury | Carlos de la Guardia | |
| 2009-07-04 | Wording changes. | Chris McDonough | |
| 2009-07-03 | (no commit message) | Chris McDonough | |
| 2009-07-03 | Wording. | Chris McDonough | |
| 2009-07-03 | General editing walkthrough. | Chris McDonough | |
| 2009-07-02 | Reorder. | Chris McDonough | |
| 2009-07-02 | Typo. | Chris McDonough | |
| 2009-07-02 | - Added an "Extending" chapter to the narrative documentation which | Chris McDonough | |
| explains how to extend or modify an existing BFG application using another Python package and ZCML. | |||
