Index: branches/REL1_15/phase3/HISTORY |
— | — | @@ -2,6 +2,14 @@ |
3 | 3 | |
4 | 4 | == MediaWiki 1.14 == |
5 | 5 | |
| 6 | +=== Changes since 1.14.0rc1 === |
| 7 | + |
| 8 | +* Fixed the performance of the backlinks API module |
| 9 | +* (bug 17420) Send the correct content type from action=raw when the HTML file |
| 10 | + cache is enabled. |
| 11 | +* (bug 17437) Fixed incorrect link to web-based installer |
| 12 | +* (bug 17527) Fixed missing MySQL-specific options in installer |
| 13 | + |
6 | 14 | === Configuration changes in 1.14 === |
7 | 15 | |
8 | 16 | * $wgExemptFromUserRobotsControl is an array of namespaces to be exempt from |
Index: branches/REL1_15/phase3/includes/DefaultSettings.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | /** MediaWiki version number */ |
37 | | -$wgVersion = '1.15alpha'; |
| 37 | +$wgVersion = '1.15.0rc1'; |
38 | 38 | |
39 | 39 | /** Name of the site. It must be changed in LocalSettings.php */ |
40 | 40 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_15/phase3/RELEASE-NOTES |
— | — | @@ -3,9 +3,9 @@ |
4 | 4 | Security reminder: MediaWiki does not require PHP's register_globals |
5 | 5 | setting since version 1.2.0. If you have it on, turn it *off* if you can. |
6 | 6 | |
7 | | -== MediaWiki 1.15 == |
| 7 | +== MediaWiki 1.15.0rc1 == |
8 | 8 | |
9 | | -THIS IS NOT A RELEASE YET |
| 9 | +This is a release candidate for the the 2009 Q2 branch of MediaWiki. |
10 | 10 | |
11 | 11 | MediaWiki is now using a "continuous integration" development model with |
12 | 12 | quarterly snapshot releases. The latest development code is always kept |
— | — | @@ -116,7 +116,6 @@ |
117 | 117 | * Special:ListUsers: Sort list of usergroups by alphabet |
118 | 118 | * (bug 16762) Special:Movepage now shows a list of subpages when possible |
119 | 119 | * (bug 17585) Hide legend on Special:Specialpages from non-privileged users |
120 | | - |
121 | 120 | * Added $wgUseTagFilter to control enabling of filter-by-change-tag |
122 | 121 | * (bug 17291) MediaWiki:Nocontribs now has an optional $1 parameter for the |
123 | 122 | username |