* Added a new associative array ($wgSpecialPageRedirects) that holds
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 11 May 2005 03:21:25 +0000 (03:21 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 11 May 2005 03:21:25 +0000 (03:21 +0000)
commit0647f546ec860d7950a27e73ef55321db5d77b54
tree8257c1c09a0691c0a49ef77b811d48b80171d899
parent3fc37c9e91a999b5df45c9f7a7d74d4ab709d93e
* Added a new associative array ($wgSpecialPageRedirects) that holds
  Specialpages to redirect from and to as keys and values respectively,
  executePath() now uses it to check if it should redirect the request for a
  specialpage to another location.
  This removes the need for keeping stub redirects around in case we merge or
  rename SpecialPages.
includes/SpecialPage.php