r86395 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86394‎ | r86395 | r86396 >
Date:14:06, 19 April 2011
Author:demon
Status:ok
Tags:
Comment:
MFT r86394
Modified paths:
  • /branches/wmf/1.17wmf1/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/diff/DifferenceEngine.php
@@ -724,7 +724,7 @@
725725 # input text to be HTML-escaped already
726726 $otext = htmlspecialchars ( $wgContLang->segmentForDiff( $otext ) );
727727 $ntext = htmlspecialchars ( $wgContLang->segmentForDiff( $ntext ) );
728 - return $wgContLang->unsegementForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) .
 728+ return $wgContLang->unsegmentForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) .
729729 $this->debug( 'wikidiff1' );
730730 }
731731
Property changes on: branches/wmf/1.17wmf1/includes/diff/DifferenceEngine.php
___________________________________________________________________
Added: svn:mergeinfo
732732 Merged /branches/new-installer/phase3/includes/diff/DifferenceEngine.php:r43664-66004
733733 Merged /branches/wmf-deployment/includes/diff/DifferenceEngine.php:r53381,60970
734734 Merged /branches/REL1_15/phase3/includes/diff/DifferenceEngine.php:r51646
735735 Merged /branches/wmf/1.16wmf4/includes/diff/DifferenceEngine.php:r67177,69199,76243,77266
736736 Merged /branches/sqlite/includes/diff/DifferenceEngine.php:r58211-58321
737737 Merged /trunk/phase3/includes/diff/DifferenceEngine.php:r83590,86394

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86394(bug 28610) unsegement is not a worddemon14:04, 19 April 2011

Status & tagging log