ChangeTags: Show checkbox on Special:Log when user lacks RevDel rights
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 29 Apr 2015 17:34:30 +0000 (13:34 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 29 Apr 2015 17:36:48 +0000 (13:36 -0400)
commit48129139367f2666e19be68e547afe2297db1af5
treed6f4d18773f383315cb5c101f9340f16811e3d81
parentacfa9695eb7a25f83cb732b3afb24ca7f1691d27
ChangeTags: Show checkbox on Special:Log when user lacks RevDel rights

The actual production of checkboxes in LogEventsList didn't get updated
to show checkboxes when the user can edit change tags but cannot use
RevDel on log entries.

This also renames LogEventsList::USE_REVDEL_CHECKBOXES to
LogEventsList::USE_CHECKBOXES to be accurate with the change here; no
extensions in Gerrit use this constant, so we should be safe.

Bug: T97501
Change-Id: I72ca7371fe73b650d5ef32d18da19788084f9aeb
includes/logging/LogEventsList.php
includes/specials/SpecialLog.php