mediawiki-extensions-Discus.../includes/ThreadItem
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
..
CommentItem.php
CommentItemTrait.php ThreadItem jsonSerialize: make sure callback is applied last 2022-08-30 09:11:46 -05:00
ContentCommentItem.php
ContentHeadingItem.php
ContentThreadItem.php Fix fetching of oldest comment in a thread 2022-09-01 21:22:09 +00:00
DatabaseCommentItem.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
DatabaseHeadingItem.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
DatabaseThreadItem.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
HeadingItem.php
HeadingItemTrait.php ThreadItem jsonSerialize: make sure callback is applied last 2022-08-30 09:11:46 -05:00
ThreadItem.php
ThreadItemTrait.php