Add a note about change in $wgTidyInternal behavior
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 2 Feb 2008 00:17:35 +0000 (00:17 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 2 Feb 2008 00:17:35 +0000 (00:17 +0000)
RELEASE-NOTES

index b355632..20c8482 100644 (file)
@@ -37,6 +37,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * $wgAutopromote: automatically promote users who match specified criteria
 * $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove
   themselves from specified groups via Special:Userrights.
+* When $wgUseTidy has been enabled, PHP's Tidy module is now used if it is
+  present, in preference to an external Tidy executable which may or may not
+  be present. To force use of external Tidy even when the PHP module is
+  available, set $wgTidyInternal to false.
+
 
 === New features in 1.12 ===
 * (bug 10735) Add a warning for non-descriptive filenames at Special:Upload