Merge "Deprecate $wgContentHandlerUseDB"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 10 Sep 2019 20:09:06 +0000 (20:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 10 Sep 2019 20:09:06 +0000 (20:09 +0000)
RELEASE-NOTES-1.34
includes/DefaultSettings.php

index 076f2f5..09195e1 100644 (file)
@@ -562,6 +562,7 @@ because of Phabricator reports.
   system block that hides the user.
 * The GetBlockedStatus hook is deprecated. Use GetUserBlock instead, to add or
   remove a block.
+* $wgContentHandlerUseDB is deprecated and should always be true.
 
 === Other changes in 1.34 ===
 * …
index c9bed29..47fd073 100644 (file)
@@ -8619,6 +8619,7 @@ $wgContentHandlerTextFallback = 'ignore';
  * handling is less robust and less flexible.
  *
  * @since 1.21
+ * @deprecated since 1.34, and should always be set true.
  */
 $wgContentHandlerUseDB = true;