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 @@
235
235
return $this->mView->mPath;
236
236
}
237
237
238
- function isFieldSortable( $field ) {
239
- return $field == $this->getDefaultSort();
240
- }
241
-
242
238
function getDefaultSort() {
243
239
return strlen( $this->mView->mPath ) ? 'cp_rev_id' : 'cr_id';
244
240
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r77839
abstract class SvnTablePager extends TablePager...
reedy
22:49, 5 December 2010
Status & tagging log
15:36, 8 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r77840
[
removed:
new
added:
ok]