This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


    from f6e0ab2e3 [#8499] updated syntax to retreive form values from the 
request object instead of the template context c.form_values -> 
request.validation.values
     new 43ec3d4b8 [#8500] upgrade Turbogears
     new 7621f4f34 [#8500] turbogears upgrade adjustment & warnings; only 
ForgeBlog's test_related_artifacts surfaced this issue :(
     new 8024f1c84 [#8500] turbogears upgrade: ensure TG registry globals are 
cleaned up
     new 8afc55cd4 [#8500] drop mako template support (unused for years)
     new 3add8223b [#8500] upgrade webob
     new 99e409817 [#8500] make _session_id cookie use samesite=strict
     new 297585d49 [#8500] remove old unneeded version skips
     new 0faeaec53 [#8500] error page message should always be escaped, not 
assumed to be "safe"
     new e2b6f6a08 better defaults for CSP to avoid warnings when developing

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Allura/allura/command/base.py                      |   5 +-
 Allura/allura/config/app_cfg.py                    |  75 ++++++++++-----
 Allura/allura/config/environment.py                |  25 -----
 Allura/allura/config/middleware.py                 |  46 ++++------
 Allura/allura/controllers/error.py                 |   4 +-
 Allura/allura/lib/app_globals.py                   |   2 +-
 Allura/allura/lib/custom_middleware.py             | 101 +++++++++++++++++++--
 Allura/allura/lib/helpers.py                       |   2 +-
 Allura/allura/lib/utils.py                         |   2 +-
 Allura/allura/model/index.py                       |  15 ++-
 Allura/allura/model/session.py                     |   2 +-
 Allura/allura/templates/error.html                 |   2 +-
 .../templates/jinja_master/theme_macros.html       |   4 +-
 Allura/allura/tests/decorators.py                  |   4 +-
 .../allura/tests/functional/test_neighborhood.py   |  16 ++--
 Allura/allura/tests/functional/test_root.py        |  63 ++++++++++++-
 Allura/allura/tests/functional/test_site_admin.py  |   1 +
 Allura/allura/tests/model/test_filesystem.py       |   9 +-
 Allura/allura/websetup/__init__.py                 |   8 +-
 Allura/development.ini                             |   4 +-
 AlluraTest/alluratest/test_syntax.py               |   2 +-
 AlluraTest/alluratest/validation.py                |  13 +++
 requirements.in                                    |   6 +-
 requirements.txt                                   |   4 +-
 24 files changed, 293 insertions(+), 122 deletions(-)
 delete mode 100644 Allura/allura/config/environment.py

Reply via email to