summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-04-28update cookiecutter README.txt throughout docsSteve Piercy
- https://github.com/Pylons/pyramid-cookiecutter-starter/pull/28 - https://github.com/Pylons/pyramid-cookiecutter-zodb/pull/7 - https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/8
2017-04-27Fix underlined title.Rémy HUBSCHER
2017-04-23update user prompt for cookiecutter repo_nameSteve Piercy
- refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821
2017-04-19Merge pull request #2995 from jeremy886/masterMichael Merickel
change cgi.escape to pyramid compat.escape
2017-04-17fix rst syntax for index entriesSteve Piercy
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-15Update default.pyJeremy Chen
2017-04-15Merge remote-tracking branch 'Pylons/master'Jeremy Chen
2017-04-12forward port some history changes from 1.8-branchMichael Merickel
2017-04-10add execution policy to pyramid request processing diagramsSteve Piercy
2017-04-10replace deprecated cgi.escape() with html.escape()Jeremy Chen
As suggested by https://docs.python.org/3.6/library/cgi.html cgi.escape() Deprecated since version 3.2: This function is unsafe because quote is false by default, and therefore deprecated. Use html.escape() instead.
2017-04-08grammar fixSteve Piercy
2017-03-14add Mako to options for pyramid-cookiecutter-starterSteve Piercy
2017-03-10add Chameleon as option to pyramid-cookiecutter-starterSteve Piercy
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
(cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
2017-02-28Merge pull request #2965 from stevepiercy/masterSteve Piercy
update pyramid-cookiecutter-starter prompts and reformat presentation…
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
2017-02-25Add newline to make docs happyBert JW Regeer
2017-02-25add an IExecutionPolicy that can wrap the routerMichael Merickel
2017-02-05update templates per deform 2.0 migration notesSteve Piercy
- See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897
2017-02-04configuration should not be quotedSteve Piercy
- closes #2944
2017-02-03update links and reST syntax for mod_wsgiSteve Piercy
2017-01-31Fix typoPavlo Kapyshin
2017-01-28Minor changeJohn Jimenez
"functions, classes or any callable that accept" was messing with the flow while reading. Proposed change flows a little better for me. (cherry picked from commit 87d8aba)
2017-01-28Minor changeJohn Jimenez
distinguish between Pyramid itself and view code raising the exception as in previous exception listing. (cherry picked from commit eb166fb)
2017-01-27Minor changeJohn Jimenez
minor change to flow better (cherry picked from commit 0c705c9)
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
- ref: #2919
2017-01-26grammar fixesSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26grammar fixSteve Piercy
2017-01-22save a redirectSteve Piercy
(cherry picked from commit 981869a)
2017-01-21forward port item for pylons_sphinx_latesturlSteve Piercy
2017-01-20Fix typo to be consistent with API docsSteve Piercy
- Closes #2904
2017-01-17link to method in whatsnewMichael Merickel
2017-01-17prep 1.8b1Michael Merickel
2017-01-15changelog for #2901Michael Merickel
2017-01-15update mod_wsgi tutorial to use a cookiecutterMichael Merickel
closes #2890
2017-01-15changelog cleanupsMichael Merickel
2017-01-15Update Windows docsSteve Piercy
- Installation overhauled - update project.rst to remove duplication - Windows paths never end with "\" except for a drive name, for example C:\ - use backslashes for paths - backslashes cannot be used for line continuation on Windows - update extra packages for Windows - Python now has a Windows launcher
2017-01-15Update Windows installation docsSteve Piercy
2017-01-10update docs per ↵Steve Piercy
https://github.com/Pylons/pyramid/commit/fb7a98bbdacebc4edfef8fb3e6093bb9e6590111
2017-01-10fix unittests in wiki2 to work without deps on py2 and py3Michael Merickel
fixes #2882
2017-01-08Update project.rstramgoer
incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter
2017-01-04Merge pull request #2893 from mmerickel/document-registry-as-dictMichael Merickel
improve the registry documentation to cover usage as a dictionary
2017-01-02add changelog and whatsnew entry for #2888 and #2889Steve Piercy
2017-01-02Merge pull request #2889 from stevepiercy/docs-cookiecutter-changes-onlyMichael Merickel
Docs cookiecutter changes only - Quick Tutorial and all other files
2017-01-02Waitress dropped 2.6 and 3.2 supportSteve Piercy