r35688 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35687‎ | r35688 | r35689 >
Date:23:35, 1 June 2008
Author:dantman
Status:old
Tags:
Comment:
Solved bug 14263, showing a diff on revert.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -2611,6 +2611,8 @@
26122612 . $wgUser->getSkin()->userToolLinks( $target->getUser(), $target->getUserText() );
26132613 $wgOut->addHtml( wfMsgExt( 'rollback-success', array( 'parse', 'replaceafter' ), $old, $new ) );
26142614 $wgOut->returnToMain( false, $this->mTitle );
 2615+ $de = new DifferenceEngine( $this->mTitle, $current->getId(), 'next', false, true );
 2616+ $de->showDiff();
26152617 }
26162618
26172619
Index: trunk/phase3/RELEASE-NOTES
@@ -131,6 +131,7 @@
132132 * New layout for Special:Specialpages. Restricted pages are marked but not separated
133133 from other pages in their group. And the page uses css rather than tables to create
134134 a column layout which grades well in all sizes of browsers.
 135+* (bug 14263) Show a diff of the revert on rollback notification page.
135136
136137 === Bug fixes in 1.13 ===
137138

Status & tagging log