* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 27 Jun 2007 15:30:43 +0000 (15:30 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 27 Jun 2007 15:30:43 +0000 (15:30 +0000)
commit05b21233ff5d9f1ccafc8560eaea942ba7203ed4
tree8c49559c772abb17fb60f2f91aefefa9b2b6a5a2
parenta9618297b996a4e54a65955974994d834722b3c5
* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
  match the given title. Fixes inconsistencies with talk, history, edit links.

This reverts r23445 and moves the check upstream into the title setup at
MediaWiki::checkInitialQueries(). As the most specific identifier which can
be passed, the revision title listed for the oldid (if any) trumps both
'title' and 'curid' parameters.
RELEASE-NOTES
includes/Article.php
includes/Wiki.php