Page MenuHomePhabricator

Enable NewUserMessage extension on ko.wikipedia
Closed, ResolvedPublic

Description

Author: klutzy.wikipedia

Description:
Hello, we had discussion about introducing NewUserMessage extension like commons (bug 14311), and decided to use it. You can see the discussion here:
http://ko.wikipedia.org/wiki/%EC%9C%84%ED%82%A4%EB%B0%B1%EA%B3%BC:%EC%82%AC%EB%9E%91%EB%B0%A9/2010%EB%85%84_%EC%A0%9C22%EC%A3%BC#.EA.B0.80.EC.9E.85.EC.8B.9C_.ED.99.98.EC.98.81.EB.A9.94.EC.8B.9C.EC.A7.80.EB.A5.BC_.EC.9E.90.EB.8F.99.EC.9C.BC.EB.A1.9C_.EB.8B.A4.EB.8A.94_.EA.B2.83.EC.9D.B4_.EC.96.B4.EB.96.A8.EA.B9.8C.EC.9A.94
(while it's written in Korean, you can see votes all for "support")

The corresponding setting is here:
$wgNewUserMessageTemplate = 'Template:환영합니다';
$wgNewUserMessageEditor = '환영합니다';
$wgNewUserSupressRC = true; # do not add the welcome message edit to
RecentChanges
$wgNewUserMinorEdit = false; # do not make this a minor edit. The user will
get 'the orange bar'


Version: unspecified
Severity: enhancement

Details

Reference
bz24025

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:09 PM
bzimport set Reference to bz24025.

jeluf wrote:

Some of the settings that you mention need to be done in the wiki and can't be done in the server config. Please have a look at http://www.mediawiki.org/wiki/Extension:NewUserMessage#In-wiki_configuration for detailed instructions.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 922)

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

'arwikisource' => true,
'commonswiki' => true,
'enwikinews' => true,

+ 'kowiki' => true,

'ndswiki' => true,
'rowiki' => true,
'rowikinews' => true,