This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a change to branch db/8500
in repository https://gitbox.apache.org/repos/asf/allura.git
discard 09087e0e1 [#8500] remove old unneeded version skips
discard c7ce55b97 [#8500] make _session_id cookie use samesite=strict
discard a7f700238 [#8500] upgrade webob
discard 066c0abbb [#8500] drop mako template support (unused for years)
discard 2fb986880 [#8500] turbogears upgrade adjustment & warnings; only
ForgeBlog's test_related_artifacts surfaced this issue :(
discard 26d57f2dd [#8500] upgrade Turbogears
add 9d920eee1 upgrade werkzeug
new b6521e898 [#8500] upgrade Turbogears
new 12ec02933 [#8500] turbogears upgrade adjustment & warnings; only
ForgeBlog's test_related_artifacts surfaced this issue :(
new a55b1db16 [#8500] turbogears upgrade: ensure TG registry globals are
cleaned up
new 450cf8310 [#8500] drop mako template support (unused for years)
new 94c8f5376 [#8500] upgrade webob
new 5b987e45d [#8500] make _session_id cookie use samesite=strict
new 432d62bf4 [#8500] remove old unneeded version skips
new 83ab86952 [#8500] error page message should always be escaped, not
assumed to be "safe"
new f3bf6327b better defaults for CSP to avoid warnings when developing
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (09087e0e1)
\
N -- N -- N refs/heads/db/8500 (f3bf6327b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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/config/middleware.py | 8 ++--
Allura/allura/controllers/error.py | 4 +-
Allura/allura/lib/app_globals.py | 2 +-
Allura/allura/lib/custom_middleware.py | 6 ++-
Allura/allura/model/index.py | 2 +-
Allura/allura/model/session.py | 2 -
Allura/allura/templates/error.html | 2 +-
.../templates/jinja_master/theme_macros.html | 4 +-
.../allura/tests/functional/test_neighborhood.py | 16 ++++----
Allura/allura/tests/functional/test_root.py | 43 ++++++++++++++++------
Allura/allura/tests/functional/test_site_admin.py | 1 +
Allura/development.ini | 3 +-
AlluraTest/alluratest/validation.py | 13 +++++++
requirements.txt | 2 +-
14 files changed, 73 insertions(+), 35 deletions(-)