Page MenuHomePhabricator

Special:UnreviewedPages: perfcachedts: Raw message parameter shown in UI
Closed, DuplicatePublicBUG REPORT

Description

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

What happens?: Instead of a number, it says $4 as the maximum number of items that can be shown in the cache.

Event Timeline

Aklapper renamed this task from Turkish Wikiquote parameter problem to Special:UnreviewedPages: perfcachedts: Raw message parameter shown in UI.Apr 15 2023, 2:22 PM

Nothing suspicious in https://translatewiki.net/wiki/MediaWiki:Perfcachedts/tr and no local overwrite in https://tr.wikiquote.org/wiki/MediaWiki:Perfcachedts so I'd expect this not to be Turkish specific.

I guess the result is the very same on https://tr.wikiquote.org/wiki/%C3%96zel:%C4%B0ncelenmemi%C5%9FSayfalar?uselang=en ?

I'm wondering if the value for $maxResults doesn't get populated in the line $out->addWikiMsg( 'perfcachedts', $updated, $updateddate, $updatedtime, $maxResults );. Last change to that code was rMW747bc81ac04cfcc858c85981b3f06313b5b4f379 a year ago.

Change 908951 had a related patch set uploaded (by Wargo; author: Wargo):

[mediawiki/extensions/FlaggedRevs@master] Fixed to provide "max results" parameter for MediaWiki:Perfcachedts

https://gerrit.wikimedia.org/r/908951