r47556 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47555‎ | r47556 | r47557 >
Date:14:18, 20 February 2009
Author:tstarling
Status:deferred
Tags:
Comment:
* (bug 17527) Fixed missing MySQL-specific options in installer
Modified paths:
  • /branches/REL1_13/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_13/phase3/config/index.php (modified) (history)

Diff [purge]

Index: branches/REL1_13/phase3/config/index.php
@@ -1472,7 +1472,7 @@
14731473 </div>
14741474 </form>
14751475 <script type="text/javascript">
1476 -window.onload = toggleDBarea('<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>',
 1476+window.onload = toggleDBarea(<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>,
14771477 <?php
14781478 ## If they passed in a root user name, don't populate it on page load
14791479 echo strlen(importPost('RootUser', '')) ? 0 : 1;
Index: branches/REL1_13/phase3/RELEASE-NOTES
@@ -2,12 +2,10 @@
33
44 For upgrade instructions please see the UPGRADE file in this directory.
55
6 -== MediaWiki 1.13.4 ==
 6+== MediaWiki 1.13.5 ==
77
8 -February 7, 2009
 8+This is a maintenance update to the Summer 2008 snapshot release of MediaWiki.
99
10 -This is a security update to the Summer 2008 snapshot release of MediaWiki.
11 -
1210 MediaWiki is now using a "continuous integration" development model with
1311 quarterly snapshot releases. The latest development code is always kept
1412 "ready to run", and in fact runs our own sites on Wikipedia.
@@ -19,6 +17,11 @@
2018 Those wishing to use the latest code instead of a branch release can obtain
2119 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2220
 21+== Changes since 1.13.4 ==
 22+
 23+* (bug 17527) Fixed missing MySQL-specific options in installer (bug introduced
 24+ in 1.13.3)
 25+
2326 == Changes since 1.13.3 ==
2427
2528 A number of cross-site scripting (XSS) security vulnerabilities were discovered

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47555* (bug 17527) Fixed missing MySQL-specific options in installertstarling14:17, 20 February 2009

Status & tagging log