| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-18 | csrf documentation change | Ben Fagin | |
| 2017-08-14 | Fix typo in Mac OS X Python install instructinos | Paul Cutler | |
| Replace "verion" with correct spelling: version (cherry picked from commit 0bc8888) | |||
| 2017-07-24 | Fix typo | Kamil Dębowski | |
| 2017-07-12 | Merge pull request #3119 from stevepiercy/docs-context-manager | Michael Merickel | |
| Update docs to use a Configurator context manager | |||
| 2017-07-08 | fix the other link to pastedeploy | Michael Merickel | |
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Use lineno-match instead of linenos | Steve Piercy | |
| 2017-07-03 | Update example apps to use config context manager | Steve Piercy | |
| 2017-07-03 | Link context manager term to glossary | Steve Piercy | |
| 2017-06-27 | Update all external links per `make linkcheck` | Steve Piercy | |
| - Most are changing http to https, or readthedocs.org to readthedocs.io, and some for Python packaging reorganizing some docs into tutorials, as well as miscellaneous changes. | |||
| 2017-06-27 | prep 1.10.dev0 | Michael Merickel | |
| 2017-06-26 | Fix link to Venusian docs | Steve Piercy | |
| 2017-06-26 | change http://docs.pylonsproject.org to https | Steve Piercy | |
| - use correct URL for code style - use correct Pyramid version for zodb wiki src file template | |||
| 2017-06-15 | remove trailing slash | Steve Piercy | |
| 2017-06-15 | Use HTTPS for pylonsproject.org | Steve Piercy | |
| 2017-06-10 | update src files and synch emphasize-lines for myproject | Steve Piercy | |
| 2017-06-07 | explain why we prefer to avoid activate | Michael Merickel | |
| fixes #3064 | |||
| 2017-06-06 | Merge pull request #2634 from cewing/issue.2614 | Steve Piercy | |
| Improve "introduction" page, add "Advanced Features" page | |||
| 2017-06-06 | restore the r. it's important | cewing | |
| 2017-06-05 | fix a few more comments, and reflow introduction document to one line per ↵ | cewing | |
| paragraph | |||
| 2017-06-05 | fix more comments and refold lines, one per paragraph as specified in ↵ | cewing | |
| stylesheet. | |||
| 2017-06-03 | finish all app references for Pyramid and refold line lengths | cewing | |
| 2017-06-03 | more fixes for CR | cewing | |
| 2017-06-03 | use str in deference to Py3 style over Py2 | cewing | |
| 2017-06-02 | mid-release cycle will be the death of me | Steve Piercy | |
| 2017-06-02 | append ` --checkout master` to cookie cutter command | Steve Piercy | |
| 2017-06-01 | use shortcut for github URL; update RELEASING.txt | Steve Piercy | |
| - refs: #3042 | |||
| 2017-05-25 | fix more style issues per CR | cewing | |
| 2017-05-25 | fix code indentation and unify style for all code blocks, per CR | cewing | |
| 2017-05-23 | finish polishing the advanced configuration doc per code review | cewing | |
| 2017-05-23 | fixes per code review, Thanks @stevepiercy. | cewing | |
| 2017-05-22 | Updating wording in the advanced features doc to make it more accessible | cewing | |
| 2017-05-22 | Fix #2548, add SRI has for script tags | Fang-Pen Lin | |
| 2017-05-22 | simplify the section comparing pyramid with other web frameworks | cewing | |
| also remove the sidebar about MVC, in favor of a simpler statement of belief in the MVC paragraph. | |||
| 2017-05-22 | move more esoteric framework features into a separate file to remove ↵ | cewing | |
| complexity from the intro doc. | |||
| 2017-05-22 | Merge branch 'master' into issue.2614 | cewing | |
| 2017-05-22 | updates to narrative docs introduction, fixing for clarity and concision | cewing | |
| 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-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-16 | Fix #2927 - Change to listen = localhost:6543. | Aleph Melo | |
| 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. | |||
