r41577 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41576‎ | r41577 | r41578 >
Date:23:32, 2 October 2008
Author:brion
Status:old
Tags:
Comment:
bump comment count field over towards the left, next to the status.
Easier for me to find :)
Modified paths:
  • /trunk/extensions/CodeReview/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/CodeRevisionListView.php
@@ -60,10 +60,10 @@
6161 return array(
6262 'cr_id' => wfMsg( 'code-field-id' ),
6363 'cr_status' => wfMsg( 'code-field-status' ),
 64+ 'COUNT(cc_rev_id)' => wfMsg( 'code-field-comments' ),
6465 'cr_message' => wfMsg( 'code-field-message' ),
6566 'cr_author' => wfMsg( 'code-field-author' ),
6667 'cr_timestamp' => wfMsg( 'code-field-timestamp' ),
67 - 'COUNT(cc_rev_id)' => wfMsg( 'code-field-comments' ),
6868 );
6969 }
7070

Status & tagging log