Author: alexsm333
Description:
See URL above with autoconfirmed but not sysop user:
the field "Filter ID" is missing.
The issue is with this code in SpecialAbuseLog.php:
if ($this->canSeeDetails())
$this->mSearchFilter = $wgRequest->getIntOrNull( 'wpSearchFilter' );
Which means that users without abusefilter-log-detail right also cannot filter the AbuseLog by specific filter, which doesn't seem to make sense.
Version: unspecified
Severity: enhancement
URL: http://ru.wikipedia.org/wiki/Special:AbuseLog?uselang=en
See Also:
T44902: "wpSearchFilter" query string does not work on some wikipedias.