Mattflaschen has uploaded a new change for review. https://gerrit.wikimedia.org/r/61348
Change subject: Add site icon config for Wikipedia. ...................................................................... Add site icon config for Wikipedia. Bug: 46585 Change-Id: I4b14d22c624b6d63bfd97a3b09e7ef98d5a47bab --- M wmf-config/CommonSettings.php M wmf-config/InitialiseSettings.php 2 files changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/48/61348/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index eb3e743..3aced28 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2501,6 +2501,7 @@ $wgEchoEnableEmailBatch = $wmgEchoEnableEmailBatch; $wgEchoEmailFooterAddress = $wmgEchoEmailFooterAddress; $wgEchoBundleEmailInterval = $wmgEchoBundleEmailInterval; + $wgEchoNotificationIcons['site']['url'] = $wmgEchoSiteNotificationIconUrl; # Outgoing from and reply to address for Echo notifications extension $wgNotificationSender = $wmgNotificationSender; diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 42ebe27..6d8f48e 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -11962,7 +11962,10 @@ 'wmgEchoEmailFooterAddress' => array( 'default' => 'Wikimedia Foundation, 149 New Montgomery St., 3rd Fl., San Francisco, CA 94105.', ), - +'wmgEchoSiteNotificationIconUrl' => array( + 'default' => false, // Placeholder icon + 'enwiki' => '//upload.wikimedia.org/wikipedia/commons/f/ff/Wikipedia_Echo_notification_icon.png', // https://commons.wikimedia.org/wiki/File:Wikipedia_Echo_notification_icon.png +), # from and reply to address when Echo sends email notifications 'wmgNotificationSender' => array( 'default' => 'no-reply-notificati...@mediawiki.org', -- To view, visit https://gerrit.wikimedia.org/r/61348 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4b14d22c624b6d63bfd97a3b09e7ef98d5a47bab Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits