r88585 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88584‎ | r88585 | r88586 >
Date:17:46, 22 May 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r88584
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/CodeReview (modified) (history)
  • /branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeCommentsListView.php (modified) (history)
  • /branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeStatusChangeListView.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeCommentsListView.php
@@ -55,7 +55,7 @@
5656 );
5757
5858 if( $this->mView->mAuthor ) {
59 - $query['conds']['cc_user_text'] = $this->mView->mAuthor;
 59+ $query['conds']['cc_user_text'] = User::newFromName( $this->mView->mAuthor )->getName();
6060 }
6161
6262 return $query;
Index: branches/wmf/1.17wmf1/extensions/CodeReview/ui/CodeStatusChangeListView.php
@@ -53,7 +53,7 @@
5454 );
5555
5656 if ( $this->mView->mAuthor ) {
57 - $query['conds']['cpc_user_text'] = $this->mView->mAuthor;
 57+ $query['conds']['cpc_user_text'] = User::newFromName( $this->mView->mAuthor )->getName();
5858 }
5959
6060 return $query;
Property changes on: branches/wmf/1.17wmf1/extensions/CodeReview
___________________________________________________________________
Modified: svn:mergeinfo
6161 Merged /trunk/extensions/CodeReview:r88584

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88584Allow filtering comments (and prop changes) on usernames with spaces in themreedy17:43, 22 May 2011

Status & tagging log