| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-04 | add changelog for #3031 | Michael Merickel | |
| 2017-05-03 | add changelog for #3029 | Michael Merickel | |
| 2017-05-01 | fix url syntax yet again | Michael Merickel | |
| 2017-05-01 | prep 1.9a1 | Michael Merickel | |
| 2017-05-01 | typo | 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 | link to plaster_pastedeploy | Michael Merickel | |
| 2017-05-01 | update changelog and add whatsnew-1.9 | Michael Merickel | |
| 2017-04-30 | improve flow of changes for configurator threadlocals | Michael Merickel | |
| 2017-04-30 | move csrf changes to the "major features" section | Michael Merickel | |
| 2017-04-30 | improve csrf changelog docs | Michael Merickel | |
| 2017-04-30 | Merge pull request #2985 from mmerickel/plaster | Michael Merickel | |
| migrate pyramid to use plaster | |||
| 2017-04-30 | Merge branch 'master' into pr/2854 | Michael Merickel | |
| 2017-04-29 | add changelog for #2874 | 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-26 | Apply drafting changes to documentation. | Matthew Wilkes | |
| 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-02 | add changelog for #2989 | Michael Merickel | |
| 2017-03-31 | add some simple notes about plaster in the narrative docs | Michael Merickel | |
| 2017-03-31 | add changelog for #2985 | Michael Merickel | |
| 2017-03-28 | changelog for #2984 | Michael Merickel | |
| 2017-03-05 | add changelog for #2962 | Michael Merickel | |
| 2017-03-03 | changelog for #2967 | Michael Merickel | |
| 2017-02-28 | add changelog for #2964 | Michael Merickel | |
| 2017-02-06 | Update CHANGES.txt for #2951 | Bert JW Regeer | |
| 2017-01-21 | switch to 1.9.dev0 | Michael Merickel | |
| 2017-01-21 | typo | Michael Merickel | |
| 2017-01-17 | prep 1.8b1 | Michael Merickel | |
| 2017-01-17 | fix rst syntax in changelog | Michael Merickel | |
| 2017-01-17 | changelog for #2902 | Michael Merickel | |
| 2017-01-15 | changelog for #2901 | Michael Merickel | |
| 2017-01-15 | Fix typo and add PR reference | Steve Piercy | |
| 2017-01-15 | changelog cleanups | Michael Merickel | |
| 2017-01-04 | Merge pull request #2893 from mmerickel/document-registry-as-dict | Michael Merickel | |
| improve the registry documentation to cover usage as a dictionary | |||
| 2017-01-02 | add changelog and whatsnew entry for #2888 and #2889 | Steve Piercy | |
| 2017-01-02 | changelog for #2893 | Michael Merickel | |
| 2016-12-25 | fix changelog date | Michael Merickel | |
| 2016-12-24 | reorganize the whatsnew doc to look more like older versions (< 1.5) | Michael Merickel | |
| 2016-12-24 | remove Style Guide from changelog and whatsnew | Steve Piercy | |
| 2016-12-24 | fix grammar of changelog entry | Steve Piercy | |
| 2016-12-24 | add changelog entry | Steve Piercy | |
| 2016-12-23 | update whatsnew | Michael Merickel | |
| 2016-12-23 | add changelogs for #2881 and #2883. | Michael Merickel | |
| 2016-12-23 | add changelog for #2780 | Michael Merickel | |
| 2016-12-21 | Merge pull request #2873 from mmerickel/defer-translation-dirs | Michael Merickel | |
| defer config.add_translation_dirs | |||
| 2016-12-21 | add changelog for #2873 | Michael Merickel | |
| 2016-12-19 | Correct change log entry | Steve Piercy | |
| 2016-12-19 | first cut at whatsnew-1.8 | Michael Merickel | |
| 2016-12-15 | Add CHANGES for #2822 | Bert JW Regeer | |
