r19450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19449‎ | r19450 | r19451 >
Date:13:37, 18 January 2007
Author:robchurch
Status:old
Tags:
Comment:
Odd indenting?
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -54,10 +54,10 @@
5555 editing pages in the MediaWiki namespace requires "editinterface"
5656 permissions, just as before.
5757 * (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.
5959 * Correct tooltip accesskey hint for Opera on the Macintosh (it uses Shift-Esc-, not Ctrl-).
6060 * (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
6262 * (bug 8002) Math should render left-to-right even in right-to-left wikis
6363 * Pass e-mail and real name fields to AuthPlugin::addUser, as additional
6464 optional fields, which may be considered useful at registration time.