r82976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82975‎ | r82976 | r82977 >
Date:22:59, 28 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r82975

status to statuschange
Modified paths:
  • /trunk/extensions/CodeReview/ui/SpecialCode.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/SpecialCode.php
@@ -118,7 +118,7 @@
119119 } elseif ( $params[1] === 'comments' ) {
120120 $view = new CodeCommentsAuthorListView( $params[0], $params[3] );
121121 break;
122 - } elseif ( $params[1] === 'status' ) {
 122+ } elseif ( $params[1] === 'statuschanges' ) {
123123 $view = new CodeStatusChangeAuthorListView( $params[0], $params[3] );
124124 break;
125125 }

Sign-offs

UserFlagDate
Hasharinspected12:09, 11 March 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82975* (bug 27799) Allow filtering status changes by author...reedy22:55, 28 February 2011

Status & tagging log