r79626 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79625‎ | r79626 | r79627 >
Date:22:37, 4 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Fixup parameters from r79625
Modified paths:
  • /trunk/extensions/CodeReview/ui/SpecialCode.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/SpecialCode.php
@@ -99,7 +99,7 @@
100100 $view = new CodeRevisionStatusView( $params[0], $params[2] );
101101 break;
102102 } elseif ( $params[1] === 'comments' ) {
103 - $view = new CodeCommentAuthorListView( $params[0], $params[2] );
 103+ $view = new CodeCommentsListView( $params[0] );
104104 break;
105105 } else {
106106 # Nonsense parameters, back out
@@ -114,6 +114,9 @@
115115 if ( $params[1] == 'author' && $params[3] == 'link' ) {
116116 $view = new CodeRevisionAuthorLink( $params[0], $params[2] );
117117 break;
 118+ } elseif ( $params[1] === 'comments' ) {
 119+ $view = new CodeCommentAuthorListView( $params[0], $params[3] );
 120+ break;
118121 }
119122 default:
120123 if ( $params[2] == 'reply' ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r79627Fix path name/class name from r79626reedy22:39, 4 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79625Structural changes to allow filtering by comments...reedy22:35, 4 January 2011

Status & tagging log