mediawiki-extensions-Discus.../includes
Arlo Breault 4399d9a458 Always set a value for isEmptyTalkPage when transforming html
For interface messages, like the talk page header, tranformHtml isn't
run so no value is set while parsing it.  The double negative in
I5c1877f7f9eb73f88a33e001ca3c2f3d06bb90e4 failed to account for that and
was reverted in I23a3f937201d93c7c7645a09c4fccfcf1c14008a.

By always setting a value, we'll overwrite a value that may have been
set when Parsoid calls the legacy parser to parse extension content for
which it doesn't have a native extension, which then gets merged into
the metadata for the main parse.  However, setting with a different
value is deprecated and will eventually throw, but we already need to
find a solution for T372592 so what's one more.

Bug: T371125
Bug: T372592
Change-Id: Id73a1b5751cfc055e84188bcb19583c72b84032f
2024-09-20 18:17:16 -04:00
..
Actions Use namespaced classes 2024-06-09 00:02:35 +02:00
Hooks Enable visualenhancements on archived talk pages 2024-09-06 10:00:28 +01:00
Notifications Avoid primary DB query for non-talk page edits 2024-08-14 18:18:02 +02:00
ThreadItem Trim whitespace from truncated heading titles in IDs 2024-05-01 14:20:12 +01:00
ApiDiscussionToolsCompare.php ApiDiscussionToolsCompare: Show nice error for deleted revisions 2024-04-26 03:54:31 +02:00
ApiDiscussionToolsEdit.php Use namespaced classes 2024-06-09 00:02:35 +02:00
ApiDiscussionToolsFindComment.php Find comment: limit DB query for page comments, use a custom exception 2024-09-18 11:43:59 -05:00
ApiDiscussionToolsGetSubscriptions.php
ApiDiscussionToolsPageInfo.php Remove the "offset" from getHeadlineNodeAndOffset() 2024-04-20 00:34:32 +02:00
ApiDiscussionToolsPreview.php
ApiDiscussionToolsSubscribe.php
ApiDiscussionToolsThank.php Use namespaced classes 2024-06-09 00:02:35 +02:00
ApiDiscussionToolsTrait.php Use namespaced classes 2024-06-09 00:02:35 +02:00
ButtonMenuSelectWidget.php
CommentFormatter.php Always set a value for isEmptyTalkPage when transforming html 2024-09-20 18:17:16 -04:00
CommentModifier.php Improve unwrapFragment() for multi-paragraph comments 2024-06-21 22:37:09 +02:00
CommentParser.php Merge "Fix parsing usernames with +" 2024-06-21 15:19:33 +00:00
CommentUtils.php Fix parsing usernames with + 2024-06-19 17:14:10 +02:00
ContentThreadItemSet.php
DatabaseThreadItemSet.php
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
OverflowMenuItem.php
PageNeverHadThreadsException.php Find comment: limit DB query for page comments, use a custom exception 2024-09-18 11:43:59 -05:00
ResourceLoaderData.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
ServiceWiring.php Inject service ContentLanguage into ThreadItemStore 2024-07-03 10:16:27 +00:00
SpecialDiscussionToolsDebug.php
SpecialFindComment.php Use namespaced classes 2024-06-09 00:02:35 +02: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
ThreadItemStore.php Find comment: limit DB query for page comments, use a custom exception 2024-09-18 11:43:59 -05:00
TopicSubscriptionsPager.php Use expression builder instead of raw sql 2024-07-21 23:25:41 +02:00
TreeWalker.php Move some doc comments to real type hints 2024-03-11 14:13:17 +01:00