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 @@
769
769
$this->mOldtext = $oldText;
770
770
$this->mNewtext = $newText;
771
771
$this->mTextLoaded = 2;
772
+ $this->mRevisionsLoaded = true;
772
773
}
773
774
774
775
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r47890
* API: (
bug 13209
) Add rvdiffto parameter to prop=revisions...
catrope
13:25, 28 February 2009
Status & tagging log
01:07, 20 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r48216
[
removed:
new
added:
ok]