You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2024/04/03 21:24:19 UTC

(allura) branch db/8556-breaking-removal updated (c68d64fd2 -> 5892b1699)

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

brondsem pushed a change to branch db/8556-breaking-removal
in repository https://gitbox.apache.org/repos/asf/allura.git


 discard c68d64fd2 [#8556] unindent block
 discard 11902a6d3 [#8556] remove TruthyCallable and predicate stuff used by has_access
 discard 545732230 [#8556] simplify more calls
 discard e7a905d18 [#8556] remove unnecessary extra () on has_access calls
 discard 85c2a4a25 [#8556] avoid recursive TruthyCallable
 discard 2db77c578 [#8555] debugging option within has_access
 discard 61d406fa8 [#8555] some specific checks for blocked users, when creating new forum threads
     add 956c57c2f [#8555] some specific checks for blocked users, when creating new forum threads
     add fc4c27645 [#8555] debugging option within has_access
     add bc4676f9f [#8556] avoid recursive TruthyCallable
     add a8497a84e [#8556] remove unnecessary extra () on has_access calls
     add 5892b1699 [#8556] simplify more calls

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   (c68d64fd2)
            \
             N -- N -- N   refs/heads/db/8556-breaking-removal (5892b1699)

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.

No new revisions were added by this update.

Summary of changes:
 Allura/allura/controllers/auth.py                  |   6 +-
 Allura/allura/controllers/basetest_project_root.py |   8 +-
 Allura/allura/controllers/rest.py                  |   2 +-
 Allura/allura/lib/security.py                      | 130 +++++++++++----------
 Allura/allura/lib/utils.py                         |  25 ++++
 Allura/allura/tests/test_plugin.py                 |   1 +
 Allura/allura/tests/test_utils.py                  |  21 ++++
 .../tests/functional/test_forum_admin.py           |  17 ++-
 ForgeTracker/forgetracker/tracker_main.py          |   2 +-
 .../033-change-comment-anon-permissions.py         |   2 +-
 10 files changed, 141 insertions(+), 73 deletions(-)