summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Expand)Author
2016-05-09use new trypyramid.com page. whee!Steve Piercy
2016-05-07update narr/project.rst with py.test and coverage defaultsSteve Piercy
2016-05-07wordsmith py.test and coverage configurationSteve Piercy
2016-05-06doc: Update documentation for using ``py.test [--cov]`` for newly created pro...Vincent Férotin
2016-04-25fix explanation of require_csrfMichael Merickel
2016-04-24add sphinx doctests for hooks.rstSteve Piercy
2016-04-24Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bi...Steve Piercy
2016-04-24update bad linkSteve Piercy
2016-04-23Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sphin...Steve Piercy
2016-04-19replace pyramid.require_default_csrf setting with config.set_default_csrf_opt...Michael Merickel
2016-04-17better explain view deriver optionsChris McDonough
2016-04-16Merge pull request #2507 from stevepiercy/masterSteve Piercy
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-12Merge branch 'master' into feature/require-csrfMichael Merickel
2016-04-12Merge branch 'master' into feature/BeforeTraversalBert JW Regeer
2016-04-12Remove note about -Wd flagBert JW Regeer
2016-04-12Update introduction to testingBert JW Regeer
2016-04-12Replace Python 2.6 with 2.7Bert JW Regeer
2016-04-12- zap easy_install stragglerSteve Piercy
2016-04-12one does not simply "create a virtualenv". one should "create a virtual envir...Steve Piercy
2016-04-12update testing.rstSteve Piercy
2016-04-12- use an environment variable and venv. See https://github.com/Pylons/pyramid...Steve Piercy
2016-04-12- replace `python -m` with `python3 -m`Steve Piercy
2016-04-12- replace `pyvenv` with `python3 -m venv`Steve Piercy
2016-04-12- removed "now" per https://github.com/Pylons/pyramid/pull/2468#discussion_r5...Steve Piercy
2016-04-12- fix readme in narr/MyProject (used in project.rst and testing.rst)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-11- upgrade `BeforeTraversal` event in router.rstSteve Piercy
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-10Update router documentationBert 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-10- update installation.rst to use pip, pyvenv, Python 3.4Steve Piercy
2016-04-10Merge pull request #2021 from Pylons/feature/configurable-view-deriverMichael Merickel
2016-04-10- update extending.rst to use pipSteve Piercy
2016-04-10- update commandline.rst to use pipSteve Piercy
2016-04-08Add pyramid_jinja2 example to i18n docs. Fixes #2437.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-03- replace easy_install with pipSteve Piercy
2016-03-21polish view derivers docs, minor grammarSteve Piercy
2016-03-17fix deriver docs to explain ordering issuesMichael Merickel
2016-03-14add a docstring for add_view_deriver and expose the method to the api docsMichael Merickel
2016-03-14do not guess at the name of the view deriver without further discussionMichael Merickel