| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-05 | Removed unused files | Blaise Laflamme | |
| 2011-01-05 | Updated all paster templates to use the new theme, use ↵ | Blaise Laflamme | |
| request.static_url('{{package}}:static/foo.css') instead of ${request.application_url}/static/foo.css for static files | |||
| 2011-01-04 | garden | Chris McDonough | |
| 2011-01-03 | fix docstring | Chris McDonough | |
| 2011-01-03 | unused imports | Chris McDonough | |
| 2011-01-03 | done | Chris McDonough | |
| 2011-01-03 | copyrights | Chris McDonough | |
| 2011-01-03 | fix rendering | Chris McDonough | |
| 2011-01-03 | remove stray slash which prevented _themes from being downloaded if they ↵ | Chris McDonough | |
| didnt exist | |||
| 2011-01-03 | Merge branch 'ergo-master' | Chris McDonough | |
| 2011-01-03 | - Add a new API ``pyramid.url.current_route_url``, which computes a URL based | Chris McDonough | |
| on the "current" route (if any) and its matchdict values. | |||
| 2011-01-03 | Merge branch 'master' of https://github.com/ergo/pyramid into ergo-master | Chris McDonough | |
| 2011-01-03 | garden | Chris McDonough | |
| 2011-01-03 | edit much ado chapter | Chris McDonough | |
| 2011-01-03 | contributors | Chris McDonough | |
| 2011-01-03 | gardening | Chris McDonough | |
| 2011-01-03 | use glossary entry | Chris McDonough | |
| 2011-01-03 | rendering | Chris McDonough | |
| 2011-01-03 | fix rendering | Chris McDonough | |
| 2011-01-03 | Merge branch 'caseman-master' | Chris McDonough | |
| 2011-01-03 | Merge git://github.com/caseman/pyramid into caseman-master | Chris McDonough | |
| 2011-01-03 | garden | Chris McDonough | |
| 2011-01-03 | Merge branch 'jahmad-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 'nek4life-master' | Chris McDonough | |
| 2011-01-03 | Merge branch 'master' of https://github.com/nek4life/pyramid into ↵ | Chris McDonough | |
| nek4life-master | |||
| 2011-01-03 | Merge branch 'jkrebs-master' | Chris McDonough | |
| Conflicts: CHANGES.txt | |||
| 2011-01-02 | typo: | Chris McDonough | |
| 2011-01-02 | garden | Chris McDonough | |
| 2011-01-02 | garden | Chris McDonough | |
| 2011-01-02 | - Allow view callables to specify their preferred view mapper by respecting a | Chris McDonough | |
| ``__view_mapper__`` attribute. This setting can still be overridden by configuration-specified ``view_mapper`` argument to ``add_view``. | |||
| 2011-01-02 | - Allow ``decorator=`` and ``view_mapper`` parameters to add_view and | Chris McDonough | |
| ``@view_config``. | |||
| 2011-01-02 | allow _derive_view to pass all kwargs to ViewDeriver, pass 'package' from ↵ | Chris McDonough | |
| add_view to view deriver | |||
| 2011-01-02 | - Allow static renderer provided during view registration to be overridden at | Chris McDonough | |
| request time via a request attribute named ``override_renderer``, which should be the name of a registered renderer. Useful to provide "omnipresent" RPC for existing views. - Convert ``add_view_mapper`` to ``set_view_mapper``. There will only be a single default view mapper. We no longer register named utilities for view mappers to provide alternates. - Previoulsy the ``view_mapper`` argument was required to be the *name* of an existing registered view mapper. We no longer register named utilities for view mappers, so now if an extension wants to override the view mapper used for a particular view registration, it can use the dotted name to a view mapper class or provide that class as ``view_mapper``. | |||
| 2011-01-02 | initial implementation of current_route_url | Marcin Lulek | |
| 2011-01-02 | add todo for current_route_url | Chris McDonough | |
| 2011-01-02 | suggestion from raydeo | Chris McDonough | |
| 2011-01-02 | provide a reference target for modifying package structure | Chris McDonough | |
| 2011-01-02 | indirection is hard | Chris McDonough | |
| 2011-01-02 | fix oldstyle route syntax | Chris McDonough | |
| 2011-01-02 | typo, add example | Chris McDonough | |
| 2011-01-02 | garden | 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 | quote literal | Chris McDonough | |
| 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 | |
