r81043 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81042‎ | r81043 | r81044 >
Date:18:33, 26 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Looks like I broke the path filtering at some point. Oops
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
@@ -240,7 +240,7 @@
241241 }
242242
243243 function getDefaultSort() {
244 - return 'cr_id';
 244+ return strlen( $this->mView->mPath ) ? 'cp_rev_id' : 'cr_id';
245245 }
246246
247247 function getQueryInfo() {

Status & tagging log