User "MarkAHershberger" changed the status of MediaWiki.r86304.

Old Status: new
New Status: fixme

User "MarkAHershberger" also posted a comment on MediaWiki.r86304.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86304#c17038
Commit summary:

* (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse()
* (bug 16129) Transcluded special pages expose strip markers when they output 
parsed messages

Also adding some related documentation during my travels around the code

Comment:

This bit is causing a test failure.

 +                      $this->mInParser = true;
 +                      $message = $parser->transformMsg( $message, $popts, 
$title );
 +                      $this->mInParser = false;

Test failure shows up here: 
http://ci.tesla.usability.wikimedia.org/cruisecontrol/buildresults/mw?log=log20110520005929&tab=testResults

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to