r104350 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104349
|
r104350
|
r104351
>
Date:
17:31, 27 November 2011
Author:
johnduhart
Status:
ok
Tags:
Comment:
Followup
r104318
, sort the options in the limit dropdown
Modified paths:
/trunk/phase3/includes/specials/SpecialBlockList.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialBlockList.php
—
—
@@ -470,9 +470,10 @@
471
471
472
472
if ( !in_array( $value, $this->mParams['options'] ) ) {
473
473
$this->mParams['options'][ $this->mParent->getLanguage()->formatNum( $value ) ] = intval($value);
474
+ asort( $this->mParams['options'] );
474
475
}
475
476
476
477
return true;
477
478
}
478
479
479
-}
\ No newline at end of file
480
+}
Follow-up revisions
Revision
Commit summary
Author
Date
r104486
MFT
r104318
,
r104322
,
r104350
reedy
21:03, 28 November 2011
r104487
MFT
r104486
, Merges
r104318
,
r104322
,
r104350
reedy
21:05, 28 November 2011
r105341
Followup
r104350
,
r104318
: only allow custom limits through if they're valid ...
brion
19:45, 6 December 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104318
Bug 32603
- limit option is missing on Special:BlockList...
johnduhart
22:15, 26 November 2011
Status & tagging log
19:55, 6 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r104350
[
removed:
new
added:
ok]
21:04, 28 November 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r104350
[
removed:
1.18wmf1]
21:02, 28 November 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r104350
[
removed:
1.18]
17:31, 27 November 2011
Johnduhart
(
talk
|
contribs
)
changed the
tags
for r104350
[
added:
1.18wmf1,1.18]