From: Kaldari Date: Sun, 1 Jul 2018 04:36:11 +0000 (-0700) Subject: Changing the default for $wgPageCreationLog to true X-Git-Tag: 1.34.0-rc.0~4866^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=d3e00e04d5abfde218baf88778111038c0f07bdb;p=lhc%2Fweb%2Fwiklou.git Changing the default for $wgPageCreationLog to true 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 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3771df14fe..95c5305605 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 }