Page MenuHomePhabricator

abusefilter statistics are missing from from sqwiki and sqwikiquote
Closed, InvalidPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
*Notice the lack of message from https://sq.wikipedia.org/wiki/MediaWiki:Abusefilter-status appearing

What should have happened instead?:
The message abusefilter-status should be present here

Software version (skip for WMF-hosted wikis like Wikipedia):
WMF Production

Other information (browser name/version, screenshots, etc.):

Event Timeline

Hmm, these are now showing, I didn't get a screen shot - so will just close this as invalid for now.

This may happen when the stats are empty (e.g., the cache expired):

includes/View/AbuseFilterViewList.php
if ( $totalCount > 0 ) {
	$overflowPercent = round( 100 * $overflowCount / $totalCount, 2 );
	$matchPercent = round( 100 * $matchCount / $totalCount, 2 );
	$status = $this->msg( 'abusefilter-status' )
		->numParams( ...