r53179 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53178‎ | r53179 | r53180 >
Date:16:47, 13 July 2009
Author:tstarling
Status:deferred
Tags:
Comment:
* Updates for 1.15.1
* Added release notes for r52009 and r52371
Modified paths:
  • /branches/REL1_15/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_15/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_15/phase3/includes/DefaultSettings.php
@@ -33,7 +33,7 @@
3434 }
3535
3636 /** MediaWiki version number */
37 -$wgVersion = '1.15.0';
 37+$wgVersion = '1.15.1';
3838
3939 /** Name of the site. It must be changed in LocalSettings.php */
4040 $wgSitename = 'MediaWiki';
Index: branches/REL1_15/phase3/RELEASE-NOTES
@@ -3,11 +3,11 @@
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.0 ==
 7+== MediaWiki 1.15.1 ==
88
9 -2009-06-10
 9+July 14, 2009
1010
11 -This is a stable release of the the 2009 Q2 branch of MediaWiki.
 11+This is a security and bugfix release of the the 2009 Q2 branch of MediaWiki.
1212
1313 MediaWiki is now using a "continuous integration" development model with
1414 quarterly snapshot releases. The latest development code is always kept
@@ -20,6 +20,13 @@
2121 Those wishing to use the latest code instead of a branch release can obtain
2222 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2323
 24+=== Changes since 1.15.0 ===
 25+
 26+* Fixed fatal errors for unusual file repository configurations, such as
 27+ ForeignAPIRepo.
 28+* Fixed the "change password" link on Special:Preferences to have the correct
 29+ returnto parameter.
 30+
2431 === Changes since 1.15.0rc1 ===
2532
2633 * Removed category redirect feature, implementation was incomplete.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52009Backport r49655, fatal errors for some users...simetrical22:48, 16 June 2009
r52371use getPrefixedText() to not trigger object->text conversionialex19:20, 24 June 2009

Status & tagging log