r92235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92234‎ | r92235 | r92236 >
Date:10:00, 15 July 2011
Author:diebuche
Status:ok
Tags:
Comment:
r91925 : Compare with mStatus per CR
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
@@ -227,7 +227,7 @@
228228 $name = $this->mRepo->getName();
229229
230230 $title = SpecialPage::getTitleFor( 'Code', $name );
231 - $options = array(Xml::option('', $title, $wgRequest->getVal('title') == $title ) );
 231+ $options = array(Xml::option('', $title, $this->mStatus == '' ) );
232232
233233
234234 foreach ($states as $key => $state) {
@@ -235,7 +235,7 @@
236236 $options[] = Xml::option(
237237 wfMsgHtml( "code-status-".$state ),
238238 $title,
239 - $wgRequest->getVal('title') == $title
 239+ $this->mStatus == $state
240240 );
241241 }
242242

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91925CodeReview: Add a dropdown to revision list to specify status filter. Bug 29810diebuche23:39, 11 July 2011

Status & tagging log