summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-01-08- ``pyramid.interfaces.ISession.get_csrf_token`` now mandates that anChris McDonough
2011-01-07- Allow ``decorator`` and ``mapper`` arguments to view ZCML directive.Chris McDonough
2011-01-07comment about sphinxChris McDonough
2011-01-07- Rename ``view_mapper`` argument to add_view to ``mapper``.Chris McDonough
2011-01-07preserve method signatures of @action_method-decorated methods in sphinx docsChris McDonough
2011-01-06Merge branch 'master' of https://github.com/csenger/pyramid into csenger-masterChris McDonough
2011-01-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-01-06Added missing imagesBlaise Laflamme
2011-01-06Added small header support to css paster templates, using small header for wi...Blaise Laflamme
2011-01-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-01-05Fixed css in paster templatesBlaise Laflamme
2011-01-05Normalized stylesheet tagsBlaise Laflamme
2011-01-05Removed unused filesBlaise Laflamme
2011-01-05Updated all paster templates to use the new theme, use request.static_url('{{...Blaise Laflamme
2011-01-05- Instances of ``pyramid.testing.DummyRequest`` now have a ``session``Chris McDonough
2011-01-05add model_path_tuple for backward compatibilityCarsten Senger
2011-01-03fix docstringChris McDonough
2011-01-03unused importsChris McDonough
2011-01-03fix renderingChris McDonough
2011-01-03- Add a new API ``pyramid.url.current_route_url``, which computes a URL basedChris McDonough
2011-01-03Merge branch 'master' of https://github.com/ergo/pyramid into ergo-masterChris McDonough
2011-01-03use glossary entryChris McDonough
2011-01-03renderingChris McDonough
2011-01-03Merge branch 'master' of https://github.com/jahmad/pyramid into jahmad-masterChris McDonough
2011-01-03Merge branch 'jkrebs-master'Chris McDonough
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-02initial implementation of current_route_urlMarcin Lulek
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-31handlers_chapter -> views_chapterJamaludin Ahmad
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