r70593 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70592‎ | r70593 | r70594 >
Date:20:39, 6 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Add getReviewContributingUsers (array_merge of getCommentingUsers and getPropChangeUsers)
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -548,6 +548,13 @@
549549 }
550550 return $users;
551551 }
 552+
 553+ /**
 554+ * "Review" being revision commenters, and people who set/removed tags and changed the status
 555+ */
 556+ public function getReviewContributingUsers() {
 557+ return array_merge( $this->getCommentingUsers(), $this->getPropChangeUsers() );
 558+ }
552559
553560 protected function getCommentingUsers() {
554561 $dbr = wfGetDB( DB_SLAVE );

Status & tagging log