From: Chad Horohoe Date: Wed, 17 Oct 2012 21:00:45 +0000 (-0400) Subject: Set $wgContentHandlerUseDB to false by default for now X-Git-Tag: 1.31.0-rc.0~21969^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=f5e214541300d60789b3aacb2d6f154572fad784;p=lhc%2Fweb%2Fwiklou.git Set $wgContentHandlerUseDB to false by default for now We'll eventually want to set this to true by default, but right now the content handler stuff is still semi-experimental stuff that isn't widely used yet. Before we turn this back on, let's make sure to give some notice since it's a pretty major schema change they'll have to make. Change-Id: If501a065a410a31a4232cd8386b498d7d18a73a4 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9f07bdbf15..563bfb494a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -6315,7 +6315,7 @@ $wgContentHandlerTextFallback = 'ignore'; * * @since 1.21 */ -$wgContentHandlerUseDB = true; +$wgContentHandlerUseDB = false; /** * Whether the user must enter their password to change their e-mail address