User "Nikerabbit" posted a comment on MediaWiki.r99408.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99408#c24132
Commit summary:
some initial work on sending emails
Comment:
It seems quite ok, except the following code:
<pre>
# Pre-fill content with error message so that if something
# fails we'll have something telling us what we intended.
$t = $this->getTitle()->getPrefixedText();
$d = $oldid ? wfMsgExt( 'missingarticle-rev', array( 'escape'
), $oldid ) : '';
$this->mContent = wfMsgNoTrans( 'missing-article', $t, $d ) ;
</pre>
It also runs some hooks over the content, but that might be a good thing.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview