r64573 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64572‎ | r64573 | r64574 >
Date:21:58, 3 April 2010
Author:siebrand
Status:ok
Tags:
Comment:
Line breaks at 80 or before, trailing whitespace removed.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -19,13 +19,13 @@
2020 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2121
2222 === Configuration changes in 1.17 ===
23 -* DatabaseFunctions.php that was needed for compatibility with pre-1.3 extensions
24 - has been removed.
25 -
 23+* DatabaseFunctions.php that was needed for compatibility with pre-1.3
 24+ extensions has been removed.
 25+
2626 === New features in 1.17 ===
2727 * (bug 10183) Users can now add personal styles and scripts to all skins via
2828 User:<name>/common.css and /common.js (if user css/js is enabled)
29 -* (bug 22748) Add anchors on Special:ListGroupRights
 29+* (bug 22748) Add anchors on Special:ListGroupRights
3030 * (bug 21981) Add parameter 'showfilename' to <gallery> to automatically apply
3131 the names of the individual files within the gallery
3232 * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display
@@ -41,8 +41,8 @@
4242 changes list
4343
4444 === Bug fixes in 1.17 ===
45 -* (bug 17560) Half-broken deletion moved image files to deletion archive without
46 - updating DB
 45+* (bug 17560) Half-broken deletion moved image files to deletion archive
 46+ without updating database
4747 * (bug 22666) Submitting user block form with an invalid user name no longer
4848 throws an error
4949 * (bugs 22665 and 22667) User '0' can now be unblocked and have its block
@@ -65,12 +65,12 @@
6666 * (bug 15810) Blocked admins can no longer block/unblock other users
6767 * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not
6868 correctly set
69 -* (bug 14952) Page titles are renormalized after html entities are removed so that
70 - links with non-NFC character references work correctly.
 69+* (bug 14952) Page titles are renormalized after html entities are removed so
 70+ that links with non-NFC character references work correctly.
7171 * (bug 22991) wgUserGroups JavaScript variable now reports * group for
7272 anonymous users instead of null.
7373 * (bug 22627) Remove PHP notice when deleting a page only hidden users edited.
74 -* (bug 21520) Anonymous previews now also gives a warning about not being
 74+* (bug 21520) Anonymous previews now also gives a warning about not being
7575 logged in (anonpreviewwarning).
7676 * (bug 22935) image/x-ms-bmp mime type added for BMP files
7777 * (bug 23024) Special:ListFiles now escapes file names correctly
@@ -88,12 +88,13 @@
8989 * (bug 22868) don't list infinite block expiry date as "now" in API logevents
9090 * (bug 22290) prop=revisions now outputs "comment" field even when comment
9191 is empty, for consistency with list=recentchanges
92 -
 92+
9393 === Languages updated in 1.17 ===
9494
9595 == Compatibility ==
9696
97 -MediaWiki 1.17 requires PHP 5.1 (5.2 recommended). PHP 4 is no longer supported.
 97+MediaWiki 1.17 requires PHP 5.1 (5.2 recommended). PHP 4 is no longer
 98+supported.
9899
99100 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
100101 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.

Status & tagging log