r90160 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90159‎ | r90160 | r90161 >
Date:21:19, 15 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Ugh, missing global and variable from r90149
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRepoStatsView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRepoStatsView.php
@@ -54,7 +54,8 @@
5555 * @param $array array
5656 */
5757 function writeAuthorStatusTable( $status, $array ) {
58 - global $wgOut;
 58+ global $wgOut, $wgLang;
 59+ $repoName = $this->mRepo->getName();
5960 $wgOut->wrapWikiMsg( "<h3 id=\"stats-{$status}\">$1</h3>", 'code-stats-{$status}-breakdown' );
6061 $wgOut->addHTML( '<table class="TablePager">'
6162 . '<tr><th>' . wfMsgHtml( 'code-field-author' ) . '</th><th>'

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90149Add list of new revisions per author like the fixme breakdownreedy20:49, 15 June 2011

Status & tagging log