summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2016-04-12Explicit set Accept header to text/htmlBert JW Regeer
2016-04-12Use MIMEAccept not AcceptBert JW Regeer
2016-04-12Using WebOb's acceptparse find best mimetype to useBert JW Regeer
2016-04-12Merge branch 'master' into feature/require-csrfMichael Merickel
2016-04-12Merge branch 'master' into feature/BeforeTraversalBert JW Regeer
2016-04-12- use an environment variable and venv. See https://github.com/Pylons/pyramid...Steve Piercy
2016-04-11Merge branch 'master' into docs/easy-install-to-pip.2104Michael Merickel
2016-04-11remove theme.min.css, it serves no purposeMichael Merickel
2016-04-11fix readme to show directions in both alchemy and zodbMichael Merickel
2016-04-11- add trailing line endingSteve Piercy
2016-04-11- update narr/project.rst to use pip instead of setup.pySteve Piercy
2016-04-10Fix whitespaceBert JW Regeer
2016-04-10Add explicit tests for IBeforeTraversal/BeforeTraversalBert JW Regeer
2016-04-10Update documentation in event.py for BeforeTraversalBert JW Regeer
2016-04-10Update doc in interfaces.py for BeforeTraversalBert JW Regeer
2016-04-10Move event to the appropriate locationBert JW Regeer
2016-04-10Rename RouteFound to BeforeTraversalBert JW Regeer
2016-04-10Merge branch 'route-found' of dstufft/pyramidBert JW Regeer
2016-04-10cleanup some references in the docsMichael Merickel
2016-04-10deprecate the check_csrf predicateMichael Merickel
2016-04-10rewrite csrf checks to support a global setting to turn it onMichael Merickel
2016-04-10add a csrf_view to the view pipeline supporting a require_csrf optionMichael Merickel
2016-04-10Merge pull request #2021 from Pylons/feature/configurable-view-deriverMichael Merickel
2016-04-10- update definingviews and its src filesSteve Piercy
2016-04-09- use pytest, pipSteve Piercy
2016-04-09update alchemy scaffold's setup.py to allow use of pip. See #2104.Steve Piercy
2016-04-08update constraints for derivers as well as docsMichael Merickel
2016-04-07separate the viewderiver module and allow overriding the mapperMichael Merickel
2016-04-06rename pyramid.config.derivations to pyramid.viewderiversMichael Merickel
2016-04-06Simplify setup_logging global_conf handlingMarc Abramowitz
2016-04-06Merge pull request #2432 from msabramo/setup_logging_intersphinx_link_to_file...Michael Merickel