Merge "Remove block notice tracking"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 24 Apr 2019 13:59:44 +0000 (13:59 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 24 Apr 2019 13:59:44 +0000 (13:59 +0000)
1  2 
includes/DefaultSettings.php

@@@ -3194,19 -3194,6 +3194,19 @@@ $wgLocaltimezone = null
   */
  $wgLocalTZoffset = null;
  
 +/**
 + * List of Unicode characters for which capitalization is overridden in
 + * Language::ucfirst. The characters should be
 + * represented as char_to_convert => conversion_override. See T219279 for details
 + * on why this is useful during php version transitions.
 + *
 + * @warning: EXPERIMENTAL!
 + *
 + * @since 1.34
 + * @var array
 + */
 +$wgOverrideUcfirstCharacters = [];
 +
  /** @} */ # End of language/charset settings
  
  /*************************************************************************//**
@@@ -8996,16 -8983,6 +8996,6 @@@ $wgActorTableSchemaMigrationStage = SCH
   */
  $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;
  /**
   * Origin Trials tokens.
   *
@@@ -9024,16 -9001,6 +9014,16 @@@ $wgOriginTrials = []
   */
  $wgPriorityHints = false;
  
 +/**
 + * Ratio of requests that should get Priority Hints when the feature is enabled.
 + *
 + * @warning EXPERIMENTAL!
 + *
 + * @since 1.34
 + * @var float
 + */
 +$wgPriorityHintsRatio = 1.0;
 +
  /**
   * Enable Element Timing.
   *