Set $wgContentHandlerUseDB to false by default for now
authorChad Horohoe <chadh@wikimedia.org>
Wed, 17 Oct 2012 21:00:45 +0000 (17:00 -0400)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 17 Oct 2012 21:00:45 +0000 (17:00 -0400)
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

includes/DefaultSettings.php

index 9f07bdb..563bfb4 100644 (file)
@@ -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