From e476d345717e858c24ffaa0ae8d8a65734a056c9 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 2 Feb 2008 00:17:35 +0000 Subject: [PATCH] Add a note about change in $wgTidyInternal behavior --- RELEASE-NOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b355632374..20c8482dae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 -- 2.20.1