| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-22 | Also replace script tags appear everywhere | Fang-Pen Lin | |
| 2017-05-22 | Fix #2548, add SRI has for script tags | Fang-Pen Lin | |
| 2017-05-17 | adjust emphasize-lines range | Steve Piercy | |
| 2017-05-17 | remove bad path from python executable | Steve Piercy | |
| - Closes #3044 | |||
| 2017-05-12 | Merge branch 'master' into change-to-localhost | Steve Piercy | |
| 2017-05-12 | update narrative docs to align with source code | Steve Piercy | |
| - per https://github.com/Pylons/pyramid/pull/3000#issuecomment-294565854 | |||
| 2017-05-12 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2017-05-12 | use https | Steve Piercy | |
| 2017-05-09 | use new TLD for pytest-cov | Steve Piercy | |
| 2017-05-09 | Pytest changed their URL structure | Tres Seaver | |
| 2017-05-04 | line length | Michael Merickel | |
| 2017-05-04 | add incompatibilities to whatsnew | Michael Merickel | |
| 2017-05-01 | fix url syntax yet again | Michael Merickel | |
| 2017-05-01 | fix url syntax | Michael Merickel | |
| 2017-05-01 | line length fixes in whatsnew-1.9 | Michael Merickel | |
| 2017-05-01 | add changelog for #2993 | Michael Merickel | |
| 2017-05-01 | fix rst syntax | Michael Merickel | |
| 2017-05-01 | link to plaster_pastedeploy | Michael Merickel | |
| 2017-05-01 | really add whatsnew-1.9 | Michael Merickel | |
| 2017-05-01 | update changelog and add whatsnew-1.9 | Michael Merickel | |
| 2017-04-30 | Merge pull request #2985 from mmerickel/plaster | Michael Merickel | |
| migrate pyramid to use plaster | |||
| 2017-04-30 | standardize "non-standard" | Steve Piercy | |
| 2017-04-30 | Merge branch 'master' into pr/2854 | Michael Merickel | |
| 2017-04-29 | final cleanup of csrf decoupling in #2854 | Michael Merickel | |
| - Renamed `SessionCSRFStoragePolicy` to `LegacySessionCSRFStoragePolicy` for the version that uses the legacy `ISession.get_csrf_token` and `ISession.new_csrf_token` apis and set that as the default. - Added new `SessionCSRFStoragePolicy` that stores data in the session similar to how the `SessionAuthenticationPolicy` works. - `CookieCSRFStoragePolicy` did not properly return the newly generated token from `get_csrf_token` after calling `new_csrf_token`. It needed to cache the new value since the response callback does not affect the current request. - `CookieCSRFStoragePolicy` was not forwarding the `domain` value to the `CookieProfile` causing that setting to be ignored. - Removed `check_csrf_token` from the `ICSRFStoragePolicy` interface to simplify implementations of storage policies. - Added an introspectable item for the configured storage policy so that it appears on the debugtoolbar. - Added a change note on `ISession` that it no longer required the csrf methods. - Leave deprecated shims in ``pyramid.session`` for ``check_csrf_origin`` and ``check_csrf_token``. | |||
| 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-27 | Fix underlined title. | Rémy HUBSCHER | |
| 2017-04-26 | Move CSRF storage policy registration out of PHASE_1 config and simplify ↵ | Matthew Wilkes | |
| tests given previous improvements to CSRF. | |||
| 2017-04-26 | Apply drafting changes to documentation. | Matthew Wilkes | |
| 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-19 | Merge pull request #2995 from jeremy886/master | Michael Merickel | |
| change cgi.escape to pyramid compat.escape | |||
| 2017-04-17 | fix rst syntax for index entries | Steve Piercy | |
| 2017-04-16 | Fix #2927 - Change to listen = localhost:6543. | Aleph Melo | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Update default.py | Jeremy Chen | |
| 2017-04-15 | Merge remote-tracking branch 'Pylons/master' | Jeremy Chen | |
| 2017-04-12 | forward port some history changes from 1.8-branch | Michael Merickel | |
| 2017-04-12 | Use the webob CookieProfile in the Cookie implementation, rename some ↵ | Matthew Wilkes | |
| implemenations based on feedback, split CSRF implementation and option configuration and make the csrf token function exposed as a system default rather than a renderer event. | |||
| 2017-04-12 | Rename implementation to ICSRFStoragePolicy | Matthew Wilkes | |
| 2017-04-12 | Fix tests and documentation in various places, and feedback following review | Jure Cerjak | |
| regarding naming of variables and code cleanup. | |||
| 2017-04-12 | Create a new ICSRF implementation for getting CSRF tokens, split out from ↵ | Matthew Wilkes | |
| the session machinery. Adds configuration of this to the csrf_options configurator commands. Make the default implementation a fallback to the old one. Documentation patches for new best practices given updates CSRF implementation. | |||
| 2017-04-10 | add execution policy to pyramid request processing diagrams | Steve Piercy | |
| 2017-04-10 | replace 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-08 | grammar fix | Steve Piercy | |
| 2017-03-31 | add some simple notes about plaster in the narrative docs | Michael Merickel | |
| 2017-03-29 | rewrite low-level pyramid config functions to use plaster | Michael Merickel | |
| 2017-03-14 | add Mako to options for pyramid-cookiecutter-starter | Steve Piercy | |
| 2017-03-10 | add Chameleon as option to pyramid-cookiecutter-starter | Steve Piercy | |
| 2017-03-01 | use correct directory name for cookiecutter generated README.txt | Steve Piercy | |
| (cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22 | |||
