r69828 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69827‎ | r69828 | r69829 >
Date:11:17, 24 July 2010
Author:maxsem
Status:ok
Tags:
Comment:
Follow-up to r69748: add optional separate time and date per CR
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRepoStatsView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRepoStatsView.php
@@ -18,7 +18,9 @@
1919 $wgLang->timeanddate( $stats->time, true ),
2020 $wgLang->formatNum( $stats->revisions ),
2121 $repoName,
22 - $wgLang->formatNum( $stats->authors )
 22+ $wgLang->formatNum( $stats->authors ),
 23+ $wgLang->time( $stats->time, true ),
 24+ $wgLang->date( $stats->time, true )
2325 );
2426
2527 if ( !empty( $stats->states ) ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r69829Merging with trunk r69828peter1714:08, 24 July 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69748Statistics feature for CodeReviewmaxsem20:18, 22 July 2010

Status & tagging log