From: Magnus Manske Date: Thu, 17 Mar 2005 15:05:07 +0000 (+0000) Subject: Re-establishing validation feature (the beginnings) X-Git-Tag: 1.5.0alpha1~596 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=66de4821dd4923fd6f597468cb327479956d75d4;p=lhc%2Fweb%2Fwiklou.git Re-establishing validation feature (the beginnings) --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 585bf0310d..4f4e97fc22 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -389,6 +389,9 @@ $wgPartialMessageCache = false; # code, so that if it breaks, only zh will be affected $wgDisableLangConversion = false; +# Use article validation feature; turned off by default +$wgUseValidation = false; + # Whether to use zhdaemon to perform Chinese text processing # zhdaemon is under developement, so normally you don't want to # use it unless for testing