summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-01-02Fix broken literalinclude pathsSteve Piercy
2020-01-02Resync quick_tutorial/cookiecutters.rst and related files after moving tests ↵Steve Piercy
directory, including tests package
2020-01-02Resync quick_tutorial/cookiecutters.rst and related files after moving tests ↵Steve Piercy
directory
2020-01-02Resync through project.rst after moving tests directorySteve Piercy
2020-01-02Resync through Quick Tour after moving tests directory, removing tests.py fileSteve Piercy
2020-01-02Resync through Quick Tour after moving tests directorySteve Piercy
2020-01-02Fix heading levelsSteve Piercy
2020-01-02Update reference to tests in testing.rstSteve Piercy
2020-01-02Unwrap paragraph to one line per sentenceSteve Piercy
2020-01-02Update tests src filesSteve Piercy
2020-01-02Update authorization src filesSteve Piercy
2020-01-02Update authentication src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingviews.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingmodels.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/basiclayout.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/installation.rst and related src filesSteve Piercy
2020-01-02Update src files for testsSteve Piercy
2020-01-02Update docs/tutorials/wiki/authorization.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki/definingviews.rst and related src files, and ↵Steve Piercy
models src files
2020-01-02Update docs/tutorials/wiki/basiclayout.rst and related filesSteve Piercy
2020-01-02Update docs/tutorials/wiki/installation.rst and related filesSteve Piercy
2020-01-024 tests require 4 dotsSteve Piercy
2020-01-02Update quick_tutorial/cookiecutters.rst and related filesSteve Piercy
2020-01-02Update project.rst and its cookiecutter project filesSteve Piercy
- Update output to reflect current cookiecutter - Fix minor typos - Use new links to PyPA for MANIFEST.in description and usage - Add missing keyword "keywords" to setup.py whirlwind description - Flip order of `install_requires` and `extras_require` to align with order in setup.py - Update line numbers and code references - Add watchman under hupper and rewrite paragraph @mmerickel should review
2020-01-02Update tests.py with 100% coverageSteve Piercy
2020-01-02Use package name instead of relative path for the rendererSteve Piercy
2020-01-02Update quick_tour with cookiecutter master branchSteve Piercy
2019-12-27Avoid "WARNING: Duplicate explicit target name" errors by using a double ↵Steve Piercy
underscore to make an anonymous hyperlink. See: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks - Restore previous reference names in other doc files.
2019-12-27Fix broken reference to pyramid-cookiecuttersSteve Piercy
2019-12-27Expand cookiecutters doc to include more references, using the old ↵Steve Piercy
scaffolds.rst as an example. - Update reST target and label for Pyramid cookiecutters.
2019-12-24alphabetizeMichael Merickel
2019-12-24security policy docs and legacy policy improvementsMichael Merickel
- Added `set_security_policy`` to more places in the docs. - Ensure that the authn/authz policies are not used at all if the legacy policy is not in effect to avoid edge cases where the code would skip the security policy and use the authn/authz policy on accident. - Change deprecation warnings in code to reference the docs by name instead of by URL.
2019-12-23Merge branch 'master' into luhn-authenticated-useridMichael Merickel
2019-12-23fix links in docs to cookiecutterMichael Merickel
2019-12-23restore py35Michael Merickel
2019-12-17Use `self.identify` instead of `request.authenticated_identity`Theron Luhn
2019-12-16Update docs/narr/security.rst code examples.Theron Luhn
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2019-12-15Remove requirement that identity is validated.Theron Luhn
2019-12-15Fix whatsnew.Theron Luhn
2019-12-15Revert "Bring back identity into permits."Theron Luhn
This reverts commit 2e06fa414412688dc3b7e0b422b0fc0b96ec882f.
2019-12-15Merge pull request #3537 from mmerickel/negotiate-static-encodingMichael Merickel
negotiate the best static asset using supported encodings
2019-12-15Four spaces of indentation.Theron Luhn
2019-12-15Update docs/narr/security.rstTheron Luhn
Co-Authored-By: Steve Piercy <web@stevepiercy.com>
2019-12-14Bring back identity into permits.Theron Luhn
2019-12-14Update docs.Theron Luhn
2019-12-14Remove TODO for authentication tutorial.Theron Luhn
It should be done, but not as part of this PR. I'll open an issue.
2019-12-14merge upstreamÉric Araujo
2019-12-14start reworking security policyÉric Araujo
2019-12-09Merge pull request #3543 from behzod/patch-3Steve Piercy
view_classes.rst doc: "classes" -> "functions"