| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-17 | fix rst syntax for index entries | Steve Piercy | |
| 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-08 | grammar fix | Steve Piercy | |
| 2017-03-31 | add some simple notes about plaster in the narrative docs | 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-02-28 | update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵ | Steve Piercy | |
| cookiecutter prompts | |||
| 2017-02-04 | configuration should not be quoted | Steve Piercy | |
| - closes #2944 | |||
| 2017-02-03 | update links and reST syntax for mod_wsgi | Steve Piercy | |
| 2017-01-28 | Minor change | John 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-28 | Minor change | John Jimenez | |
| distinguish between Pyramid itself and view code raising the exception as in previous exception listing. (cherry picked from commit eb166fb) | |||
| 2017-01-27 | Minor change | John Jimenez | |
| minor change to flow better (cherry picked from commit 0c705c9) | |||
| 2017-01-26 | grammar fixes | Steve Piercy | |
| 2017-01-26 | rest syntax fix | Steve Piercy | |
| 2017-01-26 | rest syntax fix | Steve Piercy | |
| 2017-01-26 | grammar fix | Steve Piercy | |
| 2017-01-20 | Fix typo to be consistent with API docs | Steve Piercy | |
| - Closes #2904 | |||
| 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 | |||
| 2017-01-15 | Update Windows installation docs | Steve Piercy | |
| 2017-01-08 | Update project.rst | ramgoer | |
| incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter | |||
| 2016-12-28 | fix link target | Steve Piercy | |
| 2016-12-27 | update Sphinx link target | Steve Piercy | |
| 2016-12-27 | narr/commandline - update for cookiecutters | Steve Piercy | |
| 2016-12-27 | quick_tutorial - refactor MyProject/myproject for cookiecutters | Steve Piercy | |
| 2016-12-27 | narr/webob - update for cookiecutters | Steve Piercy | |
| 2016-12-27 | narr/startup - update for cookiecutters | Steve Piercy | |
| 2016-12-27 | narr/project - update for cookiecutters | Steve Piercy | |
| - update source files - update project.png - fix literalinclude reference in logging | |||
| 2016-12-27 | narr/cookiecutters - revise | Steve Piercy | |
| 2016-12-27 | narr/paste - update | Steve Piercy | |
| 2016-12-27 | narr/logging - update | Steve Piercy | |
| 2016-12-27 | narr/introduction - update | Steve Piercy | |
| 2016-12-27 | narr/install - update | Steve Piercy | |
| 2016-12-27 | narr/extending - update | Steve Piercy | |
| 2016-12-27 | narr/assets - update | Steve Piercy | |
| 2016-12-26 | narr/cookiecutters - add | Steve Piercy | |
| narr/scaffolding - update index - add link to narr/cookiecutters | |||
| 2016-12-16 | move asset overrides to an earlier phase | Michael Merickel | |
| 2016-12-15 | Merge pull request #2822 from mmerickel/remove-deprecated-icontexturl | Bert JW Regeer | |
| remove the deprecated IContextURL | |||
| 2016-12-14 | Merge branch 'master' into pr/2853 | Michael Merickel | |
| 2016-12-10 | Merge branch 'master' into pserve-watch-files | Michael Merickel | |
