Revert some chunks of r33133 and r33375:
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Apr 2008 18:11:28 +0000 (18:11 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 15 Apr 2008 18:11:28 +0000 (18:11 +0000)
commitea8b2965a8927422d172c0ddb79e529c7720c8f0
tree2407477c791c643e2554a7c9073b56fd7f7c4657
parentc5403c94c990b294b22abecf4021d93a7bb212d8
Revert some chunks of r33133 and r33375:
* Let followRedirect() *always* work correctly by working from the article text.
* This ensures that we're not falsely looking up data from another version and that we're not missing interwik and fragment data.

Should clean up both bug 13754 (editing old version of redirect sometimes gives the target page text)
and bug 13752 (bugs with fragments and probably interwikis in redirect target).

Haven't been able to repro 13754 at home though, so we'll see.
includes/Article.php
includes/Wiki.php