Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -54,10 +54,10 @@ |
55 | 55 | editing pages in the MediaWiki namespace requires "editinterface" |
56 | 56 | permissions, just as before. |
57 | 57 | * (bug 8567) Added hook RawPageViewBeforeOutput just before the text is blown out in action=raw, |
58 | | - so extensions might influence the output. |
| 58 | + so extensions might influence the output. |
59 | 59 | * Correct tooltip accesskey hint for Opera on the Macintosh (it uses Shift-Esc-, not Ctrl-). |
60 | 60 | * (bug 3446) Add user preference to hide page content below diffs, can be overridden by adding |
61 | | - diffonly=1 or diffonly=0 to the URL of the diff page |
| 61 | + diffonly=1 or diffonly=0 to the URL of the diff page |
62 | 62 | * (bug 8002) Math should render left-to-right even in right-to-left wikis |
63 | 63 | * Pass e-mail and real name fields to AuthPlugin::addUser, as additional |
64 | 64 | optional fields, which may be considered useful at registration time. |