| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-16 | Merge branch 'master' into move-acl-security-to-authorization | Michael Merickel | |
| 2020-01-16 | Merge pull request #3557 from mmerickel/security-docs | Michael Merickel | |
| update docs to use security policy | |||
| 2020-01-15 | Minor grammar fixes | Steve Piercy | |
| - Expand contractions and spell out words | |||
| 2020-01-15 | Minor grammar fixes | Steve Piercy | |
| - Swap order of editing tutorial/views/default.py so that line numbers in the user's editor align with the rendered docs | |||
| 2020-01-15 | Update output of install of docutils | Steve Piercy | |
| - Fix line number reference | |||
| 2020-01-15 | Update emphasize-lines for definingmodels.rst to clarify changes and fix ↵ | Steve Piercy | |
| alignment. | |||
| 2020-01-15 | Remove bits that demo what one would need to do without defaults | Steve Piercy | |
| - Sync up wiki with language from wiki2 | |||
| 2020-01-14 | fix comment | Michael Merickel | |
| 2020-01-14 | Apply suggestions from code review | Michael Merickel | |
| Co-Authored-By: Éric Araujo <merwok@netwok.org> | |||
| 2020-01-14 | Apply suggestions from code review | Michael Merickel | |
| Co-Authored-By: Éric Araujo <merwok@netwok.org> | |||
| 2020-01-14 | Align Windows command with Unix | Steve Piercy | |
| 2020-01-14 | Remove Windows command prompt | Steve Piercy | |
| 2020-01-14 | Revert emphasis removal | Steve Piercy | |
| 2020-01-14 | Update test output | Steve Piercy | |
| 2020-01-14 | update changelog and docs | Michael Merickel | |
| 2020-01-13 | update output of package versions, coverage. fix command. | Steve Piercy | |
| 2020-01-13 | grammar fix | Steve Piercy | |
| 2020-01-13 | realign emphasize-lines | Steve Piercy | |
| 2020-01-13 | from webob.cookies import Cookie already existed; restore deleted comment | Steve Piercy | |
| 2020-01-13 | Use correct verb | Steve Piercy | |
| 2020-01-13 | Use reST numbered list syntax, not markdown | Steve Piercy | |
| 2020-01-13 | Align line numbers to code | Steve Piercy | |
| - @mmerickel can you check the wording to ensure it is still correct for the code? | |||
| 2020-01-13 | Align emphasis to method name | Steve Piercy | |
| 2020-01-13 | Remove emphasize-lines because the entire module is new and highlighting ↵ | Steve Piercy | |
| doesn't help here, just adds maintenance | |||
| 2020-01-13 | Remove emphasize-lines because the entire module is new, and there is no ↵ | Steve Piercy | |
| narrative reference to the emphasized lines | |||
| 2020-01-13 | Remove tests_require from literalinclude | Steve Piercy | |
| 2020-01-13 | Improve requires section | Steve Piercy | |
| - Improve narrative flow - Remove test_requires from literalinclude | |||
| 2020-01-13 | Update version numbers since last run to the latest | Steve Piercy | |
| 2020-01-13 | grammar fix | Steve Piercy | |
| 2020-01-12 | fix lint | Michael Merickel | |
| 2020-01-12 | move doc references from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-12 | move acl helper apis from pyramid.security to pyramid.authorization | Michael Merickel | |
| 2020-01-12 | upgrade the test harness | Michael Merickel | |
| 2020-01-12 | re-sync changes to starter conftest | Michael Merickel | |
| 2020-01-12 | update wiki authorization chapter | Michael Merickel | |
| 2020-01-10 | grammar fix | Michael Merickel | |
| 2020-01-10 | sync wiki installation, basiclayout, models and views chapters with new ↵ | Michael Merickel | |
| cookiecutter | |||
| 2020-01-09 | demonstrate an identity_cache | Michael Merickel | |
| 2020-01-09 | Merge branch 'master' into security-docs | Michael Merickel | |
| 2020-01-09 | Merge pull request #3561 from mmerickel/request-local-cache | Michael Merickel | |
| Request local cache | |||
| 2020-01-09 | clarify the docs | Michael Merickel | |
| 2020-01-09 | fix lint | Michael Merickel | |
| 2020-01-09 | fix paradigm to avoid incorrect usages | Michael Merickel | |
| It's almost impossible to create a decorator that works on both methods and functions, but more importantly the original approach was sharing a cache across instances of the policy. It needed to be local to the policy instance, but shared across requests. The new example demonstrates that. The cache is also much more flexible in its usage patterns now. | |||
| 2020-01-08 | Merge pull request #10 from stevepiercy/security-docs | Michael Merickel | |
| sync cookiecutter to starter project `myproject` | |||
| 2020-01-08 | grammar fixes | Michael Merickel | |
| 2020-01-08 | sync cookiecutter to starter project `myproject` | Steve Piercy | |
| 2020-01-08 | fix lint | Michael Merickel | |
| 2020-01-08 | add changed directives | Michael Merickel | |
| 2020-01-08 | link to pr | Michael Merickel | |
| 2020-01-08 | add a RequestLocalCache class | Michael Merickel | |
