mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 5b2f74ef5e CommentFormatter: Avoid serializing and parsing HTML repeatedly
Well, we still do it repeatedly, but now we repeat it one time less.

Change-Id: Ic1f655f32e4596d179f4154d90c2fe8286bf3de3
2022-08-02 00:32:24 +02:00
..
Actions
Hooks Make reply links into buttons when visual enhancements enabled 2022-08-01 20:59:53 +02:00
Notifications Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ThreadItem Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ApiDiscussionToolsCompare.php Use namespaced VisualEditor traits and classes 2022-03-29 20:32:44 +01:00
ApiDiscussionToolsEdit.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ApiDiscussionToolsGetSubscriptions.php Fix usage of ApiBase::PARAM_* deprecated constants 2022-04-04 00:40:51 +00:00
ApiDiscussionToolsPageInfo.php API ThreadItemsHTML: improve generation of othercontent 2022-07-28 02:51:18 -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 Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ButtonMenuSelectWidget.php Show thread metadata in section headers 2022-06-23 17:17:09 +01:00
CommentFormatter.php CommentFormatter: Avoid serializing and parsing HTML repeatedly 2022-08-02 00:32:24 +02:00
CommentModifier.php Make reply links into buttons when visual enhancements enabled 2022-08-01 20:59:53 +02:00
CommentParser.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
CommentUtils.php Ignore "tracked" templates at the beginning of comments 2022-07-31 03:56:36 +02:00
ContentThreadItemSet.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +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 CommentParser: Replace uses of Title with TitleValue 2022-03-18 18:24:34 +00:00
SpecialTopicSubscriptions.php
SubscriptionItem.php
SubscriptionStore.php Prefer late static binding over self:: 2022-06-09 15:12:48 +01:00
ThreadItemSet.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
TopicSubscriptionsPager.php Prefer late static binding over self:: 2022-06-09 15:12:48 +01:00
TreeWalker.php