mediawiki-extensions-Echo/includes/Formatters
lectrician1 53c38fe3df Change edit count thanks notification link to diff
It would be nice for editors to be able to see the particular edit
that was their 100th, 1000th, etc. This patch changes the link of the
edit count thanks notification to the diff of the edit, rather than the
page the edit was on.
Note that this link will only work for newly created notfications. Past
edit count notification database entries do not store what revision id
the edit was on in the 'echo_events' table, so there is no way to link
to them unless the table is updated.

Bug: T326998
Change-Id: If81fd71ce6f99ad3883a3bfbfbd798270f762d37
2023-01-14 03:47:42 +00:00
..
EchoArticleReminderPresentationModel.php
EchoEditThresholdPresentationModel.php Change edit count thanks notification link to diff 2023-01-14 03:47:42 +00:00
EchoEditUserTalkPresentationModel.php
EchoEmailUserPresentationModel.php
EchoEventDigestFormatter.php
EchoEventFormatter.php
EchoEventPresentationModel.php
EchoFlyoutFormatter.php
EchoForeignPresentationModel.php
EchoHtmlDigestEmailFormatter.php
EchoHtmlEmailFormatter.php
EchoIcon.php
EchoMentionInSummaryPresentationModel.php
EchoMentionPresentationModel.php
EchoMentionStatusPresentationModel.php
EchoModelFormatter.php
EchoPageLinkedPresentationModel.php
EchoPlainTextDigestEmailFormatter.php
EchoPlainTextEmailFormatter.php
EchoPresentationModelSection.php
EchoRevertedPresentationModel.php
EchoUserRightsPresentationModel.php
EchoWatchlistChangePresentationModel.php
EchoWelcomePresentationModel.php
SpecialNotificationsFormatter.php