make ->getNsIndex() check canonical namespace names too, remove now redundant explici...
authorIlmari Karonen <vyznev@users.mediawiki.org>
Thu, 19 Apr 2007 10:03:32 +0000 (10:03 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Thu, 19 Apr 2007 10:03:32 +0000 (10:03 +0000)
commit8bd0a936094fae949a2a8e5e6936faaef98c5a9b
tree555c7e051f473703150d2993175669578dd60a23
parent3358d822fa7f9fd48becb33d5ea1a68fdf27d6f6
make ->getNsIndex() check canonical namespace names too, remove now redundant explicit check from Title.php; as far as I can tell this shouldn't break anything, and arguably it'll fix some currently broken code.  introduce new function getLocalNsIndex() to provide the old functionality, should anyone actually need it.
includes/Title.php
languages/Language.php