Changing the default for $wgPageCreationLog to true
authorKaldari <kaldari@gmail.com>
Sun, 1 Jul 2018 04:36:11 +0000 (21:36 -0700)
committerValerie <rkaldari@wikimedia.org>
Mon, 2 Jul 2018 18:45:22 +0000 (18:45 +0000)
It's already been turned on for all WMF wikis except Commons and
Wikidata, which are explicitly set to false in the configs.

Bug: T196400
Change-Id: Ib98ed68165837db8f53473052d5edec4af3736d9

includes/DefaultSettings.php

index 3771df1..95c5305 100644 (file)
@@ -7892,7 +7892,7 @@ $wgNewUserLog = true;
  * Maintain a log of page creations at Special:Log/create?
  * @since 1.32
  */
-$wgPageCreationLog = false;
+$wgPageCreationLog = true;
 
 /** @} */ # end logging }