mediawiki-extensions-Discus.../includes
Bartosz Dziewoński fd080b7043 Ensure you can't get duplicate notifs for edits to your user talk page
We don't display [subscribe] buttons on your user talk page,
but the API still allows those subscriptions.

Use the same approach as for mentions to ensure this doesn't cause
duplicate notifications.

Remove some code in SubscribedNewCommentPresentationModel,
now guaranteed to be unused.

Change-Id: I99a276a48d8562552ed2c54cc0323e8e428845fd
2021-06-03 02:10:33 +02:00
..
Actions Notification unsubcribe button 2021-06-01 23:29:53 +02:00
Hooks Ensure you can't get duplicate notifs for edits to your user talk page 2021-06-03 02:10:33 +02:00
Notifications Ensure you can't get duplicate notifs for edits to your user talk page 2021-06-03 02:10:33 +02:00
ApiDiscussionTools.php Include comment names in 'transcludedfrom' API response 2021-04-07 22:46:36 +02:00
ApiDiscussionToolsEdit.php Merge "Pass whole context to internal action API requests" 2021-05-26 16:46:13 +00:00
ApiDiscussionToolsSubscribe.php Limit number of topic subscriptions per user 2021-05-25 17:16:24 +02:00
CommentFormatter.php Subscribe/unsubscribe with plain text links 2021-06-01 20:37:47 +02:00
CommentItem.php Add stripTrailingSeparator to getBodyText as well as getBodyHTML 2021-02-23 23:09:17 +00:00
CommentModifier.php Fix adding comments in lists containing <dt> tags 2021-04-21 16:00:07 +02:00
CommentParser.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
CommentUtils.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
Data.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
HeadingItem.php Move ID->title logic into HeadingItem 2020-11-05 16:10:39 +00:00
ImmutableRange.php ImmutableRange: Guard against appending empty fragments 2020-11-16 19:22:26 +00:00
NodeFilter.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00
ServiceWiring.php Service to interact with topic subscriptions 2021-04-06 21:25:13 +00:00
SubscriptionItem.php Service to interact with topic subscriptions 2021-04-06 21:25:13 +00:00
SubscriptionStore.php Limit number of topic subscriptions per user 2021-05-25 17:16:24 +02:00
ThreadItem.php build: Updating composer dependencies 2021-05-05 11:14:52 +00:00
TreeWalker.php Base TreeWalker implementation on PHPDOM 2020-11-19 23:45:42 +00:00