r50090 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50089‎ | r50090 | r50091 >
Date:04:29, 1 May 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Initial updates for 1.15.0rc1.
Modified paths:
  • /branches/REL1_15/phase3/HISTORY (modified) (history)
  • /branches/REL1_15/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_15/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_15/phase3/HISTORY
@@ -2,6 +2,14 @@
33
44 == MediaWiki 1.14 ==
55
 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+
614 === Configuration changes in 1.14 ===
715
816 * $wgExemptFromUserRobotsControl is an array of namespaces to be exempt from
Index: branches/REL1_15/phase3/includes/DefaultSettings.php
@@ -33,7 +33,7 @@
3434 }
3535
3636 /** MediaWiki version number */
37 -$wgVersion = '1.15alpha';
 37+$wgVersion = '1.15.0rc1';
3838
3939 /** Name of the site. It must be changed in LocalSettings.php */
4040 $wgSitename = 'MediaWiki';
Index: branches/REL1_15/phase3/RELEASE-NOTES
@@ -3,9 +3,9 @@
44 Security reminder: MediaWiki does not require PHP's register_globals
55 setting since version 1.2.0. If you have it on, turn it *off* if you can.
66
7 -== MediaWiki 1.15 ==
 7+== MediaWiki 1.15.0rc1 ==
88
9 -THIS IS NOT A RELEASE YET
 9+This is a release candidate for the the 2009 Q2 branch of MediaWiki.
1010
1111 MediaWiki is now using a "continuous integration" development model with
1212 quarterly snapshot releases. The latest development code is always kept
@@ -116,7 +116,6 @@
117117 * Special:ListUsers: Sort list of usergroups by alphabet
118118 * (bug 16762) Special:Movepage now shows a list of subpages when possible
119119 * (bug 17585) Hide legend on Special:Specialpages from non-privileged users
120 -
121120 * Added $wgUseTagFilter to control enabling of filter-by-change-tag
122121 * (bug 17291) MediaWiki:Nocontribs now has an optional $1 parameter for the
123122 username

Status & tagging log