| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-08 | Mark changelogs as ReST, for better Github rendering. | Tres Seaver | |
| 2018-02-26 | fix broken link | Michael Merickel | |
| 2018-01-28 | Merge pull request #3224 from stevepiercy/master | Steve Piercy | |
| Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5 | |||
| 2018-01-28 | Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5 | Steve Piercy | |
| 2018-01-24 | Merge pull request #3221 from di/subrequest-doc-fix | Steve Piercy | |
| Emphasize additional line in Subrequest docs | |||
| 2018-01-24 | Emphasize additional line | Dustin Ingram | |
| The line adding the view must change as well, so emphasize it. | |||
| 2018-01-16 | Merge pull request #3217 from stevepiercy/master | Steve Piercy | |
| Update templates to align with cookiecutters | |||
| 2018-01-12 | Update templates to align with cookiecutters | Steve Piercy | |
| - Update CDN assets to minor versions - Use data attribute for Jinja2 templates (already done in mako and chameleon) | |||
| 2018-01-11 | Merge pull request #3215 from stevepiercy/master | Steve Piercy | |
| Align project name with source files myproject/*.ini | |||
| 2018-01-11 | Align project name with source files myproject/*.ini | Steve Piercy | |
| - Closes #3213 | |||
| 2017-12-01 | Merge pull request #3208 from stevepiercy/master | Steve Piercy | |
| Clarify when and how waitress is installed. | |||
| 2017-12-01 | Clarify when and how waitress is installed. | Steve Piercy | |
| - see #3204 | |||
| 2017-11-25 | Merge pull request #3205 from Pylons/revert-3204-patch-2 | Steve Piercy | |
| Revert "setup.py: add waitress requirement" | |||
| 2017-11-25 | Revert "setup.py: add waitress requirement" | Steve Piercy | |
| 2017-11-25 | Merge pull request #3204 from silum/patch-2 | Tres Seaver | |
| setup.py: add waitress requirement | |||
| 2017-11-25 | setup.py: add waitress requirement | silum | |
| 2017-11-16 | Merge pull request #3203 from tjwudi/patch-3 | Steve Piercy | |
| Clarify property descriptor in add_request_method | |||
| 2017-11-16 | Update factories.py | John Wu | |
| 2017-11-15 | Clarify property descriptor in add_request_method | John Wu | |
| Fix #3202 - Doc change. | |||
| 2017-11-10 | Merge pull request #3201 from tjwudi/patch-2 | Steve Piercy | |
| Fix type | |||
| 2017-11-10 | Fix type | John Wu | |
| 2017-11-09 | Merge pull request #3199 from tjwudi/patch-1 | Tres Seaver | |
| Minor fix - Indentation issue | |||
| 2017-11-09 | Minor fix - Indentation issue | John Wu | |
| 2017-11-04 | Merge pull request #3196 from silum/patch-1 | Steve Piercy | |
| views.py: prevent exception on unknown user login | |||
| 2017-11-03 | CONTRIBUTORS.txt: add my name | silum | |
| 2017-11-03 | views.py: prevent exception on unknown user login | silum | |
| 2017-11-03 | views.py: prevent exception on unknown user login | silum | |
| Attempting authentication without specifying a login, or when the login is not known, causes an unhandled exception to be raised in `security.py` because `None` is passed to `check_password()` as the hashed password to check against. | |||
| 2017-10-29 | Merge pull request #3192 from stevepiercy/master | Steve Piercy | |
| Synch source files with cookiecutter | |||
| 2017-10-29 | fix lint | Michael Merickel | |
| 2017-10-28 | Synch source files with cookiecutter | Steve Piercy | |
| 2017-10-22 | Merge branch 'pr/3140' | Michael Merickel | |
| 2017-10-22 | changelog for #3140 | Michael Merickel | |
| 2017-10-22 | Merge pull request #3188 from stevepiercy/master | Steve Piercy | |
| Move Quick Tutorial under Tutorials | |||
| 2017-10-22 | Move Quick Tutorial under Tutorials | Steve Piercy | |
| 2017-10-22 | Merge pull request #3180 from ↵ | Steve Piercy | |
| shentonfreude/feature/GH#2926_quick_tutorial_wsgiref_to_waitress Feature/gh#2926 quick tutorial wsgiref to waitress | |||
| 2017-10-22 | Merge pull request #3183 from Pylons/fix-pypy | Michael Merickel | |
| fix pypy by using a specific version | |||
| 2017-10-22 | fix pypy by using a specific version | Michael Merickel | |
| 2017-10-21 | Changes per stevepiercy review, thanks! | Chris Shenton | |
| 2017-10-21 | Force emacs not to add newlines gratuitously, un-add them | Chris Shenton | |
| 2017-10-21 | Merge branch 'feature/GH#2926_quick_tutorial_wsgiref_to_waitress' of ↵ | Chris Shenton | |
| github.com:shentonfreude/pyramid into feature/GH#2926_quick_tutorial_wsgiref_to_waitress | |||
| 2017-10-21 | Quick Tutorial: Replace wsgiref with waitress | Chris Shenton | |
| In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926 | |||
| 2017-10-21 | Quick Tutorial: Replace wsgiref with waitress | Chris Shenton | |
| In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926 | |||
| 2017-10-19 | Merge pull request #3177 from UnquietCode/patch-1 | Steve Piercy | |
| csrf documentation change | |||
| 2017-10-18 | csrf documentation change | Ben Fagin | |
| 2017-09-23 | Merge pull request #3171 from stevepiercy/master | Steve Piercy | |
| update comment to align with method | |||
| 2017-09-22 | update comment to align with method | Steve Piercy | |
| 2017-09-12 | Merge pull request #3168 from jinty/typo | Tres Seaver | |
| typo in docstring | |||
| 2017-09-12 | typo | Brian Sutherland | |
| 2017-08-30 | Merge pull request #3165 from jeremy886/master | Bert JW Regeer | |
| change cgi.escape to pyramid compat.escape | |||
| 2017-08-30 | change cgi.escape to pyramid compat.escape | Jeremy Chen | |
