Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -35,8 +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 | +* (bug 15810) Blocked admins can no longer unblock themselves without the |
| 40 | + 'unblockself' permission (which they have by default) |
41 | 41 | |
42 | 42 | === Bug fixes in 1.17 === |
43 | 43 | * (bug 17560) Half-broken deletion moved image files to deletion archive without |
— | — | @@ -60,6 +60,7 @@ |
61 | 61 | * (bug 22903) Revdelete log entries now show in the user preferred language. |
62 | 62 | * (bug 22905) Correctly handle <abbr> followed by ISBN |
63 | 63 | * (bug 22940) Namespace aliases pointing to main namespace don't work |
| 64 | +* (bug 15810) Blocked admins can no longer block/unblock other users |
64 | 65 | * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not |
65 | 66 | correctly set |
66 | 67 | * (bug 14952) Page titles are renormalized after html entities are removed so that |