SpecialCategories: Use LinkRenderer instead of MediaWikiPageLinkRenderer
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 24 May 2016 02:16:27 +0000 (19:16 -0700)
committerSiebrand <siebrand@kitano.nl>
Thu, 23 Jun 2016 12:27:15 +0000 (12:27 +0000)
commit320ffd39cfc2677934ba66096f8730a6a04c4ff1
tree8b6b794abf4ae420e2e897d8abc950f23a081293
parenta22af16fe2e4471b7a41e5bcd307bfaac10fe169
SpecialCategories: Use LinkRenderer instead of MediaWikiPageLinkRenderer

And use TitleValue in one place that we can. While it is technically not
equivalent since Title::makeTitleSafe() can return null, since it is
coming directly out of the database, it should be safe to not require
validation.

Change-Id: I97bc0fd8e86f212414487ec88fbb2d7600bdacb6
includes/specials/SpecialCategories.php
includes/specials/pagers/CategoryPager.php