r77840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77839‎ | r77840 | r77841 >
Date:22:51, 5 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r77839, isFieldSortable is exactly the same too...
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php
@@ -234,10 +234,6 @@
235235 return $this->mView->mPath;
236236 }
237237
238 - function isFieldSortable( $field ) {
239 - return $field == $this->getDefaultSort();
240 - }
241 -
242238 function getDefaultSort() {
243239 return strlen( $this->mView->mPath ) ? 'cp_rev_id' : 'cr_id';
244240 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77839abstract class SvnTablePager extends TablePager...reedy22:49, 5 December 2010

Status & tagging log