Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -793,6 +793,7 @@ |
794 | 794 | } |
795 | 795 | |
796 | 796 | //If it's a range block, get the range in CIDR and hand it back. |
| 797 | + $ipRange; |
797 | 798 | if ($wgUser->mBlock->mRangeStart != $wgUser->mBlock->mRangeEnd) { |
798 | 799 | $ipRange = $wgUser->mBlock->mAddress; |
799 | 800 | } |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -940,6 +940,7 @@ |
941 | 941 | The block was made by $1. The reason given is ''$2''. |
942 | 942 | |
943 | 943 | Expiry of block: $6 |
| 944 | +Effective range: $7 |
944 | 945 | |
945 | 946 | You can contact $1 or another [[{{MediaWiki:grouppage-sysop}}|administrator]] to discuss the block. |
946 | 947 | You cannot use the 'email this user' feature unless a valid email address is specified in your |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -49,8 +49,10 @@ |
50 | 50 | * Improved thumb.php error handling |
51 | 51 | * Display file history on local image description pages of shared images |
52 | 52 | * Added $wgArticleRobotPolicies |
| 53 | +* (bug 10076) Additional parameter $7 added to MediaWiki:Blockedtext |
| 54 | + containing, if the user is blocked as the result of a range-block, the |
| 55 | + range whose block effects the user. |
53 | 56 | |
54 | | - |
55 | 57 | == Bugfixes since 1.10 == |
56 | 58 | |
57 | 59 | * (bug 9712) Use Arabic comma in date/time formats for Arabic and Farsi |