Merge "Changing the default for $wgPageCreationLog to true"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 5 Jul 2018 19:11:12 +0000 (19:11 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 5 Jul 2018 19:11:12 +0000 (19:11 +0000)
1  2 
includes/DefaultSettings.php

@@@ -3003,6 -3003,11 +3003,6 @@@ $wgAllUnicodeFixes = false
   */
  $wgLegacyEncoding = false;
  
 -/**
 - * @deprecated since 1.30, does nothing
 - */
 -$wgBrowserBlackList = [];
 -
  /**
   * If set to true, the MediaWiki 1.4 to 1.5 schema conversion will
   * create stub reference rows in the text table instead of copying
@@@ -7887,7 -7892,7 +7887,7 @@@ $wgNewUserLog = true
   * Maintain a log of page creations at Special:Log/create?
   * @since 1.32
   */
- $wgPageCreationLog = false;
+ $wgPageCreationLog = true;
  
  /** @} */ # end logging }