r93303 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93302
|
r93303
|
r93304
>
Date:
19:46, 27 July 2011
Author:
hashar
Status:
ok (
Comments
)
Tags:
Comment:
Typo in message autoblockedtext
Follow up
r85951
Modified paths:
/trunk/phase3/includes/Exception.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Exception.php
—
—
@@ -368,7 +368,7 @@
369
369
370
370
parent::__construct(
371
371
'blockedtitle',
372
- $block->mAuto ? 'autoblocketext' : 'blockedtext',
372
+ $block->mAuto ? 'autoblockedtext' : 'blockedtext',
373
373
array(
374
374
$link,
375
375
$reason,
Follow-up revisions
Revision
Commit summary
Author
Date
r93426
MFT to REL1_18...
hashar
20:20, 28 July 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r85951
Implement user-is-blocked and wiki-is-read-only as exceptions.
happy-melon
14:30, 13 April 2011
Comments
#
Comment by
Hashar
(
talk
|
contribs
)
19:47, 27 July 2011
need backport in 1.18 since it follow up
r85951
Status & tagging log
20:23, 28 July 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r93303
[
removed:
1.18]
19:06, 28 July 2011
😂
(
talk
|
contribs
)
changed the
status
of r93303
[
removed:
new
added:
ok]
19:47, 27 July 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r93303
[
added:
1.18]