r48216 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48215‎ | r48216 | r48217 >
Date:11:00, 9 March 2009
Author:catrope
Status:ok
Tags:
Comment:
(bug 17863) Fix regression from r47890 that broke Show changes on the edit form; do this by skipping over revision loading as well as text loading when custom texts are set using setText()
Modified paths:
  • /trunk/phase3/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/diff/DifferenceEngine.php
@@ -768,6 +768,7 @@
769769 $this->mOldtext = $oldText;
770770 $this->mNewtext = $newText;
771771 $this->mTextLoaded = 2;
 772+ $this->mRevisionsLoaded = true;
772773 }
773774
774775 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47890* API: (bug 13209) Add rvdiffto parameter to prop=revisions...catrope13:25, 28 February 2009

Status & tagging log