| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-27 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-12-27 | remove inappropriate use of begin/end | Chris McDonough | |
| 2010-12-27 | remove unnecessary use of begin/end | Chris McDonough | |
| 2010-12-27 | wording | Chris McDonough | |
| 2010-12-27 | - Reconcile "extending an existing application" chapter with existence of | Chris McDonough | |
| "advanced configuration" chapter. | |||
| 2010-12-26 | wording | Chris McDonough | |
| 2010-12-26 | wording | Chris McDonough | |
| 2010-12-26 | explain relative asset spec | Chris McDonough | |
| 2010-12-26 | wording | Chris McDonough | |
| 2010-12-26 | wording | Chris McDonough | |
| 2010-12-26 | - Merge "Static Assets" chapter into the "Assets" chapter. | Chris McDonough | |
| 2010-12-26 | reorder chapter | Chris McDonough | |
| 2010-12-26 | remove unused import | Chris McDonough | |
| 2010-12-26 | - Move ZCML usage in Hooks chapter to Declarative Configuration chapter. | Chris McDonough | |
| 2010-12-24 | fix permission discussion | Chris McDonough | |
| 2010-12-24 | - Changed "Static Assets" narrative chapter: clarify that ``name`` represents | Chris McDonough | |
| a prefix unless it's a URL, added an example of a root-relative static view fallback for URL dispatch, added an example of creating a simple view that returns the body of a file. | |||
| 2010-12-24 | internal ordering | Chris McDonough | |
| 2010-12-24 | internal ordering | Chris McDonough | |
| 2010-12-24 | fix | Chris McDonough | |
| 2010-12-24 | - Added "Advanced Configuration" narrative chapter which documents how to | Chris McDonough | |
| deal with configuration conflicts, two-phase configuration, ``include`` and ``commit``. | |||
| 2010-12-23 | note __resource_url__ requirements | Chris McDonough | |
| 2010-12-22 | Changed my mind. Never pop the CSRF token. Leave it around until | Chris McDonough | |
| a new one replaces it. | |||
| 2010-12-22 | - The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it | Chris McDonough | |
| is based on scanning. - Changed the "ZODB + Traversal Wiki Tutorial" based on changes to ``pyramid_zodb`` Paster template. | |||
| 2010-12-22 | - Added CSRF token generation, as described in the narrative chapter entitled | Chris McDonough | |
| "Preventing Cross-Site Request Forgery Attacks". | |||
| 2010-12-22 | change flash API as per email convo with Ben and Mike | Chris McDonough | |
| 2010-12-22 | Merge branch 'jahmad-typos' | Chris McDonough | |
| 2010-12-22 | - Added flash messaging, as described in the "Flash Messaging" narrative | Chris McDonough | |
| documentation chapter. | |||
| 2010-12-22 | remove redundant | Jamaludin Ahmad | |
| 2010-12-21 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-12-21 | get rid of non-sequitur | Chris McDonough | |
| 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-20 | typo fix | Chris McDonough | |
| 2010-12-20 | remove following (confusing) | Chris McDonough | |
| 2010-12-20 | fix typo | Chris McDonough | |
| 2010-12-19 | typo | Chris McDonough | |
| 2010-12-19 | adjust views chapter to better describe handlers as view classes which ↵ | Chris McDonough | |
| happen to be registered using add_handler, gardening | |||
| 2010-12-19 | Merge branch 'jahmad-typos' | Chris McDonough | |
| 2010-12-19 | merge handlers chapter into views chapter | Chris McDonough | |
| 2010-12-20 | BFG_ -> PYRAMID_ | Jamaludin Ahmad | |
| 2010-12-19 | - Split off "Renderers" as its own chapter from "Views" chapter in narrative | Chris McDonough | |
| documentation. | |||
| 2010-12-20 | there is no mypackage.run module | Jamaludin Ahmad | |
