* (bug 2620) Return to prior behavior for some more things (such as
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 30 Jun 2005 06:11:07 +0000 (06:11 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 30 Jun 2005 06:11:07 +0000 (06:11 +0000)
  subpage parent links) on current-diff view.

RELEASE-NOTES
includes/DifferenceEngine.php

index bab6f0b..cc6bcc6 100644 (file)
@@ -425,6 +425,8 @@ Various bugfixes, small features, and a few experimental things:
 * HTML sanitizer: correct multiple attributes by keeping last, not first
 * (bug 2614) Fix section edit links on diff-to-current with oldid set
   Also fix navigation links on current-with-oldid view.
+* (bug 2620) Return to prior behavior for some more things (such as
+  subpage parent links) on current-diff view.
 
 
 === Caveats ===
index 938b64f..24d0767 100644 (file)
@@ -318,6 +318,7 @@ CONTROL;
                }
                
                if( $this->newRev->isCurrent() ) {
+                       $wgOut->setArticleFlag( true );
                        $this->mPagetitle = htmlspecialchars( wfMsg( 'currentrev' ) );
                        $this->mNewPage = $wgTitle;
                        $newLink = $this->mNewPage->escapeLocalUrl();