| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-02 | typo, add example | Chris McDonough | |
| 2010-12-29 | fix from mike | Chris McDonough | |
| 2010-12-29 | typo | Chris McDonough | |
| 2010-12-29 | git title right | Chris McDonough | |
| 2010-12-29 | resource->asset | Chris McDonough | |
| 2010-12-29 | fix misleading example | Chris McDonough | |
| 2010-12-29 | Whitespace bigotry. | Marius Gedminas | |
| 2010-12-29 | Markup fix. | Marius Gedminas | |
| 2010-12-29 | Fix quoting. | Marius Gedminas | |
| 2010-12-29 | Added missing :meth:. | Marius Gedminas | |
| 2010-12-29 | Show the method signatures of pop_flash/peek_flash. | Marius Gedminas | |
| The narrative referred to popping messages from a particular queue, but the code examples didn't show how to indicate which queue you were interested in, leaving the reader a bit confused. | |||
| 2010-12-29 | "one or more has" -> "one or more have". | Marius Gedminas | |
| Sounds more natural to me, and Googling for "one or more: singular or plural" seems to agree. | |||
| 2010-12-29 | Rephrase sentence with no verb. | Marius Gedminas | |
| 2010-12-29 | Typo: cam -> can. | Marius Gedminas | |
| 2010-12-27 | - Add ``paster proute`` command which displays a summary of the routing | Chris McDonough | |
| table. See the narrative documentation section within the "URL Dispatch" chapter entitled "Displaying All Application Routes". - Added narrative documentation section within the "URL Dispatch" chapter entitled "Displaying All Application Routes" (for ``paster proutes`` command). | |||
| 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 | get rid of non-sequitur | Chris McDonough | |
| 2010-12-21 | stray and | Chris McDonough | |
| 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 | |
