Index: branches/REL1_14/phase3/config/index.php |
— | — | @@ -1495,7 +1495,7 @@ |
1496 | 1496 | </div> |
1497 | 1497 | </form> |
1498 | 1498 | <script type="text/javascript"> |
1499 | | -window.onload = toggleDBarea('<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>', |
| 1499 | +window.onload = toggleDBarea(<?php echo Xml::encodeJsVar( $conf->DBtype ); ?>, |
1500 | 1500 | <?php |
1501 | 1501 | ## If they passed in a root user name, don't populate it on page load |
1502 | 1502 | echo strlen(importPost('RootUser', '')) ? 0 : 1; |
Index: branches/REL1_14/phase3/RELEASE-NOTES |
— | — | @@ -3,12 +3,10 @@ |
4 | 4 | Security reminder: MediaWiki does not require PHP's register_globals |
5 | 5 | setting since version 1.2.0. If you have it on, turn it *off* if you can. |
6 | 6 | |
7 | | -== MediaWiki 1.14.0rc1 == |
| 7 | +== MediaWiki 1.14.0 == |
8 | 8 | |
9 | | -February 7, 2009 |
| 9 | +This is the first stable release of the 2009 Q1 branch of MediaWiki. |
10 | 10 | |
11 | | -This is a release candidate for the 2009 Q1 branch of MediaWiki. |
12 | | - |
13 | 11 | MediaWiki is now using a "continuous integration" development model with |
14 | 12 | quarterly snapshot releases. The latest development code is always kept |
15 | 13 | "ready to run", and in fact runs our own sites on Wikipedia. |
— | — | @@ -30,6 +28,7 @@ |
31 | 29 | * (bug 17420) Send the correct content type from action=raw when the HTML file |
32 | 30 | cache is enabled. |
33 | 31 | * (bug 17437) Fixed incorrect link to web-based installer |
| 32 | +* (bug 17527) Fixed missing MySQL-specific options in installer |
34 | 33 | |
35 | 34 | === Configuration changes in 1.14 === |
36 | 35 | |