summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
2024-02-07docs: update ZODB wiki tutorial to cookiecutterTres Seaver
- Describe 'pyproject.toml' usage (replacing 'setup.py', 'pytest.ini', '.coveragerc'). - Document the new PyPA-blessed build process.
2024-02-07fix: apply equivalent change from old 'setup.py'Tres Seaver
2024-02-07chore: sync with cookiecutter:Tres Seaver
- Use 'pyproject.toml' rather than 'setup.py', 'pytest.ini', '.coveragerg'. - Drop 'CHANGES.txt': implementing that in 'pyproject.toml' is a distraction. - Convert README to Markdown.
2024-02-07chore: sync w/ generation from project name 'tutorial'Tres Seaver
2024-02-07chore: sync w/ cookiecutterTres Seaver
Fix applied in this commit: https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8b139f68b7a2a8036d59fcf1bf9df4f46e06349e
2023-08-09Fix a small mistake in definingmodels.rstLeonardo Costa
Remove one "the" that was doubled in the text.
2022-12-30Fix English grammar and syntax in wiki installation.rstSteve Piercy
2022-12-30Update docs/tutorials/wiki2/installation.rstMichael Merickel
2022-11-14rename "master" to "main"jonathan vanasco
2021-12-17Move IRC channel to Libera.ChatSergey Maranchuk
2021-02-03Sync source files with update to cookiecutter.Steve Piercy
- @mmerickel the critical one to check is ``models/tutorial/models/__init__.py``, as that one has changes pertinent to the wiki tutorial that I carried forward to the subsequent steps.
2021-01-10Revert "Remove **kw."Steve Piercy
This reverts commit c8b1ee29
2021-01-10grammar fixSteve Piercy
2021-01-09Align code lines, revise authorization.rst view application sub-stepSteve Piercy
2021-01-09Use ZODB instead of ZODB3 for latest version of ZODB without indirectionSteve Piercy
2021-01-09Update conftest.py, pytest.ini, and README.txt for all steps where neededSteve Piercy
2021-01-09Update outputs of running tests with coverageSteve Piercy
2021-01-09Remove **kw.Steve Piercy
2021-01-08Descramble importsSteve Piercy
2021-01-08Synch viewing the app section with authentication.rstSteve Piercy
2021-01-08Add login link and view for viewing the app. Move credentials into login ↵Steve Piercy
page bullet point, and remove it from all other bullet points.
2021-01-08Update all steps pytest.ini, .gitignore, and README.txtSteve Piercy
2021-01-07Update output, .gitignore, and README.txtSteve Piercy
2021-01-07Use py39 envSteve Piercy
2021-01-07Layout now uses autoscroll, so no need to wrap linesSteve 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
This reverts commit 86cb46d4d977d3a948308326bee628421cab93ea.
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-15Minor grammar fixesSteve Piercy
- Expand contractions and spell out words
2020-01-15Minor grammar fixesSteve 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-15Update output of install of docutilsSteve Piercy
- Fix line number reference
2020-01-15Update emphasize-lines for definingmodels.rst to clarify changes and fix ↵Steve Piercy
alignment.
2020-01-15Remove bits that demo what one would need to do without defaultsSteve Piercy
- Sync up wiki with language from wiki2
2020-01-14Align Windows command with UnixSteve Piercy
2020-01-14Remove Windows command promptSteve Piercy
2020-01-14Revert emphasis removalSteve Piercy
2020-01-14Update test outputSteve Piercy
2020-01-13update output of package versions, coverage. fix command.Steve Piercy
2020-01-13grammar fixSteve Piercy