Page MenuHomePhabricator

Enable the NewUserMessage extension on Wikimedia Incubator
Closed, ResolvedPublic

Description

Please enable the NewUserMessage extension on the Wikimedia Incubator, with these settings:
$wgNewUserMessageOnAutoCreate = true;
$wgNewUserMinorEdit = false;

Community discussion is here: http://incubator.wikimedia.org/wiki/Incubator:Community_Portal#NewUserMessage
("community" is relative, and three users is a lot on Incubator :p)


Version: unspecified
Severity: enhancement

Details

Reference
bz29727

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:30 PM
bzimport set Reference to bz29727.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1998)

+++ InitialiseSettings.php (working copy)
@@ -8660,6 +8660,7 @@

'commonswiki' => true,
'enwikinews' => true,
'hiwiki' => true,

+ 'incubatorwiki' => true,

'kowiki' => true,
'lvwiki' => true,
'metawiki' => true,

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php