Re-establishing validation feature (the beginnings)
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Thu, 17 Mar 2005 15:05:07 +0000 (15:05 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Thu, 17 Mar 2005 15:05:07 +0000 (15:05 +0000)
includes/DefaultSettings.php

index 585bf03..4f4e97f 100644 (file)
@@ -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