Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -35,6 +35,8 @@ |
36 | 36 | * Future-proof redirection to fragments in Gecko, so things work a little nicer |
37 | 37 | if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>. |
38 | 38 | * Support git:// and mms:// protocols by default for external links |
| 39 | +* (bug 15810) Blocked admins can no longer block/unblock anyone without the |
| 40 | + 'unblockself' permission (which they have by default). |
39 | 41 | |
40 | 42 | === Bug fixes in 1.17 === |
41 | 43 | * (bug 17560) Half-broken deletion moved image files to deletion archive without |
— | — | @@ -58,8 +60,6 @@ |
59 | 61 | * (bug 22903) Revdelete log entries now show in the user preferred language. |
60 | 62 | * (bug 22905) Correctly handle <abbr> followed by ISBN |
61 | 63 | * (bug 22940) Namespace aliases pointing to main namespace don't work |
62 | | -* (bug 15810) blocked admins can no longer block/unblock other users, nor |
63 | | - themselves unless they are given the 'unblockself' permission. |
64 | 64 | * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not |
65 | 65 | correctly set |
66 | 66 | * (bug 14952) Page titles are renormalized after html entities are removed so that |