summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-05-18Merge pull request #2576 from mmerickel/fix/unicode-password-hashMichael Merickel
password_hash is unicode, needs to be encoded
2016-05-16remove stray /Steve Piercy
2016-05-16Change link from pylonsproject.org to trypyramid.comSteve Piercy
2016-05-16remove reference to Twitter Bootstrap styling. Closes #2570.Steve Piercy
2016-05-15password_hash is unicode, needs to be encodedMichael Merickel
2016-05-15fix headings and sufficesSteve Piercy
2016-05-15reorganize authorintro sections to align with latexindexSteve Piercy
2016-05-15use characters that don't break the latexpdf builder. See #2572Steve Piercy
2016-05-15fix page countSteve Piercy
2016-05-15revise latexindex.rstSteve Piercy
- add designdefense, quick_tour, quick_tutorial, p* scripts, change history
2016-05-14fix IRC link and page countSteve Piercy
2016-05-14make version perpetualSteve Piercy
2016-05-14Merge pull request #2571 from stevepiercy/masterSteve Piercy
fix punctuation
2016-05-14fix punctuationSteve Piercy
2016-05-10expose the IRequestFactory interfaceMichael Merickel
2016-05-09use new trypyramid.com page. whee!Steve Piercy
2016-05-09- use cleaner URL for IRCSteve Piercy
2016-05-09pylons != pyramidSteve Piercy
2016-05-08Merge pull request #2550 from ↵Steve Piercy
Pylons/vincent-ferotin-scaffolds-allow-pytest-run-without-args Vincent ferotin scaffolds allow pytest run without args
2016-05-08docs: Fix typos.Vincent Férotin
2016-05-07fix typoSteve Piercy
2016-05-07update tutorials/wiki/tests.rst with py.test and coverage defaultsSteve Piercy
2016-05-07update conventions.rst with py.test and coverage defaultsSteve Piercy
2016-05-07update narr/project.rst with py.test and coverage defaultsSteve Piercy
2016-05-07update quick tour with py.test and coverage defaultsSteve Piercy
2016-05-07update wiki1 with py.test and coverage defaultsSteve Piercy
2016-05-07update wiki2 with py.test and coverage defaultsSteve Piercy
2016-05-07wordsmith py.test and coverage configurationSteve Piercy
2016-05-07Merge branch 'scaffolds-allow-pytest-run-without-args' of ↵Steve Piercy
https://github.com/vincent-ferotin/pyramid into vincent-ferotin-scaffolds-allow-pytest-run-without-args
2016-05-06remove duplicate linksSteve Piercy
2016-05-06remove duplicate linksSteve Piercy
2016-05-06Update wiki tutorials with py.test remarksSteve Piercy
- better synch up wiki tutorials installation instructions - improve .rst syntax and add more .rst links
2016-05-06doc: Update documentation for using ``py.test [--cov]`` for newly created ↵Vincent Férotin
project with scaffolds.
2016-04-27fix bugs in design defense code examplesMichael Merickel
fixes #2287
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 ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`. - TODO: two tests in `docs/narr/hooks.rst`
2016-04-24update bad linkSteve Piercy
2016-04-24Use parsed-literal for installing versions of Pyramid. This should future ↵Steve Piercy
proof docs.
2016-04-23Fix all the stinky linkie rot via `make linkcheck ↵Steve Piercy
SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx
2016-04-19replace pyramid.require_default_csrf setting with ↵Michael Merickel
config.set_default_csrf_options
2016-04-17update RELEASING.txt to better account for master and previous branchesSteve Piercy
- add term "final" release - explicitify the implicit -
2016-04-17better explain view deriver optionsChris McDonough
2016-04-16update RELEASING.txt with version terms, extra stepSteve Piercy
update conf.py with clearer comments and prep for rolldown for 1.6
2016-04-16Merge pull request #2506 from stevepiercy/masterSteve Piercy
replace nose with pytest, clean up
2016-04-16Merge pull request #2507 from stevepiercy/masterSteve Piercy
replace ps1con with doscon for lexer and syntax highlighting
2016-04-16Merge pull request #2505 from stevepiercy/docs/quick-tour-gotcher-noseSteve Piercy
Docs/quick tour gotcher nose
2016-04-16add docs and backward incompatibility notices for #2501Michael Merickel
2016-04-16In addition to CSRF token, verify the origin tooDonald Stufft
Add an additional layer of protection against CSRF by verifying the actual origin of the request in addition to the CSRF token. We only do this check on sites hosted behind HTTPS because only HTTPS sites have evidence to show that the Referrer header is not being spuriously removed by random middleware boxes.
2016-04-15Update CHANGES/whatsnew-1.7 for updated require_csrfBert JW Regeer