| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-06 | Remove the usage of deprecated 'sqlalchemy.MetaData.bind' attribute | Nguyễn Hoàng Anh Duy | |
| 2024-06-09 | chore: remove 'retail_forms' fossil | Tres Seaver | |
| Ten years on, it has never landed in the generated docs. | |||
| 2024-06-09 | fix: store 'came_from' information in the session | Tres 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-09 | docs: remove 'came_from' from login view | Tres 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-03 | Merge pull request #3753 from wainuiomata/security-docs-self-missing | Michael Merickel | |
| docs: missing self in SessionSecurityPolicy example | |||
| 2024-03-02 | docs: fix typo in whatsnew MySecurityPolicy should be 'is' | Rob van der Linde | |
| 2024-03-02 | docs: missing self in SessionSecurityPolicy example | Rob van der Linde | |
| 2024-02-07 | add changelog for #3747 and #3751 | Michael Merickel | |
| 2024-02-07 | Merge pull request #3747 from Pylons/wiki2-sqla-2.0 | Michael Merickel | |
| upgrade the wiki2 tutorial with the new cookiecutter updates | |||
| 2024-02-07 | sync language from zodb tutorial for test sections | Michael Merickel | |
| 2024-02-07 | docs: fold in 'Installing' language from the 'wiki2' refresh (PR #3747) | Tres Seaver | |
| 2024-02-07 | docs: fold in 'Distributing' language from the 'wiki2' refresh (PR #3747) | Tres Seaver | |
| 2024-02-07 | fix: document test harness config via 'pyproject.toml' | Tres Seaver | |
| 2024-02-07 | fix: remove stray mentions of 'setup.py' | Tres Seaver | |
| 2024-02-07 | improve the distributing.rst | Michael Merickel | |
| 2024-02-07 | fix pytest / coverage references | Michael Merickel | |
| 2024-02-07 | docs: update ZODB wiki tutorial to cookiecutter | Tres Seaver | |
| - Describe 'pyproject.toml' usage (replacing 'setup.py', 'pytest.ini', '.coveragerc'). - Document the new PyPA-blessed build process. | |||
| 2024-02-07 | fix: apply equivalent change from old 'setup.py' | Tres Seaver | |
| 2024-02-07 | chore: 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-07 | chore: sync w/ generation from project name 'tutorial' | Tres Seaver | |
| 2024-02-07 | chore: sync w/ cookiecutter | Tres Seaver | |
| Fix applied in this commit: https://github.com/Pylons/pyramid-cookiecutter-starter/commit/8b139f68b7a2a8036d59fcf1bf9df4f46e06349e | |||
| 2024-02-04 | fix query in test_views | Michael Merickel | |
| 2024-02-04 | update distributing chapter | Michael Merickel | |
| 2024-02-04 | upgrade tests chapter | Michael Merickel | |
| 2024-02-04 | backport fix to authentication | Michael Merickel | |
| 2024-02-04 | update authorization chapter | Michael Merickel | |
| 2024-02-04 | update authentication chapter | Michael Merickel | |
| 2024-02-04 | update the definingviews chapter | Michael Merickel | |
| 2024-02-04 | add missing migration files | Michael Merickel | |
| 2024-02-04 | upgrade definingmodels chapter | Michael Merickel | |
| 2024-02-04 | upgrade basiclayout chapter | Michael Merickel | |
| 2024-02-04 | fix design chapter | Michael Merickel | |
| 2024-02-04 | upgrade the wiki2/installation chapter | Michael Merickel | |
| 2024-01-28 | drop support for python 3.7 which was eol in 2023 | Michael Merickel | |
| 2024-01-27 | Merge pull request #3735 from adroullier/script_info | Michael Merickel | |
| Adding script name to 'global_config' during application setup | |||
| 2023-11-30 | Update docs to mention Python 3.12 support | Ievgen Popovych | |
| Signed-off-by: Ievgen Popovych <jmennius@gmail.com> | |||
| 2023-10-24 | Adding script name to 'global_config' during application setup as '__script__' | adroullier | |
| 2023-09-14 | Fix broken links | Mike Fiedler | |
| Found when browsing around. | |||
| 2023-08-09 | Fix a small mistake in definingmodels.rst | Leonardo Costa | |
| Remove one "the" that was doubled in the text. | |||
| 2023-05-11 | Update conf.py | skywalk | |
| 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-30 | Fix English grammar and syntax in wiki installation.rst | Steve Piercy | |
| 2022-12-30 | Merge pull request #3713 from jvanasco/main | Michael Merickel | |
| rename "master" to "main" | |||
| 2022-12-30 | Update docs/tutorials/wiki2/installation.rst | Michael Merickel | |
| 2022-12-30 | Merge branch 'master' into py311 | Michael Merickel | |
| 2022-12-29 | Merge branch 'master' into main | Michael Merickel | |
| 2022-12-29 | Merge pull request #3707 from ckaipf/update_quick_tutorial | Michael Merickel | |
| update SQLAlchemy logger in quick tutorial fixes #3706 | |||
| 2022-12-27 | Update reference to ORM in sqlalchemy | Bert JW Regeer | |
| 2022-12-25 | Declare support for python 3.11 | Stefano Rivera | |
| 2022-12-25 | Run tests on Python 3.11 | Stefano Rivera | |
| 2022-12-25 | Update links to Python Support schedule | Stefano Rivera | |
