| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-24 | link to pypi.org | Michael Merickel | |
| 2018-02-26 | fix broken link | Michael Merickel | |
| 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) | |||
| 2017-12-01 | Clarify when and how waitress is installed. | Steve Piercy | |
| - see #3204 | |||
| 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-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 | 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-08-15 | Merge pull request #3152 from larsblumberg/master | Steve Piercy | |
| Add a functional test for the static file | |||
| 2017-08-15 | Only include test code snippet that has been added | Lars Alexander Blumberg | |
| 2017-08-14 | Merge pull request #3153 from larsblumberg/change-wording | Steve Piercy | |
| Update wording on tutorial page | |||
| 2017-08-14 | Add a functional test for the static file | Lars Alexander Blumberg | |
| 2017-08-14 | Update wording on tutorial page | Lars Blumberg | |
| 2017-08-14 | Add functional test for css file | Lars Alexander Blumberg | |
| Static files were introduced in this tutorial step. As the tutorials emphasise to write tests, this commits adds a test for the static file `app.css` that was introduced with this tutorial step. | |||
| 2017-08-14 | Add missing word to jinja2 tutorials page | Lars Alexander Blumberg | |
| 2017-07-03 | Add a term for context manager in Quick Tutorial | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager in Quick Tour | Steve Piercy | |
| - add missing EOF line ending | |||
| 2017-07-02 | Fix doc typo | Caio Carrara | |
| 2017-06-27 | Update all external links per `make linkcheck` | Steve Piercy | |
| - Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes. | |||
| 2017-06-27 | prep 1.10.dev0 | Michael Merickel | |
| 2017-06-26 | change http://docs.pylonsproject.org to https | Steve Piercy | |
| - use correct URL for code style - use correct Pyramid version for zodb wiki src file template | |||
| 2017-06-15 | remove trailing slash | Steve Piercy | |
| 2017-06-15 | Use HTTPS for pylonsproject.org | Steve Piercy | |
| 2017-06-02 | mid-release cycle will be the death of me | Steve Piercy | |
| 2017-06-02 | append ` --checkout master` to cookie cutter command | Steve Piercy | |
| 2017-06-01 | use shortcut for github URL; update RELEASING.txt | Steve Piercy | |
| - refs: #3042 | |||
| 2017-05-22 | Also replace script tags appear everywhere | Fang-Pen Lin | |
| 2017-05-12 | Merge branch 'master' into change-to-localhost | Steve Piercy | |
| 2017-05-09 | use new TLD for pytest-cov | Steve Piercy | |
| 2017-04-28 | update cookiecutter README.txt throughout docs | Steve 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-23 | update user prompt for cookiecutter repo_name | Steve Piercy | |
| - refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/27#issuecomment-296507821 | |||
| 2017-04-16 | Fix #2927 - Change to listen = localhost:6543. | Aleph Melo | |
| 2017-03-14 | add Mako to options for pyramid-cookiecutter-starter | Steve Piercy | |
| 2017-02-28 | update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵ | Steve Piercy | |
| cookiecutter prompts | |||
| 2017-02-05 | update templates per deform 2.0 migration notes | Steve Piercy | |
| - See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897 | |||
| 2017-01-26 | undo borkage: wsgiref does not use listen, it uses port | Steve Piercy | |
| - ref: #2919 | |||
| 2017-01-15 | Update Windows docs | Steve 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 | |||
| 2016-12-27 | quick_tutorial - moar updates for cookiecutters | Steve Piercy | |
| 2016-12-26 | quick_tutorial/hello_world - minor update for cd into current directory. | Steve Piercy | |
| - modernize "microframework" | |||
| 2016-12-26 | quick_tutorial/cookiecutters - renamed from scaffolds | Steve Piercy | |
| - rewrite for use of cookiecutters instead of scaffolds - update source files | |||
| 2016-12-26 | quick_tutorial/tutorial_approach - Fix up the process description to reflect ↵ | Steve Piercy | |
| reality, and improve flow | |||
| 2016-12-25 | quick_tutorial/tutorial_approach - Fix up the process description to reflect ↵ | Steve Piercy | |
| reality | |||
| 2016-12-25 | quick_tutorial/requirements - add prompt | Steve Piercy | |
| 2016-12-24 | quick_tour - first cut | Steve Piercy | |
| 2016-12-09 | Added configuration for ipv6 in .ini files. | Martin | |
| 2016-12-07 | fixed 'list' to 'listen' | Martin | |
| 2016-12-07 | Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵ | Martin | |
| supported by waitress server. | |||
| 2016-12-06 | Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵ | Bert JW Regeer | |
| …" | |||
| 2016-12-06 | fixing no new line at the end of file | Martin | |
