Better false positive detection for Special:Wantedfiles
authorBrian Wolff <bawolff+wn@gmail.com>
Sat, 19 Jul 2014 15:06:48 +0000 (12:06 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Sun, 14 Sep 2014 22:14:52 +0000 (19:14 -0300)
commit6c12fad6dd1158103cfea104c6afb217d7f63b6d
tree608293d2040595411b8270be9f7ae270eed8e6be
parent81740c599d2186c23bd6f7d475da0728a5995a70
Better false positive detection for Special:Wantedfiles

Previously the page crossed out entries based on Title::isKnown.
This could potentially catch pages which are valid file redirects,
which shouldn't be crossed out.

This shouldn't affect anything performance wise, as the previous
Title::isKnown check would call wfFindFile anyways.

Change-Id: Ia9eac8f5618181c631a5b2b1c461b12a90f2dde7
includes/specials/SpecialWantedfiles.php