mediawiki-extensions-Discus.../includes/ThreadItem
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
..
CommentItem.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
CommentItemTrait.php Update exception handling for new code conventions 2023-01-22 18:17:11 +00:00
ContentCommentItem.php Merge "ContentCommentItem.php: Documentation fixes" 2023-12-18 17:21:36 +00:00
ContentHeadingItem.php Clean up handling of <span class="mw-headline"> 2024-04-20 00:16:45 +00:00
ContentThreadItem.php Remove workaround for T357812 2024-03-16 19:57:19 +00:00
DatabaseCommentItem.php Use PHP 7.4 property types 2022-10-28 21:56:38 +02:00
DatabaseHeadingItem.php Use PHP 7.4 property types 2022-10-28 21:56:38 +02:00
DatabaseThreadItem.php Special:TopicSubscriptions: Use permalinks when available 2024-04-04 13:44:06 +00:00
HeadingItem.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
HeadingItemTrait.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
ThreadItem.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ThreadItemTrait.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00