r91986 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91985‎ | r91986 | r91987 >
Date:19:09, 12 July 2011
Author:demon
Status:ok (Comments)
Tags:
Comment:
MFT r90723
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/Hooks.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/Hooks.php
@@ -194,7 +194,7 @@
195195 $threadInfo .= "\t" . Xml::element( $key, null, $value ) . "\n";
196196 }
197197
198 - $out .= Xml::tags( 'DiscussionThreading', null, $threadInfo ) . "\n";
 198+ $out .= UtfNormal::cleanUp( Xml::tags( 'DiscussionThreading', null, $threadInfo ) . "\n" );
199199
200200 return true;
201201 }
Property changes on: branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/Hooks.php
___________________________________________________________________
Added: svn:mergeinfo
202202 Merged /branches/wmf-deployment/extensions/LiquidThreads/classes/Hooks.php:r60970
203203 Merged /branches/wmf/1.16wmf4/extensions/LiquidThreads/classes/Hooks.php:r67177,69199,76243,77266
204204 Merged /branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/Hooks.php:r60970
205205 Merged /trunk/extensions/LiquidThreads/classes/Hooks.php:r57390,63727-70099,70101-70105,70107-70377,71114,71177,71195,90723
206206 Merged /trunk/phase3/extensions/LiquidThreads/classes/Hooks.php:r77555,77558-77560,77563-77565,77573

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90723* (bug 29564) Fix XML export output when LiquidThreads thread data contains b...brion18:12, 24 June 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   19:13, 12 July 2011

Make it so!

Status & tagging log