Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -19,13 +19,13 @@ |
20 | 20 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
21 | 21 | |
22 | 22 | === 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 | + |
26 | 26 | === New features in 1.17 === |
27 | 27 | * (bug 10183) Users can now add personal styles and scripts to all skins via |
28 | 28 | 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 |
30 | 30 | * (bug 21981) Add parameter 'showfilename' to <gallery> to automatically apply |
31 | 31 | the names of the individual files within the gallery |
32 | 32 | * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display |
— | — | @@ -41,8 +41,8 @@ |
42 | 42 | changes list |
43 | 43 | |
44 | 44 | === 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 |
47 | 47 | * (bug 22666) Submitting user block form with an invalid user name no longer |
48 | 48 | throws an error |
49 | 49 | * (bugs 22665 and 22667) User '0' can now be unblocked and have its block |
— | — | @@ -65,12 +65,12 @@ |
66 | 66 | * (bug 15810) Blocked admins can no longer block/unblock other users |
67 | 67 | * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not |
68 | 68 | 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. |
71 | 71 | * (bug 22991) wgUserGroups JavaScript variable now reports * group for |
72 | 72 | anonymous users instead of null. |
73 | 73 | * (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 |
75 | 75 | logged in (anonpreviewwarning). |
76 | 76 | * (bug 22935) image/x-ms-bmp mime type added for BMP files |
77 | 77 | * (bug 23024) Special:ListFiles now escapes file names correctly |
— | — | @@ -88,12 +88,13 @@ |
89 | 89 | * (bug 22868) don't list infinite block expiry date as "now" in API logevents |
90 | 90 | * (bug 22290) prop=revisions now outputs "comment" field even when comment |
91 | 91 | is empty, for consistency with list=recentchanges |
92 | | - |
| 92 | + |
93 | 93 | === Languages updated in 1.17 === |
94 | 94 | |
95 | 95 | == Compatibility == |
96 | 96 | |
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. |
98 | 99 | |
99 | 100 | MySQL 3.23.x is no longer supported; some older hosts may need to upgrade. |
100 | 101 | At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases. |