Last modified: 2010-07-02 19:57:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26025, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24025 - Enable NewUserMessage extension on ko.wikipedia
Enable NewUserMessage extension on ko.wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-18 07:51 UTC by klutzy
Modified: 2010-07-02 19:57 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description klutzy 2010-06-18 07:51:03 UTC
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'
Comment 1 JeLuF 2010-07-02 19:56:47 UTC
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.
Comment 2 JeLuF 2010-07-02 19:57:18 UTC
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,

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links