Add config to use change_tag_def table for Special:Tags
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 2642884..9f9d8ba 100644 (file)
@@ -8944,6 +8944,18 @@ $wgExpiryWidgetNoDatePicker = false;
  */
 $wgChangeTagsSchemaMigrationStage = MIGRATION_OLD;
 
+/**
+ * Temporarily flag to use change_tag_def table as backend of change tag statistics.
+ * For example in case of Special:Tags. If set to false, it will use change_tag table.
+ * Before setting it to true set $wgChangeTagsSchemaMigrationStage to MIGRATION_WRITE_BOTH and run
+ * PopulateChangeTagDef maintaince script.
+ * It's redundant when $wgChangeTagsSchemaMigrationStage is set to MIGRATION_NEW
+ *
+ * @since 1.32
+ * @var bool
+ */
+$wgTagStatisticsNewTable = false;
+
 /**
  * For really cool vim folding this needs to be at the end:
  * vim: foldmarker=@{,@} foldmethod=marker