summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
2018-03-08Mark changelogs as ReST, for better Github rendering.Tres Seaver
2017-10-22changelog for #3140Michael Merickel
2017-07-19add changelog for #3129Michael Merickel
2017-07-08add changelog for #3122Michael Merickel
2017-07-08add changelog for #3105Michael Merickel
2017-06-27prep 1.10.dev0Michael Merickel
2017-06-26prep 1.9Michael Merickel
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2017-06-19prep 1.9b1Michael Merickel
2017-06-19update the whatsnew-1.9 with changes from #3034Michael Merickel
2017-06-19add changelog for #3086Michael Merickel
2017-06-19add changelog for #3034Michael Merickel
2017-06-18add changelog for #3088Michael Merickel
2017-06-15update whatsnew-1.9Michael Merickel
2017-06-14add changelog for #3084Michael Merickel
2017-06-09add changelog for #3074Michael Merickel
2017-06-05add changelog for #3060Michael Merickel
2017-06-01use shortcut for github URL; update RELEASING.txtSteve Piercy
- refs: #3042
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