* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 6 May 2005 03:25:02 +0000 (03:25 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 6 May 2005 03:25:02 +0000 (03:25 +0000)
commit1bb1a2c843a6defa2961ea5acb66397e0ecd0f86
treee843987dffe47dd39210beb609085e8c5d363702
parentba8ac8adb89cec617b705eecb17d6ef91be47c50
* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
  redirects with the syntax #REDIRECT [[foo], the old regular expression was
  \\[\\[([^\\]\\|]+)[\\]\\|] and the new one is \[{2}(.*?)(?:\||\]{2})
RELEASE-NOTES
includes/Title.php