Page MenuHomePhabricator

E-mail notification should state "reviewed" rather than just "changed"
Open, Needs TriagePublicFeature

Description

The e-mail sent when a page is reviewed has a title of

Wikipedia page PPPP has been changed by UUUU

and the text says

The Wikipedia page PPPP has been changed on 2023-12-07 by
UUUU, see https://en.wikipedia.org/wiki/PPPP for the current revision.

To view the log of this page, see
https://en.wikipedia.org/w/index.php?title=Special:Log&page=PPPP

Change the title and text to specify that the page has been reviewed.

Event Timeline

Aklapper changed the subtype of this task from "Task" to "Feature Request".Dec 7 2023, 7:24 PM
Aklapper added a project: Voice & Tone.

What is the exact difference between a "review" and a "change"?
Do you refer to some specific change on a wiki which has something like FlaggedRevs installed, maybe? Please always provide steps to reproduce some situation.

Not sure I fully understand the question.
A "change" is when a page is edited.
"Reviewed" is when a reviewer has marked the page as "reviewed".
They both trigger e-mails saying "changed".
It would be friendly if the e-mail made a distinction between editing and tagging.

MediaWiki itself has no concept of marking a page as "reviewed".

Please provide clearer steps to reproduce; see my previous concept.

Unfortunately closing this Phabricator task as no further information has been provided.

@GhostInTheMachine: After you have provided the information asked for and if this still happens, please set the status of this task back to "Open" via the Add Action...Change Status dropdown. Thanks!

Random e-mail from today for an edit:

Subject: Wikipedia page Cardinal direction has been changed by Conovaloff

Dear GhostInTheMachine,

The Wikipedia page Cardinal direction has been changed on 2024-04-11
by Conovaloff, see https://en.wikipedia.org/wiki/Cardinal_direction for
the current revision.

To view this change, see
https://en.wikipedia.org/w/index.php?title=Cardinal_direction&diff=next&oldid=1210234667

For all changes since your last visit, see
https://en.wikipedia.org/w/index.php?title=Cardinal_direction&diff=0&oldid=1210234667

Editor's summary: /* See also */ added wiki link

This is a minor edit

Contact the editor:
mail: https://en.wikipedia.org/wiki/Special:EmailUser/Conovaloff
wiki: https://en.wikipedia.org/wiki/User:Conovaloff

There will be no other notifications in case of further activity unless
you visit this page while logged in. You could also reset the
notification flags for all your watched pages on your watchlist.

Your friendly Wikipedia notification system

–-
To change your email notification settings, visit
https://en.wikipedia.org/wiki/Special:Preferences

To change your watchlist settings, visit
https://en.wikipedia.org/wiki/Special:EditWatchlist

To delete the page from your watchlist, visit
https://en.wikipedia.org/w/index.php?title=Cardinal_direction&action=unwatch

Feedback and further assistance:
https://en.wikipedia.org/wiki/Help:Contents

and a notification for a "review":

Subject: Wikipedia page M-9 (Kosovo) has been changed by SunDawn

Dear GhostInTheMachine,

The Wikipedia page M-9 (Kosovo) has been changed on 2024-04-11 by
SunDawn, see https://en.wikipedia.org/wiki/M-9_(Kosovo) for the current
revision.

To view the log of this page, see
https://en.wikipedia.org/w/index.php?title=Special:Log&page=M-9_%28Kosovo%29

Editor's summary: -

Contact the editor:
mail: https://en.wikipedia.org/wiki/Special:EmailUser/SunDawn
wiki: https://en.wikipedia.org/wiki/User:SunDawn

There will be no other notifications in case of further activity unless
you visit this page while logged in. You could also reset the
notification flags for all your watched pages on your watchlist.

Your friendly Wikipedia notification system

–-
To change your email notification settings, visit
https://en.wikipedia.org/wiki/Special:Preferences

To change your watchlist settings, visit
https://en.wikipedia.org/wiki/Special:EditWatchlist

To delete the page from your watchlist, visit
https://en.wikipedia.org/w/index.php?title=M-9_(Kosovo)&action=unwatch

Feedback and further assistance:
https://en.wikipedia.org/wiki/Help:Contents

i.e. They have different body text, but are both given the same style of subject: "... has been changed ...".

Looking into this, the function composeCommonMailtext tests for an old page ID.

So, there needs to be new e-mail subject line string that indicates a change of status.
This would extend the five current values for the subject text:
https://en.wikipedia.org/wiki/Special:AllMessages?prefix=enotif_subject&filter=all&lang=en

Ideally, the message should be more be specific and state the type of status change.