| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-01 | fix url | Chris McDonough | |
| 2011-01-01 | resolve missing reference | Chris McDonough | |
| 2010-12-31 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2010-12-31 | - The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an | Chris McDonough | |
| ``unauthenticated_userid`` method. This method supports an important optimization required by people who are using persistent storages which do not support object caching and whom want to create a "user object" as a request attribute. - A new API has been added to the ``pyramid.security`` module named ``unauthenticated_userid``. This API function calls the ``unauthenticated_userid`` method of the effective security policy. - An ``unauthenticated_userid`` method has been added to the dummy authentication policy returned by ``pyramid.config.Configurator.testing_securitypolicy``. It returns the same thing as that the dummy authentication policy's ``authenticated_userid`` method. - Since the ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies that a policy implementation must implement an ``unauthenticated_userid`` method, all third-party custom authentication policies now must implement this method. It, however, will only be called when the global function named ``pyramid.security.unauthenticated_userid`` is invoked, so if you're not invoking that, you will not notice any issues. - The (non-API) method of all internal authentication policy implementations previously named ``_get_userid`` is now named ``unauthenticated_userid``, promoted to an API method. If you were overriding this method, you'll now need to override it as ``unauthenticated_userid`` instead. | |||
| 2010-12-31 | Typo. | Tres Seaver | |
| 2010-12-29 | factor deriver from mapper | Chris McDonough | |
| 2010-12-29 | fix from mike | Chris McDonough | |
| 2010-12-29 | typo | Chris McDonough | |
| 2010-12-29 | - The (weak) "Converting a CMF Application to Pyramid" tutorial has been | Chris McDonough | |
| removed from the tutorials section. It was moved to the ``pyramid_tutorials`` Github repository. | |||
| 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 | include handler, translationdir, and localenegotiator zcml references in PDF | Chris McDonough | |
| 2010-12-27 | Prep for 1.0a8. | Chris McDonough | |
| 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 | wording | Chris McDonough | |
| 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 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2010-12-26 | - Move ZCML usage in Hooks chapter to Declarative Configuration chapter. | Chris McDonough | |
| 2010-12-25 | typo | Danny Navarro | |
| 2010-12-25 | typo | Danny Navarro | |
| 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 | 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 | |
