Followup r94421 which, per CR, broke in non-English content languages because of...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 17 Aug 2011 14:55:06 +0000 (14:55 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 17 Aug 2011 14:55:06 +0000 (14:55 +0000)
commitbbb37969909b518b60aaeddebe5038ab32ea8095
tree5eb1c9dc465a8f84f3a2c401be8fd6b01d220d14
parent476731f179a023bfc457d0390b5a77bfb2cf82ff
Followup r94421 which, per CR, broke in non-English content languages because of key mismatches due to localized namespace names. Now ensuring all titles go through getPrefixedDBkey() before we compare them, so they're always normalized. This also ensures we don't get underscore vs. space confusion, which is something that the previous code did right by accident.
includes/OutputPage.php
includes/resourceloader/ResourceLoaderUserModule.php