mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
361283a332
We originally used 'templates' because it seemed like an obvious choice for HTML files, and because 'packageFiles' requires extra code to include anything that isn't a .js or .json file. However, the templates are expected to be HTML fragments rather than whole documents, and they are parsed in a particular way that takes a lot of code to clean up (which we needed to do, because we use the same test files for testing PHP code). I tried doing it in the 'packageFiles' way, and the extra code doesn't seem that bad in comparison after all. Moreover, the 'templates' mechanism (when used the intended way) feels vaguely deprecated in favor of Vue.js, and I'd rather move away from it. This makes the tests faster too (probably mostly thanks to the removal of the clean up code) – on my machine they go from 1800ms to 1500ms. (Simplify linearWalk tests, as we no longer need to do weird things with document fragments to get consistent outputs in PHP and JS.) Change-Id: I39f9b994ce5636d70fea2e935a7c87c7d56dcb26 |
||
---|---|---|
.. | ||
Actions | ||
Hooks | ||
Notifications | ||
ThreadItem | ||
ApiDiscussionToolsCompare.php | ||
ApiDiscussionToolsEdit.php | ||
ApiDiscussionToolsGetSubscriptions.php | ||
ApiDiscussionToolsPageInfo.php | ||
ApiDiscussionToolsPreview.php | ||
ApiDiscussionToolsSubscribe.php | ||
ApiDiscussionToolsTrait.php | ||
ButtonMenuSelectWidget.php | ||
CommentFormatter.php | ||
CommentModifier.php | ||
CommentParser.php | ||
CommentUtils.php | ||
ContentThreadItemSet.php | ||
DatabaseThreadItemSet.php | ||
ImmutableRange.php | ||
LanguageData.php | ||
NodeFilter.php | ||
ResourceLoaderData.php | ||
ServiceWiring.php | ||
SpecialFindComment.php | ||
SpecialGoToComment.php | ||
SpecialTopicSubscriptions.php | ||
SubscriptionItem.php | ||
SubscriptionStore.php | ||
ThreadItemFormatter.php | ||
ThreadItemSet.php | ||
ThreadItemStore.php | ||
TopicSubscriptionsPager.php | ||
TreeWalker.php |