Merge "Default $wgCommentTableSchemaMigrationStage to MIGRATION_NEW"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 28 Nov 2018 22:32:50 +0000 (22:32 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 28 Nov 2018 22:32:50 +0000 (22:32 +0000)
1  2 
includes/DefaultSettings.php

@@@ -8989,7 -8989,7 +8989,7 @@@ $wgInterwikiPrefixDisplayTypes = []
   * @since 1.30
   * @var int One of the MIGRATION_* constants
   */
- $wgCommentTableSchemaMigrationStage = MIGRATION_OLD;
+ $wgCommentTableSchemaMigrationStage = MIGRATION_NEW;
  
  /**
   * RevisionStore table schema migration stage (content, slots, content_models & slot_roles tables).
@@@ -9054,16 -9054,6 +9054,16 @@@ $wgChangeTagsSchemaMigrationStage = MIG
   */
  $wgEnablePartialBlocks = false;
  
 +/**
 + * Enable stats monitoring when Block Notices are displayed in different places around core
 + * and extensions.
 + *
 + * @since 1.34
 + * @deprecated 1.34
 + * @var bool
 + */
 +$wgEnableBlockNoticeStats = false;
 +
  /**
   * For really cool vim folding this needs to be at the end:
   * vim: foldmarker=@{,@} foldmethod=marker