summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-01-02- Allow view callables to specify their preferred view mapper by respecting aChris McDonough
2011-01-02- Allow ``decorator=`` and ``view_mapper`` parameters to add_view andChris McDonough
2011-01-02allow _derive_view to pass all kwargs to ViewDeriver, pass 'package' from add...Chris McDonough
2011-01-02- Allow static renderer provided during view registration to be overridden atChris McDonough
2011-01-02fix oldstyle route syntaxChris McDonough
2011-01-02- add a ``add_view_mapper`` API to Configurator. This API allows you to addChris McDonough
2011-01-01- The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API.Chris McDonough
2010-12-31- The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies anChris McDonough
2010-12-31- A view callable wrapper registered in the registry now contains anChris McDonough
2010-12-31Merge branch 'viewderiver'Chris McDonough
2010-12-31use inbuilt PageTextTemplateFile rather than a hand-rolled subclass of Templa...Chris McDonough
2010-12-30clean up chameleon_zpt test setup and teardownChris McDonough
2010-12-30clean up chameleon text test setup and teardownChris McDonough
2010-12-30move translator out of method scope to make intent clear that its not a closureChris McDonough
2010-12-30Merge branch 'refs/heads/master' into viewderiverRob Miller
2010-12-31ReST formatting fix in Request class docstring.Marius Gedminas
2010-12-30typosChris McDonough
2010-12-30factor defaultviewmapper to dispatch in a slightly more readable wayChris McDonough
2010-12-30- The "view derivation" code is now factored into a set of classes ratherChris McDonough
2010-12-29make sure view returned from view mapper preserves all attrsChris McDonough
2010-12-29preserve_attrs->wraps_view, break out preserve_attrs bulk into preserve_view_...Chris McDonough
2010-12-29simplify guard logic for __action_decorator__Chris McDonough
2010-12-29adjust tests to work w/ latest merge and changesRob Miller
2010-12-29Merge remote branch 'refs/remotes/upstream/viewderiver' into ra_view_decorationRob Miller
2010-12-29factor deriver from mapperChris McDonough
2010-12-28Enforce that _action_decorator must be a classmethodRob Miller
2010-12-28change ``MyView`` to ``MyHandler``, since it's a handler we're mockingRob Miller
2010-12-28Added support for an _action_decorator classmethod on handler classes.Rob Miller
2010-12-28add decorator argument to add_view method to support auto-wrapping view calla...Rob Miller
2010-12-28Merge branch 'master' into viewderiverChris McDonough
2010-12-28- The ``proutes`` command tried too hard to resolve the view for printing,Chris McDonough
2010-12-27- Add ``paster proute`` command which displays a summary of the routingChris McDonough
2010-12-25- Prevent misunderstanding of how the ``view`` and ``view_permission``Chris McDonough
2010-12-24fix permission discussionChris McDonough
2010-12-24- Fix API documentation rendering for ``pyramid.view.static``Chris McDonough
2010-12-23share shell globals between interact and IPShellChris McDonough
2010-12-23use WebOb docstring rather than copying itChris McDonough
2010-12-23- The name ``registry`` was not available in the ``paster pshell``Chris McDonough
2010-12-23correct missed bfg->pyramidChris McDonough
2010-12-23clarifyChris McDonough
2010-12-22Changed my mind. Never pop the CSRF token. Leave it around untilChris McDonough
2010-12-22- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, itChris McDonough
2010-12-22- Added CSRF token generation, as described in the narrative chapter entitledChris McDonough
2010-12-22change flash API as per email convo with Ben and MikeChris McDonough
2010-12-22factor all view wrapper funcs into a ViewDeriver classChris McDonough
2010-12-22- Added flash messaging, as described in the "Flash Messaging" narrativeChris McDonough
2010-12-21- Added "Finding the Root Resource" to Resources narrative chapter.Chris McDonough
2010-12-20- Added "Obtaining the Lineage of a Resource" to the Resources narrativeChris McDonough
2010-12-20FeaturesChris McDonough
2010-12-19add functional testing exampleChris McDonough