109 if ( $title->getNamespace() < 0 ) {
114 $config = RequestContext::getMain()->getConfig();
116 if ( $config->get(
'EnotifWatchlist' ) || $config->get(
'ShowUpdatedMarker' ) ) {
117 $watchers = MediaWikiServices::getInstance()->getWatchedItemStore()->updateNotificationTimestamp(
133 $isUserTalkPage = ( $title->getNamespace() ==
NS_USER_TALK );
153 'watchers' => $watchers,
178 # we use $wgPasswordSender as sender's address
183 # The following code is only run, if several conditions are met:
184 # 1. EmailNotification for pages (other than user_talk pages) must be enabled
185 # 2. minor edits (changes) are only regarded if the global flag indicates so
187 $isUserTalkPage = ( $title->getNamespace() ==
NS_USER_TALK );
195 $this->composed_common =
false;
198 $formattedPageStatus = [
'deleted',
'created',
'moved',
'restored',
'changed' ];
200 Hooks::run(
'UpdateUserMailerFormattedPageStatus', [ &$formattedPageStatus ] );
201 if ( !
in_array( $this->pageStatus, $formattedPageStatus ) ) {
202 throw new MWException(
'Not a valid page status!' );
213 $this->
compose( $targetUser, self::USER_TALK );
214 $userTalkId = $targetUser->getId();
221 foreach ( $userArray as $watchingUser ) {
222 if ( $watchingUser->getOption(
'enotifwatchlistpages' )
223 && ( !
$minorEdit || $watchingUser->getOption(
'enotifminoredits' ) )
224 && $watchingUser->isEmailConfirmed()
225 && $watchingUser->getId() != $userTalkId
228 && Hooks::run(
'SendWatchlistEmailNotification', [ $watchingUser, $title, $this ] )
230 $this->
compose( $watchingUser, self::WATCHLIST );
242 $this->
compose( $user, self::ALL_CHANGES );
256 $isUserTalkPage = ( $title->getNamespace() ==
NS_USER_TALK );
261 if ( !$targetUser || $targetUser->isAnon() ) {
262 wfDebug( __METHOD__ .
": user talk page edited, but user does not exist\n" );
264 wfDebug( __METHOD__ .
": user edited their own talk page, no notification sent\n" );
266 wfDebug( __METHOD__ .
": talk page owner is blocked and cannot login, no notification sent\n" );
267 }
elseif ( $targetUser->getOption(
'enotifusertalkpages' )
268 && ( !
$minorEdit || $targetUser->getOption(
'enotifminoredits' ) )
270 if ( !$targetUser->isEmailConfirmed() ) {
271 wfDebug( __METHOD__ .
": talk page owner doesn't have validated email\n" );
272 }
elseif ( !Hooks::run(
'AbortTalkPageEmailNotification', [ $targetUser, $title ] ) ) {
273 wfDebug( __METHOD__ .
": talk page update notification is aborted for this user\n" );
275 wfDebug( __METHOD__ .
": sending talk page update notification\n" );
279 wfDebug( __METHOD__ .
": talk page owner doesn't want notifications\n" );
293 $this->composed_common =
true;
295 # You as the WikiAdmin and Sysops can make use of plenty of
296 # named variables when composing your notification emails while
297 # simply editing the Meta pages
300 $postTransformKeys = [];
301 $pageTitleUrl = $this->
title->getCanonicalURL();
302 $pageTitle = $this->
title->getPrefixedText();
304 if ( $this->oldid ) {
307 $this->
title->getCanonicalURL( [
'diff' =>
'next',
'oldid' => $this->oldid ] ) )
308 ->inContentLanguage()->text();
314 $this->
title->getCanonicalURL( [
'diff' =>
'0',
'oldid' => $this->oldid ] ) )
315 ->inContentLanguage()->text();
319 $keys[
'$CHANGEDORCREATED'] =
wfMessage(
'changed' )->inContentLanguage()->text();
321 # clear $OLDID placeholder in the message template
322 $keys[
'$OLDID'] =
'';
323 $keys[
'$NEWPAGE'] =
'';
325 $keys[
'$CHANGEDORCREATED'] =
wfMessage(
'created' )->inContentLanguage()->text();
328 $keys[
'$PAGETITLE'] = $this->
title->getPrefixedText();
329 $keys[
'$PAGETITLE_URL'] = $this->
title->getCanonicalURL();
330 $keys[
'$PAGEMINOREDIT'] = $this->minorEdit ?
331 "\n\n" .
wfMessage(
'enotif_minoredit' )->inContentLanguage()->text() :
333 $keys[
'$UNWATCHURL'] = $this->
title->getCanonicalURL(
'action=unwatch' );
335 if ( $this->editor->isAnon() ) {
336 # real anon (user:xxx.xxx.xxx.xxx)
337 $keys[
'$PAGEEDITOR'] =
wfMessage(
'enotif_anon_editor', $this->editor->getName() )
338 ->inContentLanguage()->text();
339 $keys[
'$PAGEEDITOR_EMAIL'] =
wfMessage(
'noemailtitle' )->inContentLanguage()->text();
343 ? $this->editor->getRealName() : $this->editor->getName();
344 $emailPage = SpecialPage::getSafeTitleFor(
'Emailuser', $this->editor->getName() );
345 $keys[
'$PAGEEDITOR_EMAIL'] = $emailPage->getCanonicalURL();
348 $keys[
'$PAGEEDITOR_WIKI'] = $this->editor->getUserPage()->getCanonicalURL();
350 Skin::makeInternalOrExternalUrl(
wfMessage(
'helppage' )->inContentLanguage()->
text() )
353 # Replace this after transforming the message, T37019
354 $postTransformKeys[
'$PAGESUMMARY'] = $this->summary ==
'' ?
' - ' :
$this->summary;
361 $this->subject =
wfMessage(
'enotif_subject_' . $this->pageStatus )->inContentLanguage()
362 ->params( $pageTitle,
$keys[
'$PAGEEDITOR'] )->text();
367 $keys[
'$PAGEINTRO'] =
wfMessage(
'enotif_body_intro_' . $this->pageStatus )
368 ->inContentLanguage()->params( $pageTitle,
$keys[
'$PAGEEDITOR'], $pageTitleUrl )
373 $body = MessageCache::singleton()->transform(
$body,
false,
null, $this->
title );
376 # Reveal the page editor's address as REPLY-TO address only if
377 # the user has not opted-out and the option is enabled at the
378 # global configuration level.
382 && ( $this->editor->getEmail() !=
'' )
383 && $this->editor->getOption(
'enotifrevealaddr' )
409 if ( !$this->composed_common ) {
413 if ( $wgEnotifImpersonal ) {
449 # $PAGEEDITDATE is the time and date of the page change
450 # expressed in terms of individual local time of the notification
451 # recipient, i.e. watching user
452 $contLang = MediaWikiServices::getInstance()->getContentLanguage();
454 [
'$WATCHINGUSERNAME',
458 ? $watchingUser->getRealName() : $watchingUser->getName(),
459 $contLang->userDate( $this->timestamp, $watchingUser ),
460 $contLang->userTime( $this->timestamp, $watchingUser ) ],
464 if (
$source === self::WATCHLIST ) {
465 $headers[
'List-Help'] =
'https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Watchlist';
469 'replyTo' => $this->replyto,
470 'headers' => $headers,
481 if ( empty( $addresses ) ) {
485 $contLang = MediaWikiServices::getInstance()->getContentLanguage();
487 [
'$WATCHINGUSERNAME',
490 [
wfMessage(
'enotif_impersonal_salutation' )->inContentLanguage()->
text(),
491 $contLang->date( $this->timestamp,
false,
false ),
492 $contLang->time( $this->timestamp,
false,
false ) ],
496 'replyTo' => $this->replyto,
This list may contain false positives That usually means there is additional text with links below the first Each row contains links to the first and second as well as the first line of the second redirect text
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
bool $wgEnotifRevealEditorAddress
Allow sending of e-mail notifications with the editor's address in "Reply-To".
$wgEnotifWatchlist
Allow users to enable email notification ("enotif") on watchlist changes.
bool $wgEnotifFromEditor
Allow sending of e-mail notifications with the editor's address as sender.
$wgEnotifUserTalk
Allow users to enable email notification ("enotif") when someone edits their user talk page.
$wgNoReplyAddress
Reply-To address for e-mail notifications.
$wgEnotifImpersonal
Send a generic mail instead of a personalised mail for each user.
$wgUsersNotifiedOnAllChanges
Array of usernames who will be sent a notification email for every change which occurs on a wiki.
$wgBlockDisablesLogin
If true, blocked users will not be allowed to login.
$wgEnotifMinorEdits
Potentially send notification mails on minor edits to pages.
$wgPasswordSender
Sender email address for e-mail notifications.
$wgEnotifUseRealName
Use real name instead of username in e-mail "from" field.
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
wfExpandUrl( $url, $defaultProto=PROTO_CURRENT)
Expand a potentially local URL to a fully-qualified URL.
This module processes the email notifications when the current page is changed.
sendImpersonal( $addresses)
Same as sendPersonalised but does impersonal mail suitable for bulk mailing.
canSendUserTalkEmail( $editor, $title, $minorEdit)
const ALL_CHANGES
Notification because user is notified for all changes.
sendMails()
Send any queued mails.
notifyOnPageChange( $editor, $title, $timestamp, $summary, $minorEdit, $oldid=false, $pageStatus='changed')
Send emails corresponding to the user $editor editing the page $title.
sendPersonalised( $watchingUser, $source)
Does the per-user customizations to a notification e-mail (name, timestamp in proper timezone,...
compose( $user, $source)
Compose a mail to a given user and either queue it for sending, or send it now, depending on settings...
const WATCHLIST
Notification is due to a watchlisted page being edited.
actuallyNotifyOnPageChange( $editor, $title, $timestamp, $summary, $minorEdit, $oldid, $watchers, $pageStatus='changed')
Immediate version of notifyOnPageChange().
const USER_TALK
Notification is due to user's user talk being edited.
getPageStatus()
Extensions that have hooks for UpdateUserMailerFormattedPageStatus (to provide additional pageStatus ...
composeCommonMailtext()
Generate the generic "this page has been changed" e-mail text.
Job for email notification mails.
Stores a single person's name and email address.
static newFromUser(User $user)
Create a new MailAddress object for the given user.
Represents a title within MediaWiki.
static send( $to, $from, $subject, $body, $options=[])
This function will perform a direct (authenticated) login to a SMTP Server to use for mail relaying i...
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
getName()
Get the user name, or the IP of an anonymous user.
static newFromName( $name, $validate='valid')
Static factory method for creation from username.
isAllowed( $action='')
Internal mechanics of testing a permission.
getId()
Get the user's ID.
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services