mediawiki-extensions-Discus.../includes/Notifications
Bartosz Dziewoński 880f9755e0 Separate ContentThreadItem and DatabaseThreadItem etc.
Rename ThreadItem to ContentThreadItem, then create a new ThreadItem
interface containing only the methods that we'll be able to implement
using only the persistently stored data (no parsing), then create a
DatabaseThreadItem. Do the same for CommentItem and HeadingItem.

ThreadItemSet gets a similar treatment, but it's basically only for
Phan's type checking. (This is sad.)

Change-Id: I1633049befe8ec169753b82eb876459af1f63fe8
2022-07-04 23:35:50 +02:00
..
DiscussionToolsEventTrait.php Fix logic for finding the oldest comment in a bundle 2022-03-08 02:13:54 +00:00
EnhancedEchoEditUserTalkPresentationModel.php Add return type to jsonSerialize() 2022-07-02 17:32:04 +00:00
EnhancedEchoMentionPresentationModel.php Add return type to jsonSerialize() 2022-07-02 17:32:04 +00:00
EventDispatcher.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
PlaintextEchoPresentationModelSection.php Don't try to parse section titles as wikitext in subscription notifs 2022-01-21 00:12:58 +01:00
SubscribedNewCommentPresentationModel.php Add return type to jsonSerialize() 2022-07-02 17:32:04 +00:00