https://bugzilla.wikimedia.org/show_bug.cgi?id=55491
--- Comment #7 from Dereckson <[email protected]> --- @Spinningspark the current patch address the notifications triggered by a signature. Previous behavior: only on NS_PROJECT (Wikipedia:) and on every talk namespaces. Patch behavior: everywhere I offered in comments to make this configurable. If the patch is merged as is, template namespace will be covered. If my solution is used, the following configuration will be needed: $wgEchoNotifications['baseNamespaces'] = array( default => array( NS_PROJECT ), metawiki => array( NS_PROJECT, NS_MAIN, //bug 55491 ), enwiki => array( NS_PROJECT, NS_TEMPLATE, //bug 55491 ), ); -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
