r99076 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r99075
|
r99076
|
r99077
>
Date:
03:32, 6 October 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Restored ability to list out an autoblock via #NUMBER
Modified paths:
/trunk/phase3/includes/specials/SpecialBlockList.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialBlockList.php
—
—
@@ -107,6 +107,7 @@
108
108
109
109
switch( $type ){
110
110
case Block::TYPE_ID:
111
+ case Block::TYPE_AUTO:
111
112
$conds['ipb_id'] = $target;
112
113
break;
113
114
Follow-up revisions
Revision
Commit summary
Author
Date
r99078
MFT
r99076
: Restored ability to list out an autoblock via #NUMBER
tstarling
04:37, 6 October 2011
Status & tagging log
20:50, 20 October 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r99076
[
removed:
1.18]
04:40, 6 October 2011
Tim Starling
(
talk
|
contribs
)
changed the
tags
for r99076
[
removed:
1.18wmf1]
04:35, 6 October 2011
Tim Starling
(
talk
|
contribs
)
changed the
status
of r99076
[
removed:
new
added:
ok]
03:32, 6 October 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
tags
for r99076
[
added:
1.18,1.18wmf1]