mediawiki-extensions-AbuseF.../includes/special
Daimona Eaytoy e0b187a546 Divide AbuseFilterPermissionManager::canSeeLogDetails
This commit splits this method into a version that doesn't need a
filter, and another version which requires one. This latter version has
a single mandatory parameter, $filterHidden, and it's up to the callers
to retrieve the value to pass in.

As mentioned in a TODO, this should eventually be changed to take a
Filter object (still under review as
I5f33227887c035e301313bbe24d1c1fefb75bc6a), which is also why
AbuseFilter::filterHidden is not being used here.

Change-Id: Id47a80131e12a5f7e1e93676299641dbf1e2b0ad
2020-10-27 19:51:01 +00:00
..
AbuseFilterSpecialPage.php Add an AbuseFilterPermissionManager service 2020-10-10 14:03:29 +02:00
SpecialAbuseFilter.php Avoid direct coupling between SpecialAbuseFilter and AbuseFilterView 2020-10-17 00:37:11 +02:00
SpecialAbuseLog.php Divide AbuseFilterPermissionManager::canSeeLogDetails 2020-10-27 19:51:01 +00:00