Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -565,6 +565,7 @@ |
566 | 566 | 'wgLinkHolderBatchSize' => $linkHolderBatchSize, |
567 | 567 | 'wgEnforceHtmlIds' => true, |
568 | 568 | 'wgExternalLinkTarget' => false, |
| 569 | + 'wgAlwaysUseTidy' => false, |
569 | 570 | ); |
570 | 571 | $this->savedGlobals = array(); |
571 | 572 | foreach( $settings as $var => $val ) { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -106,6 +106,7 @@ |
107 | 107 | * (bug 15391) catch DBQueryErrors on external storage insertion. This avoids error |
108 | 108 | messages on save were the edit in fact is saved. |
109 | 109 | * (bug 17184) Remove duplicate "z" accesskey in MonoBook |
| 110 | +* Parser tests no longer fail when $wgAlwaysUseTidy is set in LocalSettings.php |
110 | 111 | |
111 | 112 | == API changes in 1.15 == |
112 | 113 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |