From: Aryeh Gregor Date: Fri, 17 Nov 2006 04:14:19 +0000 (+0000) Subject: After discussion with Fyren on IRC, apply last patch for both sides of diff. X-Git-Tag: 1.31.0-rc.0~55163 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=a94b77d29e33e14016344a8db803cf4b51a91c2a;p=lhc%2Fweb%2Fwiklou.git After discussion with Fyren on IRC, apply last patch for both sides of diff. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9ec65700ba..f870d03c16 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -199,7 +199,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN any added or removed templates. * (bug 7918) "Templates used on this page" is now shown for read-only pages. * (bug 7688) When viewing diff, section anchors in autosummary jump to section - on current page. + on current page instead of loading the latest version. == Languages updated == diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index 9adcda571d..8a6d9c55cd 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -182,7 +182,7 @@ CONTROL; $oldHeader = "{$this->mOldtitle}
" . $sk->revUserTools( $this->mOldRev ) . "
" . - $oldminor . $sk->revComment( $this->mOldRev ) . "
" . + $oldminor . $sk->revComment( $this->mOldRev, true ) . "
" . $prevlink; $newHeader = "{$this->mNewtitle}
" . $sk->revUserTools( $this->mNewRev ) . " $rollback
" .