mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 37d6825c14 EventDispatcher: Ensure we fetch page content from the primary database
We used an internal API requests to fetch page content because it was
easy, but there's no way to guarantee that it returns data from the
primary database.

Use ParserOutputAccess::getParserOutput() to fetch from cache if
available. Also, use canonical output instead of user-specific,
not that it should matter.

Bug: T285895
Change-Id: I7dcd9659be77746dc2a0c4eeae2319887936b555
2021-07-01 14:52:13 +00:00
..
Actions Notification unsubcribe button 2021-06-01 23:29:53 +02:00
Hooks Allow dtenable=0 to disable DiscussionTools 2021-06-29 21:20:35 +00:00
Notifications EventDispatcher: Ensure we fetch page content from the primary database 2021-07-01 14:52:13 +00: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 Config option to enable topic subscriptions backend and dtenable=1 URL parameter 2021-06-14 16:18:18 +02:00
CommentFormatter.php CommentFormatter: Remove old cached compatibility code 2021-06-24 15:38:02 +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