mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 3cffe1190e Clean up handling of <span class="mw-headline">
The PHP code should never see a `<span class="mw-headline">` node
since MediaWiki change If04d72f427ec3c3730e757cbb3ade8840c09f7d3,
but we have to support it for our old integration tests (T363031).

Improve code comments to explain this and move the handling to
one place, so that it can be deleted more easily in the future.

Follow-up to 08f61b2609.

Change-Id: I5ab9d3373a6911c1456c30d844b66576b278a1b5
2024-04-20 00:16:45 +00:00
..
Actions Use namespaced classes 2023-12-11 16:38:02 +01:00
Hooks Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
Notifications Replace deprecated ChangeTags method calls with ChangeTagsStore 2024-04-01 09:00:39 +08:00
ThreadItem Clean up handling of <span class="mw-headline"> 2024-04-20 00:16:45 +00:00
ApiDiscussionToolsCompare.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 04:14:36 +00:00
ApiDiscussionToolsEdit.php Fix autosubscribe on new pages with $wgDiscussionToolsAutoTopicSubEditor = 'discussiontoolsapi' 2024-03-27 00:51:14 +01:00
ApiDiscussionToolsFindComment.php Special:TopicSubscriptions: Use permalinks when available 2024-04-04 13:44:06 +00:00
ApiDiscussionToolsGetSubscriptions.php Remove 'internal' flag from ApiDiscussionToolsSubscribe/GetSubscriptions 2023-08-07 15:14:58 +01:00
ApiDiscussionToolsPageInfo.php Remove the "offset" from getHeadlineNodeAndOffset() 2024-04-20 00:34:32 +02:00
ApiDiscussionToolsPreview.php Simplify preg_replace_callback in ApiDiscussionToolsPreview 2023-10-30 09:12:21 +01:00
ApiDiscussionToolsSubscribe.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 04:14:36 +00:00
ApiDiscussionToolsTrait.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
ButtonMenuSelectWidget.php Show thread metadata in section headers 2022-06-23 17:17:09 +01:00
CommentFormatter.php Clean up handling of <span class="mw-headline"> 2024-04-20 00:16:45 +00:00
CommentModifier.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
CommentParser.php Clean up handling of <span class="mw-headline"> 2024-04-20 00:16:45 +00:00
CommentUtils.php Clean up handling of <span class="mw-headline"> 2024-04-20 00:16:45 +00:00
ContentThreadItemSet.php Embed pageThread JSON in jsConfigVars instead of infusing HTML 2022-11-08 16:20:39 +00:00
DatabaseThreadItemSet.php Embed pageThread JSON in jsConfigVars instead of infusing HTML 2022-11-08 16:20:39 +00:00
ImmutableRange.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
LanguageData.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
NodeFilter.php Use type hints for properties, remove PHPCS overrides 2023-10-19 19:31:02 +00:00
OverflowMenuItem.php overflow menu: Add hooks for registering and interacting with items 2023-10-05 15:50:33 +01:00
ResourceLoaderData.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
ServiceWiring.php Special:TopicSubscriptions: Use permalinks when available 2024-04-04 13:44:06 +00:00
SpecialDiscussionToolsDebug.php Use namespaced classes 2023-12-11 16:38:02 +01:00
SpecialFindComment.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
SpecialGoToComment.php Special:TopicSubscriptions: Use permalinks when available 2024-04-04 13:44:06 +00:00
SpecialTopicSubscriptions.php Special:TopicSubscriptions: Use permalinks when available 2024-04-04 13:44:06 +00:00
SubscriptionItem.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
SubscriptionStore.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
ThreadItemFormatter.php Special:TopicSubscriptions: Use permalinks when available 2024-04-04 13:44:06 +00:00
ThreadItemSet.php Embed pageThread JSON in jsConfigVars instead of infusing HTML 2022-11-08 16:20:39 +00:00
ThreadItemStore.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
TopicSubscriptionsPager.php TopicSubscriptionsPager: Fix exception when no subscriptions 2024-04-15 21:03:55 +02:00
TreeWalker.php Move some doc comments to real type hints 2024-03-11 14:13:17 +01:00