summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-19Merge branch 'master' into 1.4-branchChris McDonough
2012-09-19remove dead codeChris McDonough
2012-09-19gardenChris McDonough
2012-09-19Merge branch 'master' into 1.4-branchChris McDonough
2012-09-19A ``check_csrf`` view predicate was added. For example, you can now doChris McDonough
``config.add_view(someview, check_csrf=True)``. When the predicate is checked, if the ``csrf_token`` value in ``request.params`` matches the csrf token in the request's session, the view will be permitted to execute. Otherwise, it will not be permitted to execute.
2012-09-19gardenChris McDonough
2012-09-19Merge branch 'master' into 1.4-branchChris McDonough
2012-09-19Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-09-19add check_csrf convenience functionChris McDonough
2012-09-18mention set_request_property's doc-deprecation up above as well, makePhilip Jenvey
add_request_method more prominent
2012-09-17Merge branch 'oddshocks-pretty-css' into 1.4-branchChris McDonough
2012-09-17Merge branch 'oddshocks-pretty-css'Chris McDonough
2012-09-17resolve contributors.txt merge conflictChris McDonough
2012-09-16no longer in progressChris McDonough
2012-09-16change to kick rtdChris McDonough
2012-09-16change to kick rtdChris McDonough
2012-09-16prep for 1.4a1Chris McDonough
2012-09-16add name to CONTRIBUTORS.txt as per requestDavid Gay
2012-09-16make use_tweens=False the defaultChris McDonough
2012-09-16describe how to restrict access to 127.0.0.1, closes #489Chris McDonough
2012-09-16unused importsChris McDonough
2012-09-16no longer an issueChris McDonough
2012-09-16add link to forbidden footnote ref issue #671Chris McDonough
2012-09-16update docs to recommend 2.7, add distribute-related instructions for python ↵Chris McDonough
3, add windows instructions for python 3, closes #653
2012-09-16be very explicit that view_three should indeed obtain a response as the ↵Chris McDonough
result of invoke_subrequest instead of catching an exception
2012-09-16explain how this works with the exception viewChris McDonough
2012-09-16make use_tweens=True the default, add some more testsChris McDonough
2012-09-16use a string rendererChris McDonough
2012-09-16fix py3Chris McDonough
2012-09-16pointerChris McDonough
2012-09-16Merge branch 'feature.subrequest'Chris McDonough
2012-09-16rename subrequest to invoke_subrequestChris McDonough
2012-09-16wordingChris McDonough
2012-09-16garden todo, add docs about exception handlingChris McDonough
2012-09-16explainChris McDonough
2012-09-16explainChris McDonough
2012-09-16moarChris McDonough
2012-09-16docs and testChris McDonough
2012-09-16add docsChris McDonough
2012-09-16sketch out a subrequest APIChris McDonough
2012-09-16Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-09-16fixed typoBlaise Laflamme
2012-09-15really add whatsnew-1.4Chris McDonough
2012-09-15Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-09-15add a whatsnew-1.4 documentChris McDonough
2012-09-16fixed git submodule update for docsBlaise Laflamme
2012-09-15reclassify bug as featureChris McDonough
2012-09-15merge jinty's testConfig codeChris McDonough
2012-09-15Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2012-09-15Merge pull request #686 from iElectric/masterChris McDonough
remove pypy from travis-ci allow_failures list