Allow partially blocked users to tag unrelated revisions
authorDavid Barratt <dbarratt@wikimedia.org>
Fri, 19 Jul 2019 01:02:54 +0000 (21:02 -0400)
committerDavid Barratt <dbarratt@wikimedia.org>
Tue, 10 Sep 2019 15:54:05 +0000 (11:54 -0400)
commit3224bdabc08f522da81478a63971c949cee40bc6
treeb85e3f5f9936addf237da08fc600c214df8b06d7
parent8b220cb5b6c5d3779b20a1d59de97291ece80282
Allow partially blocked users to tag unrelated revisions

Currently, partially blocked users cannot add, modify, or remove tags from
revisions that they are not blocked from. This change allows them to modify
the tags on those pages.

Bug: T221444
Change-Id: I737ed82f9c5139b45922cb4ea9111b4fdc7c1c61
includes/api/ApiTag.php
includes/changetags/ChangeTags.php
includes/specialpage/SpecialPageFactory.php
includes/specials/SpecialEditTags.php