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 @@
241
241
}
242
242
243
243
function getDefaultSort() {
244
- return 'cr_id';
244
+ return strlen( $this->mView->mPath ) ? 'cp_rev_id' : 'cr_id';
245
245
}
246
246
247
247
function getQueryInfo() {
Status & tagging log
20:42, 10 March 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r81043
[
removed:
new
added:
ok]