MediaWiki REL1_39
|
This module processes the email notifications when the current page is changed. More...
Public Member Functions | |
actuallyNotifyOnPageChange (Authority $editor, $title, $timestamp, $summary, $minorEdit, $oldid, $watchers, $pageStatus='changed') | |
Immediate version of notifyOnPageChange(). | |
getPageStatus () | |
Extensions that have hooks for UpdateUserMailerFormattedPageStatus (to provide additional pageStatus indicators) need a way to make sure that, when their hook is called in SendWatchlistemailNotification, they only handle notifications using their pageStatus indicator. | |
notifyOnPageChange (Authority $editor, $title, $timestamp, $summary, $minorEdit, $oldid=false, $pageStatus='changed') | |
Send emails corresponding to the user $editor editing the page $title. | |
Protected Attributes | |
string | $body = '' |
bool | $composed_common = false |
User | $editor |
MailAddress null | $from |
MailAddress[] | $mailTargets = [] |
bool null | $minorEdit |
int null bool | $oldid |
string | $pageStatus = '' |
MailAddress null | $replyto |
string | $subject = '' |
string | $summary = '' |
string null | $timestamp |
Title | $title |
This module processes the email notifications when the current page is changed.
It looks up the table watchlist to find out which users are watching that page.
The current implementation sends independent emails to each watching user for the following reason:
Suggested improvement to slack down the number of sent emails: We could think of sending out bulk mails (bcc:user1,user2...) for all these users having the same timeoffset in their preferences.
Visit the documentation pages under https://www.mediawiki.org/wiki/Help:Watching_pages
TODO use UserOptionsLookup and other services, consider converting this to a service
Definition at line 54 of file EmailNotification.php.
EmailNotification::actuallyNotifyOnPageChange | ( | Authority | $editor, |
$title, | |||
$timestamp, | |||
$summary, | |||
$minorEdit, | |||
$oldid, | |||
$watchers, | |||
$pageStatus = 'changed' ) |
Immediate version of notifyOnPageChange().
Send emails corresponding to the user $editor editing the page $title.
Authority | $editor | |
Title | $title | |
string | $timestamp | Edit timestamp |
string | $summary | Edit summary |
bool | $minorEdit | |
int | $oldid | Revision ID |
array | $watchers | Array of user IDs |
string | $pageStatus |
MWException |
Definition at line 222 of file EmailNotification.php.
References $title, MediaWiki\Permissions\Authority\getUser(), MediaWiki\Permissions\Authority\isAllowed(), UserArray\newFromIDs(), User\newFromName(), and NS_USER_TALK.
EmailNotification::getPageStatus | ( | ) |
Extensions that have hooks for UpdateUserMailerFormattedPageStatus (to provide additional pageStatus indicators) need a way to make sure that, when their hook is called in SendWatchlistemailNotification, they only handle notifications using their pageStatus indicator.
Definition at line 118 of file EmailNotification.php.
EmailNotification::notifyOnPageChange | ( | Authority | $editor, |
$title, | |||
$timestamp, | |||
$summary, | |||
$minorEdit, | |||
$oldid = false, | |||
$pageStatus = 'changed' ) |
Send emails corresponding to the user $editor editing the page $title.
May be deferred via the job queue.
Authority | $editor | |
Title | $title | |
string | $timestamp | |
string | $summary | |
bool | $minorEdit | |
bool | $oldid | (default: false) |
string | $pageStatus | (default: 'changed') |
Definition at line 137 of file EmailNotification.php.
|
protected |
Definition at line 73 of file EmailNotification.php.
|
protected |
Definition at line 94 of file EmailNotification.php.
|
protected |
Definition at line 106 of file EmailNotification.php.
|
protected |
Definition at line 79 of file EmailNotification.php.
|
protected |
Definition at line 100 of file EmailNotification.php.
|
protected |
Definition at line 88 of file EmailNotification.php.
|
protected |
Definition at line 91 of file EmailNotification.php.
|
protected |
Definition at line 97 of file EmailNotification.php.
|
protected |
Definition at line 76 of file EmailNotification.php.
|
protected |
Definition at line 70 of file EmailNotification.php.
|
protected |
Definition at line 85 of file EmailNotification.php.
|
protected |
Definition at line 82 of file EmailNotification.php.
|
protected |
Definition at line 103 of file EmailNotification.php.