r47555 MediaWiki - Code Review archive

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

Diff [purge]

Index: branches/REL1_14/phase3/config/index.php
@@ -1495,7 +1495,7 @@
14961496 </div>
14971497 </form>
14981498 <script type="text/javascript">
1499 -window.onload = toggleDBarea('<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>',
 1499+window.onload = toggleDBarea(<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>,
15001500 <?php
15011501 ## If they passed in a root user name, don't populate it on page load
15021502 echo strlen(importPost('RootUser', '')) ? 0 : 1;
Index: branches/REL1_14/phase3/RELEASE-NOTES
@@ -3,12 +3,10 @@
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.14.0rc1 ==
 7+== MediaWiki 1.14.0 ==
88
9 -February 7, 2009
 9+This is the first stable release of the 2009 Q1 branch of MediaWiki.
1010
11 -This is a release candidate for the 2009 Q1 branch of MediaWiki.
12 -
1311 MediaWiki is now using a "continuous integration" development model with
1412 quarterly snapshot releases. The latest development code is always kept
1513 "ready to run", and in fact runs our own sites on Wikipedia.
@@ -30,6 +28,7 @@
3129 * (bug 17420) Send the correct content type from action=raw when the HTML file
3230 cache is enabled.
3331 * (bug 17437) Fixed incorrect link to web-based installer
 32+* (bug 17527) Fixed missing MySQL-specific options in installer
3433
3534 === Configuration changes in 1.14 ===
3635

Follow-up revisions

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

Status & tagging log