summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2016-06-02Merge pull request #2618 from stevepiercy/masterSteve Piercy
2016-06-02fix broken links in msg and update summary in scaffold base class PyramidTemp...Steve Piercy
2016-06-02Merge branch 'master' into stip_pserve_daemon_supportzrayn
2016-06-02Add route name to view deriver options. Closes: #2609Marco M
2016-06-02Removing changing user/group optionzrayn
2016-06-02Ripping daemonization out of pservezrayn
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
2016-05-21Change type to Text from Integer. See #2591Steve Piercy
2016-05-18Merge pull request #2586 from berkerpeksag/remove-duplicate-importMichael Merickel
2016-05-16Delete duplicate getargspec importsBerker Peksag
2016-05-16Simplify Windows detection codeBerker Peksag
2016-05-12add some tests for excview tweenMichael Merickel
2016-05-10fix excview tween to reraise the original exception if left unhandled by exce...Michael Merickel
2016-05-10execute scaffolds using pip and py.testMichael Merickel
2016-05-10ensure invoke_exception_view always returns a responseMichael Merickel
2016-05-06scaffolds: Allow `py.test` to be run on new project without specifying test m...Vincent Férotin
2016-05-01remove pyramid_tm from development.iniSteve Piercy
2016-04-27avoid executing the discriminator functions multiple timesMichael Merickel
2016-04-26do not enforce default permissions on exception viewsMichael Merickel
2016-04-24Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bi...Steve Piercy
2016-04-23Merge pull request #2523 from int3l/masterTres Seaver
2016-04-23Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin...Steve Piercy
2016-04-23adjustment and update docstring to be consistantint3l
2016-04-23import/docstring adjustments in decorator moduleint3l
2016-04-19Merge branch 'pr/2520' into feature/appveyor-ciMichael Merickel
2016-04-19remove vestiges of pyramid.require_default_csrfMichael Merickel
2016-04-19Make tests pass under WindowsChristoph Zwerschke
2016-04-19replace pyramid.require_default_csrf setting with config.set_default_csrf_opt...Michael Merickel
2016-04-18disable csrf checking on all exception views unless explicitly turned onMichael Merickel
2016-04-17request.host_port is a str not an intDonald Stufft
2016-04-17fix csrf setting error messageMichael Merickel
2016-04-16drop py27-only features at least temporarilyMichael Merickel
2016-04-16add docs and backward incompatibility notices for #2501Michael Merickel
2016-04-16fix format string to work on py26Michael Merickel
2016-04-16In addition to CSRF token, verify the origin tooDonald Stufft
2016-04-15Have Automatic CSRF on all unsafe HTTP methodsDonald Stufft
2016-04-15Only Accept CSRF Tokens in headers or POST bodiesDonald Stufft
2016-04-14Update documentationBert JW Regeer
2016-04-14Remove unused importBert JW Regeer
2016-04-14Switch to sha512 in AuthTktAuthenticationPolicyBert JW Regeer
2016-04-14Merge branch 'master' into feature/json_exceptionsBert JW Regeer
2016-04-14We don't use default_match, so remove itBert JW Regeer
2016-04-14Update test to verify the default is text/htmlBert JW Regeer
2016-04-14Make text/html the preferred server returnBert JW Regeer
2016-04-12For */* case, MIMEAccept picks first server offerBert JW Regeer
2016-04-12PEP8Bert JW Regeer
2016-04-12We don't need to explicitly set charset for text/*Bert JW Regeer
2016-04-12Test that JSON responses are actually JSONBert JW Regeer
2016-04-12Add new tests to verify we get what we ask forBert JW Regeer
2016-04-12Update tests to verif Content-Type headerBert JW Regeer