mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Add difflink to mention email notification
Change-Id: I521ff0387dc7079ebf0c7f58a34d799673833b7c
This commit is contained in:
parent
343d0d9f15
commit
f9a5cc717f
|
@ -129,10 +129,13 @@ $6',
|
|||
|
||||
$3
|
||||
|
||||
View more:
|
||||
View mention:
|
||||
|
||||
<$4>
|
||||
|
||||
View changes:
|
||||
<$6>
|
||||
|
||||
$5',
|
||||
'notification-mention-email-batch-body' => '$1 {{GENDER:$1|mentioned}} you on $2',
|
||||
'notification-user-rights-email-subject' => 'Your user rights have changed on {{SITENAME}}',
|
||||
|
@ -463,6 +466,7 @@ See also:
|
|||
* $3 is the edit summary
|
||||
* <$4> is the link to the talk page section title
|
||||
* $5 is the email footer
|
||||
* <$6> is a link to the diff view of the changes that were made
|
||||
|
||||
See also:
|
||||
* {{msg-mw|Notification-mention}}
|
||||
|
|
2
Echo.php
2
Echo.php
|
@ -495,7 +495,7 @@ $wgEchoNotifications = array(
|
|||
'email-subject-message' => 'notification-mention-email-subject',
|
||||
'email-subject-params' => array( 'agent' ),
|
||||
'email-body-message' => 'notification-mention-email-body',
|
||||
'email-body-params' => array( 'agent', 'title', 'summary', 'subject-link', 'email-footer' ),
|
||||
'email-body-params' => array( 'agent', 'title', 'summary', 'subject-link', 'email-footer', 'difflink' ),
|
||||
'email-body-batch-message' => 'notification-mention-email-batch-body',
|
||||
'email-body-batch-params' => array( 'agent', 'title' ),
|
||||
'icon' => 'chat',
|
||||
|
|
Loading…
Reference in a new issue