(Bug 40652) Reject invalid titles as sitelinks
authorjeblad <john.blad@wikimedia.de>
Tue, 16 Oct 2012 10:24:47 +0000 (12:24 +0200)
committerjeblad <john.blad@wikimedia.de>
Tue, 16 Oct 2012 10:24:47 +0000 (12:24 +0200)
commitb092fd0d50e23b336f3103527b73fc1f6a9e78d1
treeb0cdb1420e38ed4cc276bc09b0cc090a7ed8f590
parent31a52f9e3d49d452f4aef95491de7ad75ed4ccc3
(Bug 40652) Reject invalid titles as sitelinks

Titles are usually reported as "missing" if they
are not found, but if the title contains invalid
characters the title is reported as "invalid".
This changeset will make the page name normalization
also check if the "invalid" marker is set.

Change-Id: I86d432e8ea00c97891fb7849468caac6120252c6
includes/site/MediaWikiSite.php