mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 16:34:21 +00:00
6719d17364
The output of CommentFormatter::addReplyLinks() and consequently ThreadItem::jsonSerialize() can end up in the HTTP cache (Varnish) on Wikimedia wikis. We need to consider that when changing that code. Introduce a concept of legacy ID (generated by the older algorithm after it changes), add some placeholder code that will generate them in the future, and update some code to find comments by either normal or legacy IDs. Add dire comments in a bunch of places (as if that ever helps). Bug: T264478 Change-Id: I4368f366800ab21b8b184b09378037614fdecd33 |
||
---|---|---|
.. | ||
dt-ve | ||
lib | ||
.eslintrc.json | ||
CommentController.js | ||
CommentItem.js | ||
controller.js | ||
dt.debug.js | ||
dt.init.js | ||
dt.init.less | ||
dt.ui.ReplyWidget.js | ||
dt.ui.ReplyWidget.less | ||
dt.ui.ReplyWidgetPlain.js | ||
dt.ui.ReplyWidgetVisual.js | ||
HeadingItem.js | ||
highlighter.css | ||
highlighter.js | ||
logger.js | ||
modifier.js | ||
Parser.js | ||
ThreadItem.js | ||
utils.js |