| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-08 | Merge branch '1.0a8' of https://github.com/tomlikestorock/pyramid into ↵ | Chris McDonough | |
| tomlikestorock-1.0a8 | |||
| 2011-01-08 | fixing typo | tomlikestorock | |
| 2011-01-03 | edit much ado chapter | Chris McDonough | |
| 2010-12-31 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-12-29 | Whitespace bigotry. | Marius Gedminas | |
| 2010-12-29 | Markup fix. | Marius Gedminas | |
| 2010-12-27 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-12-23 | note __resource_url__ requirements | Chris McDonough | |
| 2010-12-21 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-12-21 | add missing space | Casey Duncan | |
| 2010-12-21 | remove word typically to improve flow | Casey Duncan | |
| 2010-12-21 | stray and | Chris McDonough | |
| 2010-12-20 | make it clear that leaf resource's __getitem__ must always raise KeyError | Casey Duncan | |
| 2010-12-20 | reword, reorder paragraph for clarity | Casey Duncan | |
| 2010-12-20 | promote parenthetical to an actual sentence, minor reword | Casey Duncan | |
| 2010-12-21 | - Added "Finding the Root Resource" to Resources narrative chapter. | Chris McDonough | |
| - Added "Finding a Resource With a Class or Interface in Lineage" to Resources narrative chapter. | |||
| 2010-12-20 | - Added "Obtaining the Lineage of a Resource" to the Resources narrative | Chris McDonough | |
| chapter. - Added "Determining if a Resource is In The Lineage of Another Resource" to Resources narrative chapter. | |||
| 2010-12-20 | Features | Chris McDonough | |
| -------- - If a resource implements a ``__resource_url__`` method, it will be called as the result of invoking the ``pyramid.url.resource_url`` function to generate a URL, overriding the default logic. See the new "Generating The URL Of A Resource" section within the Resources narrative chapter. Documentation ------------- - Added "Generating The URL Of A Resource" section to the Resources narrative chapter (includes information about overriding URL generation using ``__resource_url__``). - Added "Generating the Path To a Resource" section to the Resources narrative chapter. - Added "Finding a Resource by Path" section to the Resources narrative chapter. | |||
| 2010-12-20 | rearrange and add example resource tree | Chris McDonough | |
| 2010-12-18 | model->resource; make docs render without warnings | Chris McDonough | |
| 2010-12-18 | model -> resource; resource -> asset | Chris McDonough | |
| 2010-12-09 | Merge branch 'twophase' | Chris McDonough | |
| Conflicts: pyramid/configuration.py | |||
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-12-07 | remove misleading section from resources docs | Chris McDonough | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 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-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-03-28 | quick fixes | 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-17 | Section header fixes. | Chris McDonough | |
| 2009-12-27 | - Added manual index entries to generated index. | Chris McDonough | |
| 2009-12-26 | - Created new top-level documentation section: "ZCML Directives". | Chris McDonough | |
| This section contains detailed ZCML directive information, some of which was removed from various narrative chapters. | |||
| 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-23 | Not role. | Chris McDonough | |
| 2009-12-23 | Roles. | Chris McDonough | |
| Add description of override_resource. | |||
| 2009-07-05 | Spellcheck. | 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. | |||
| 2009-07-02 | - Added a "Resources" chapter to the narrative documentation which | Chris McDonough | |
| explains how to override resources within one package from another package. | |||
