mediawiki-extensions-Discus.../includes
Ed Sanders 664d5d041a Fix fetching of oldest comment in a thread
The implementation in Parser doesn't descend into sub-thread.
Re-use the getThreadSummary method in ThreadItem and traverse
the thread properly.

Bug: T298617
Change-Id: I318d9012eb83f37ccbe463923524ef2e9f995ced
2022-09-01 21:22:09 +00:00
..
Actions
Hooks Merge "Notify users when a topic they are subscribed to is removed from a page" 2022-08-30 15:59:33 +00:00
Notifications Notify users when a topic they are subscribed to is removed from a page 2022-08-25 03:52:58 +02:00
ThreadItem Fix fetching of oldest comment in a thread 2022-09-01 21:22:09 +00:00
ApiDiscussionToolsCompare.php Use namespaced VisualEditor traits and classes 2022-03-29 20:32:44 +01:00
ApiDiscussionToolsEdit.php ApiDiscussionToolsEdit: etag is optional 2022-08-25 21:18:09 +02:00
ApiDiscussionToolsGetSubscriptions.php Fix usage of ApiBase::PARAM_* deprecated constants 2022-04-04 00:40:51 +00:00
ApiDiscussionToolsPageInfo.php API: always output ISO8601 in the timestamp field 2022-08-30 11:04:19 -05:00
ApiDiscussionToolsPreview.php Pass useskin/mobileformat when previewing/refreshing page contents 2022-06-27 17:15:28 +01:00
ApiDiscussionToolsSubscribe.php Remove DiscussionToolsEnableTopicSubscriptionBackend config 2022-02-04 18:22:10 +00:00
ApiDiscussionToolsTrait.php Add signature on separate line if wikitext comment ends with a list 2022-08-06 16:08:13 +02:00
ButtonMenuSelectWidget.php Show thread metadata in section headers 2022-06-23 17:17:09 +01:00
CommentFormatter.php Merge "Enhance vector-2022 table of contents" 2022-08-26 20:57:39 +00:00
CommentModifier.php Add space if possible after bullet indentation 2022-08-12 22:33:02 +02:00
CommentParser.php Fix fetching of oldest comment in a thread 2022-09-01 21:22:09 +00:00
CommentUtils.php Ignore "tracked" templates at the beginning of comments 2022-07-31 03:56:36 +02:00
ContentThreadItemSet.php Remove all stuff about legacy IDs 2022-08-24 01:01:09 +02:00
DatabaseThreadItemSet.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ImmutableRange.php ImmutableRange: Fix setStart/setEnd to avoid backwards range 2022-07-11 21:40:09 +00:00
LanguageData.php LanguageData: Accept abbreviations in $wgLocaltimezone 2022-07-07 03:12:20 +00:00
NodeFilter.php
ResourceLoaderData.php Prefer late static binding over self:: 2022-06-09 15:12:48 +01:00
ServiceWiring.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
SpecialFindComment.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
SpecialGoToComment.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
SpecialTopicSubscriptions.php Add Special:TopicSubscriptions 2021-10-06 20:06:01 +00:00
SubscriptionItem.php Add missing typehints 2021-12-01 14:57:09 +00:00
SubscriptionStore.php Replace deprecated database stuff 2022-08-16 18:51:28 +00:00
ThreadItemFormatter.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
ThreadItemSet.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ThreadItemStore.php Replace deprecated database stuff 2022-08-16 18:51:28 +00:00
TopicSubscriptionsPager.php Show created/notified dates on Special:TopicSubscriptions 2022-06-26 22:42:44 +01:00
TreeWalker.php