summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
2017-05-22add change noteSteve Piercy
2017-05-22add changelog for #3054Michael Merickel
2017-05-09fix changelog, added #3031 and #3029 to the wrong release versionMichael Merickel
2017-05-04add changelog for #3031Michael Merickel
2017-05-03add changelog for #3029Michael Merickel
2017-05-01fix url syntax yet againMichael Merickel
2017-05-01prep 1.9a1Michael Merickel
2017-05-01typoMichael Merickel
2017-05-01line length fixes in whatsnew-1.9Michael Merickel
2017-05-01add changelog for #2993Michael Merickel
2017-05-01link to plaster_pastedeployMichael Merickel
2017-05-01update changelog and add whatsnew-1.9Michael Merickel
2017-04-30improve flow of changes for configurator threadlocalsMichael Merickel
2017-04-30move csrf changes to the "major features" sectionMichael Merickel
2017-04-30improve csrf changelog docsMichael Merickel
2017-04-30Merge pull request #2985 from mmerickel/plasterMichael Merickel
migrate pyramid to use plaster
2017-04-30Merge branch 'master' into pr/2854Michael Merickel
2017-04-29add changelog for #2874Michael Merickel
2017-04-29final cleanup of csrf decoupling in #2854Michael 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-26Apply drafting changes to documentation.Matthew Wilkes
2017-04-12Create 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-02add changelog for #2989Michael Merickel
2017-03-31add some simple notes about plaster in the narrative docsMichael Merickel
2017-03-31add changelog for #2985Michael Merickel
2017-03-28changelog for #2984Michael Merickel
2017-03-05add changelog for #2962Michael Merickel
2017-03-03changelog for #2967Michael Merickel
2017-02-28add changelog for #2964Michael Merickel
2017-02-06Update CHANGES.txt for #2951Bert JW Regeer
2017-01-21switch to 1.9.dev0Michael Merickel
2017-01-21typoMichael Merickel
2017-01-17prep 1.8b1Michael Merickel
2017-01-17fix rst syntax in changelogMichael Merickel
2017-01-17changelog for #2902Michael Merickel
2017-01-15changelog for #2901Michael Merickel
2017-01-15Fix typo and add PR referenceSteve Piercy
2017-01-15changelog cleanupsMichael Merickel
2017-01-04Merge pull request #2893 from mmerickel/document-registry-as-dictMichael Merickel
improve the registry documentation to cover usage as a dictionary
2017-01-02add changelog and whatsnew entry for #2888 and #2889Steve Piercy
2017-01-02changelog for #2893Michael Merickel
2016-12-25fix changelog dateMichael Merickel
2016-12-24reorganize the whatsnew doc to look more like older versions (< 1.5)Michael Merickel
2016-12-24remove Style Guide from changelog and whatsnewSteve Piercy
2016-12-24fix grammar of changelog entrySteve Piercy
2016-12-24add changelog entrySteve Piercy
2016-12-23update whatsnewMichael Merickel
2016-12-23add changelogs for #2881 and #2883.Michael Merickel
2016-12-23add changelog for #2780Michael Merickel
2016-12-21Merge pull request #2873 from mmerickel/defer-translation-dirsMichael Merickel
defer config.add_translation_dirs
2016-12-21add changelog for #2873Michael Merickel