Index: branches/REL1_13/phase3/config/index.php |
— | — | @@ -1472,7 +1472,7 @@ |
1473 | 1473 | </div> |
1474 | 1474 | </form> |
1475 | 1475 | <script type="text/javascript"> |
1476 | | -window.onload = toggleDBarea('<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>', |
| 1476 | +window.onload = toggleDBarea(<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>, |
1477 | 1477 | <?php |
1478 | 1478 | ## If they passed in a root user name, don't populate it on page load |
1479 | 1479 | echo strlen(importPost('RootUser', '')) ? 0 : 1; |
Index: branches/REL1_13/phase3/RELEASE-NOTES |
— | — | @@ -2,12 +2,10 @@ |
3 | 3 | |
4 | 4 | For upgrade instructions please see the UPGRADE file in this directory. |
5 | 5 | |
6 | | -== MediaWiki 1.13.4 == |
| 6 | +== MediaWiki 1.13.5 == |
7 | 7 | |
8 | | -February 7, 2009 |
| 8 | +This is a maintenance update to the Summer 2008 snapshot release of MediaWiki. |
9 | 9 | |
10 | | -This is a security update to the Summer 2008 snapshot release of MediaWiki. |
11 | | - |
12 | 10 | MediaWiki is now using a "continuous integration" development model with |
13 | 11 | quarterly snapshot releases. The latest development code is always kept |
14 | 12 | "ready to run", and in fact runs our own sites on Wikipedia. |
— | — | @@ -19,6 +17,11 @@ |
20 | 18 | Those wishing to use the latest code instead of a branch release can obtain |
21 | 19 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
22 | 20 | |
| 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 | + |
23 | 26 | == Changes since 1.13.3 == |
24 | 27 | |
25 | 28 | A number of cross-site scripting (XSS) security vulnerabilities were discovered |