summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-12-06Remove the usage of deprecated 'sqlalchemy.MetaData.bind' attributeNguyễn Hoàng Anh Duy
2024-06-09chore: remove 'retail_forms' fossilTres Seaver
Ten years on, it has never landed in the generated docs.
2024-06-09fix: store 'came_from' information in the sessionTres Seaver
- As with the previous commit, we want to avoid trusting user-supplied data from the query string or form parameters when constructing redirect URLs. - Storing the route name and matchdict for the view being forbidden in the session allows us to construct the redirect URL on successful login cleanly. - In order to clarify that the logic of storing the 'came from' information is separate from rendering or processing the login form, this PR splits the `@forbidden_view` mapping onto a separate view function.
2024-06-09docs: remove 'came_from' from login viewTres Seaver
- The narrative doesn't discuss this (mis-)feature. - Without any authorization, there is no meaninful reason to remember the 'previous' page. - As a general rule, we want to avoid trusting user-supplied data (i.e., from the query string or form params) when constructing redirect URLs.
2024-03-03Merge pull request #3753 from wainuiomata/security-docs-self-missingMichael Merickel
docs: missing self in SessionSecurityPolicy example
2024-03-02docs: fix typo in whatsnew MySecurityPolicy should be 'is'Rob van der Linde
2024-03-02docs: missing self in SessionSecurityPolicy exampleRob van der Linde
2024-02-07add changelog for #3747 and #3751Michael Merickel
2024-02-07Merge pull request #3747 from Pylons/wiki2-sqla-2.0Michael Merickel
upgrade the wiki2 tutorial with the new cookiecutter updates
2024-02-07sync language from zodb tutorial for test sectionsMichael Merickel
2024-02-07docs: fold in 'Installing' language from the 'wiki2' refresh (PR #3747)Tres Seaver
2024-02-07docs: fold in 'Distributing' language from the 'wiki2' refresh (PR #3747)Tres Seaver
2024-02-07fix: document test harness config via 'pyproject.toml'Tres Seaver
2024-02-07fix: remove stray mentions of 'setup.py'Tres Seaver
2024-02-07improve the distributing.rstMichael Merickel
2024-02-07fix pytest / coverage referencesMichael Merickel
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
2024-02-04fix query in test_viewsMichael Merickel
2024-02-04update distributing chapterMichael Merickel
2024-02-04upgrade tests chapterMichael Merickel
2024-02-04backport fix to authenticationMichael Merickel
2024-02-04update authorization chapterMichael Merickel
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-04fix design chapterMichael Merickel
2024-02-04upgrade the wiki2/installation chapterMichael Merickel
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2024-01-27Merge pull request #3735 from adroullier/script_infoMichael Merickel
Adding script name to 'global_config' during application setup
2023-11-30Update docs to mention Python 3.12 supportIevgen Popovych
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
2023-10-24Adding script name to 'global_config' during application setup as '__script__'adroullier
2023-09-14Fix broken linksMike Fiedler
Found when browsing around.
2023-08-09Fix a small mistake in definingmodels.rstLeonardo Costa
Remove one "the" that was doubled in the text.
2023-05-11Update conf.pyskywalk
Change URL from '-' to '_' except for https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/. This is because all other URLs have replaced “-” between words in their names with underscore symbols.
2022-12-30Fix English grammar and syntax in wiki installation.rstSteve Piercy
2022-12-30Merge pull request #3713 from jvanasco/mainMichael Merickel
rename "master" to "main"
2022-12-30Update docs/tutorials/wiki2/installation.rstMichael Merickel
2022-12-30Merge branch 'master' into py311Michael Merickel
2022-12-29Merge branch 'master' into mainMichael Merickel
2022-12-29Merge pull request #3707 from ckaipf/update_quick_tutorialMichael Merickel
update SQLAlchemy logger in quick tutorial fixes #3706
2022-12-27Update reference to ORM in sqlalchemyBert JW Regeer
2022-12-25Declare support for python 3.11Stefano Rivera
2022-12-25Run tests on Python 3.11Stefano Rivera
2022-12-25Update links to Python Support scheduleStefano Rivera