Page MenuHomePhabricator

enable wgEnotifWatchlist for frrwiki
Closed, ResolvedPublic

Description

Please enable mail notification for watched pages on frrwiki. It will help to improve admin response time if a user needs help.

Local vote can be found on http://frr.wikipedia.org/w/index.php?title=Wikipedia:T%C3%A4chnische_fr%C3%A5%C3%A5ge&oldid=21927#Benachrichtigungsmails_bei_.C3.84nderungen_auf_der_Beobachtungsliste

on InitialiseSettings.php add:

'wgEnotifWatchlist' => array(
...

'frrwiki' => true,

}


Version: unspecified
Severity: enhancement
URL: http://frr.wikipedia.org/w/index.php?title=Wikipedia:T%C3%A4chnische_fr%C3%A5%C3%A5ge&oldid=21927#Benachrichtigungsmails_bei_.C3.84nderungen_auf_der_Beobachtungsliste

Details

Reference
bz27003

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:16 PM
bzimport set Reference to bz27003.
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 1549)

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

'cswikiversity' => true,
'enwikisource' => true,
'execwiki' => true,

+ 'frrwiki' => true,

'frwikiversity' => true,
'grantswiki' => true,
'internalwiki' => true,

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