summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src
AgeCommit message (Expand)Author
2024-02-04update authentication chapterMichael Merickel
2024-02-04update the definingviews chapterMichael Merickel
2024-02-04add missing migration filesMichael Merickel
2024-02-04upgrade definingmodels chapterMichael Merickel
2024-02-04upgrade basiclayout chapterMichael Merickel
2024-02-04upgrade the wiki2/installation chapterMichael Merickel
2021-12-17Move IRC channel to Libera.ChatSergey Maranchuk
2021-02-03Sync source files with update to cookiecutter.Steve Piercy
2021-01-08Descramble importsSteve Piercy
2021-01-08Update all steps pytest.ini, .gitignore, and README.txtSteve Piercy
2021-01-07Update output, .gitignore, and README.txtSteve Piercy
2020-12-12change identity checks to use request.is_authenticatedMichael Merickel
2020-12-11Install new cookiecutter conftests.Theron Luhn
2020-12-11Revert "Remove `app_request` from wiki2 tests."Theron Luhn
2020-11-11Remove `app_request` from wiki2 tests.Theron Luhn
2020-11-11Backport conftest changes to prior steps.Theron Luhn
2020-11-11Add to test documentation.Theron Luhn
2020-11-09Manually set routes for the tests.Theron Luhn
2020-11-08First attempt at fixing wiki2 tests.Theron Luhn
2020-11-07Remove request.user from wiki2 testing tutorial.Theron Luhn
2020-11-07Remove `request.user` for wiki2 authorization tutorial.Theron Luhn
2020-11-07Remove `request.user` from wiki2 authentication tutorial.Theron Luhn
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-01-16update docs with pyramid.authorizatio imports after syncing masterMichael Merickel
2020-01-13from webob.cookies import Cookie already existed; restore deleted commentSteve Piercy
2020-01-09demonstrate an identity_cacheMichael Merickel
2020-01-07use _makeContext to reduce importsMichael Merickel
2020-01-07revamp the test suite and explain the fixturesMichael Merickel
2020-01-06update authorization docs with new security policyMichael Merickel
2020-01-06update authentication docs with security policyMichael Merickel
2020-01-06sync views with new structure and add csrf protectionMichael Merickel
2020-01-06sync basiclayout, installation, models with new structureMichael Merickel
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-03Stupid PyCharm caching of diff will be the death of meSteve Piercy
2020-01-02Remove unrepeatable test, per https://github.com/Pylons/pyramid/pull/3556#iss...Steve Piercy
2020-01-02Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragercSteve Piercy
2020-01-02Resync wiki2/*.rst and related files after moving tests directorySteve 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
2018-11-27Merge pull request #3438 from stevepiercy/docs-style-inputsSteve Piercy
2018-11-27Add a style to show text in input fields.Steve Piercy
2018-11-27Fix links after running linkcheck, excluding HISTORY.txt, a local link, and a...Steve Piercy
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy