summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-17Write tests.Theron Luhn
2021-02-17Update changelog.Theron Luhn
2021-02-17Fix reify so Sphinx recognizes it as an attribute.Theron Luhn
2021-02-03Merge pull request #3654 from Pylons/docs-cookiecutter-sqlalchemy-requestSteve Piercy
Sync source files with update to cookiecutter.
2021-02-03Use the my_view object instead of a single line numberSteve Piercy
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-20Merge pull request #3649 from luhn/context-break-cyclesMichael Merickel
Break reference cycle between request and context.
2021-01-15Fix rst syntax in changelog.Theron Luhn
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2021-01-15Merge pull request #3648 from Pylons/prep-2.0-docsMichael Merickel
More 2.0 docs prep
2021-01-15Update changelog.Theron Luhn
2021-01-15Comment.Theron Luhn
2021-01-15Test Router.finish_requestTheron Luhn
2021-01-15Fix tests.Theron Luhn
2021-01-10Revert "Remove **kw."Steve Piercy
This reverts commit c8b1ee29
2021-01-10grammar fixSteve Piercy
2021-01-09Update database step in Quick TourSteve Piercy
2021-01-09Update logging and sessions steps in Quick TourSteve Piercy
2021-01-09Update Quick Tour Testing stepSteve Piercy
2021-01-09Update Quick Tutorial and Quick Tour cookiecutter stepsSteve Piercy
2021-01-09Update Quick Tutorial cookiecutter stepSteve Piercy
2021-01-09Update files from cookiecutter and output from commandsSteve 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-08Merge pull request #3646 from stevepiercy/prep-2.0-docsMichael Merickel
Prep 2.0 docs
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
2021-01-07Merge pull request #3644 from stevepiercy/masterMichael Merickel
Add sphinx-copybutton to docs
2021-01-05Merge pull request #3645 from grigouze/patch-1Steve Piercy
Typo on docstring
2021-01-05Typo on docstringGrigouze
2020-12-30Merge branch 'master' of https://github.com/Pylons/pyramidSteve Piercy
2020-12-30Add sphinx-copybutton to docs to make it easier to copy code blocks.Steve Piercy
- requires Python 3.4+
2020-12-23Merge pull request #3643 from timgates42/bugfix_typo_throwsSteve Piercy
docs: fix simple typo, thows -> throws
2020-12-24docs: fix simple typo, thows -> throwsTim Gates
There is a small typo in docs/whatsnew-1.5.rst. Should read `throws` rather than `thows`.
2020-12-15rename to b0Michael Merickel
2020-12-15prep 2.0a1Michael Merickel
2020-12-13Merge pull request #3636 from stevepiercy/masterMichael Merickel
Force RTD to use Sphinx >= 3.0.0
2020-12-12Merge pull request #3629 from luhn/wiki2-request-identityMichael Merickel
Remove request.user from wiki2
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-12-11Merge remote-tracking branch 'upstream/master' into wiki2-request-identityTheron Luhn
2020-11-30Fix commentSteve Piercy