| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-02 | :term: not :mod: | Casey Duncan | |
| 2011-01-02 | remove unneeded liars remorse paragraph atop renderers | Casey Duncan | |
| 2011-01-02 | Split view chapter, move view config after templates, some reordering in ↵ | Casey Duncan | |
| view config | |||
| 2011-01-03 | contributors | Chris McDonough | |
| 2011-01-03 | fix rendering | Chris McDonough | |
| 2011-01-03 | Merge git://github.com/caseman/pyramid into caseman-master | Chris McDonough | |
| 2011-01-03 | Merge branch 'master' of https://github.com/jahmad/pyramid into jahmad-master | Chris McDonough | |
| 2011-01-03 | Merge branch 'master' of https://github.com/nek4life/pyramid into ↵ | Chris McDonough | |
| nek4life-master | |||
| 2011-01-02 | rework paragraph about view callable return values and the possibility of ↵ | Casey Duncan | |
| renderers | |||
| 2011-01-02 | rework view callables intro | Casey Duncan | |
| 2011-01-02 | add word chapters | Casey Duncan | |
| 2011-01-02 | provide a reference target for modifying package structure | Chris McDonough | |
| 2011-01-02 | indirection is hard | Chris McDonough | |
| 2011-01-02 | typo, add example | Chris McDonough | |
| 2011-01-02 | - add a ``add_view_mapper`` API to Configurator. This API allows you to add | Chris McDonough | |
| a named implementation of a ``pyramid.interfaces.IViewMapperFactory`` interface. Its name can be passed as a ``view_mapper`` argument to ``config.add_view``. A view mapper allows objects that are meant to be used as view callables to have an arbitrary argument list and an arbitrary result. This feature will be used by Pyramid extension developers, not by "civilians". - New constructor argument to Configurator: ``default_view_mapper``. Useful to create systems that have view callables with alternate default calling conventions. - ``view_mapper`` argument to ``add_view`` should now be a view mapper *name* rather than an implementation. - Add ``view_mapper`` argument to ``view_config`` decorator constructor. - Remove (non-API) function of config.py named _map_view. - Fix docstring for ``decorator`` argument to add_view. - Factor invocation of view mapper into a viewderiver method. - Promote view rendering and decorating into viewderiver, out of view mapper. - Make requestonly into a function rather than a method of the default view mapper. | |||
| 2011-01-01 | rework paragraphs discussifng root factot config | Casey Duncan | |
| 2011-01-01 | - The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API. | Chris McDonough | |
| This class can be used by third-party authentication policy developers to help in the mechanics of authentication cookie-setting. | |||
| 2011-01-01 | rework opening explanation of the resource tree for clarity | Casey Duncan | |
| 2011-01-01 | XXX try to clearly explain how the view name is derived during traversal, ↵ | Casey Duncan | |
| confirm this is sufficiently truthy XXX | |||
| 2011-01-01 | clarify traversal details | Casey Duncan | |
| 2011-01-01 | reword for clarity | Casey Duncan | |
| 2011-01-01 | simplify/clarify | Casey Duncan | |
| 2011-01-01 | clarify opening paragraph | Casey Duncan | |
| 2011-01-01 | fix url | Chris McDonough | |
| 2011-01-01 | resolve missing reference | Chris McDonough | |
| 2010-12-31 | don't repeat the version so many times | Casey Duncan | |
| 2010-12-31 | simplify route/traversal relationship. No need to repeat ourselves | Casey Duncan | |
| 2010-12-31 | add word chapter | Casey Duncan | |
| 2010-12-31 | add missing word | Casey Duncan | |
| 2010-12-31 | Remove resource location chapter and move intro parts to url dispatch. The ↵ | Casey Duncan | |
| new much ado about traversal chapter takes care of selling traversal now | |||
| 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 | clarify that the default root resource is empty | Casey Duncan | |
| 2010-12-31 | clarify | Casey Duncan | |
| 2010-12-31 | remove rendundant sentence that was redundant | Casey Duncan | |
| 2010-12-31 | add myself as a contributor, ain't I something? | Casey Duncan | |
| 2010-12-31 | add attribution for Rob Miller | Casey Duncan | |
| 2010-12-31 | URL Matching to URL Dispatch | Casey Duncan | |
| 2010-12-31 | be more gender-neutral | Casey Duncan | |
| 2010-12-31 | remove heading at top | Casey Duncan | |
| 2010-12-31 | add much ado chapt to book toc | Casey Duncan | |
| 2010-12-31 | remove stray quote | Casey Duncan | |
| 2010-12-31 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-12-31 | add Much ado about traversal chapter from Rob Miller, with light ↵ | Casey Duncan | |
| adaptations. Also remove some now redundant overview content in the Traversal chapter, which is now only details. | |||
| 2010-12-31 | Typo. | Tres Seaver | |
| 2010-12-31 | handlers_chapter -> views_chapter | Jamaludin Ahmad | |
| 2010-12-30 | Renamed 'home' route to 'view_wiki' for consistency with the following ↵ | Charlie Choiniere | |
| __init__.py examples. | |||
| 2010-12-29 | factor deriver from mapper | Chris McDonough | |
| 2010-12-29 | fix from mike | Chris McDonough | |
| 2010-12-29 | typo | Chris McDonough | |
