mediawiki-extensions-Discus.../modules
Bartosz Dziewoński 3b8d63467e CommentParser: Remove confused comments about references and objects
"This modifies the original objects…" – I feel like this is obvious
now, but maybe it wasn't so obvious when this code was structured
differently before a2431fe006. Also,
it refers to a variable that doesn't exist.

"FIXME this will clone the reply…" – No, actually, it will not.
It would if replies were associative arrays, but they are objects,
and have always been, ever since the PHP parser was merged in
7b7a2cd69c. Maybe they were arrays
once in Roan's mind before he pushed that for review.

Change-Id: I1348e111699fdbde99cd1f9ef45d8f465f7391b0
2020-10-21 21:01:27 +02:00
..
dt-ve Disable find-and-replace 2020-09-25 15:17:15 +01:00
lib Handle timestamps in daylight saving time 2019-10-22 16:33:21 +02:00
.eslintrc.json eslint: Disable max-len 2020-04-21 15:50:19 +01:00
CommentController.js Add reply links on the server 2020-10-08 13:27:08 +01:00
CommentItem.js Add content getters to Thread/Comment items 2020-09-12 13:19:36 +01:00
controller.js Add reply links on the server 2020-10-08 13:27:08 +01:00
dt.debug.js Fix debug mode after language variant changes 2020-09-24 19:49:04 +02:00
dt.init.js Enable DT server side via a cookie to preserve user enable hack 2020-10-19 21:42:58 +01:00
dt.init.less Add reply links on the server 2020-10-08 13:27:08 +01:00
dt.ui.ReplyWidget.js Simplify edit summary selection logic 2020-10-07 18:56:17 +01:00
dt.ui.ReplyWidget.less Fix vertical alignment of action buttons when logged out 2020-09-25 17:54:00 +00:00
dt.ui.ReplyWidgetPlain.js ReplyWidget: Pass initial config values to #setup, not to constructor 2020-09-25 20:00:00 +02:00
dt.ui.ReplyWidgetVisual.js ReplyWidget: Pass initial config values to #setup, not to constructor 2020-09-25 20:00:00 +02:00
HeadingItem.js build: Update eslint-config-wikimedia to 0.17.0 2020-08-26 23:46:34 +01:00
highlighter.css Fix highlighter styles: match sig/timestamps border sizes 2020-07-14 23:17:29 +01:00
highlighter.js Fix debug mode after language variant changes 2020-09-24 19:49:04 +02:00
logger.js VisualEditorFeatureUse: trackdebug logging consistent with EditAttemptStep 2020-07-20 17:26:53 -05:00
modifier.js Ignore HTML comments which are more than two lines from a reply 2020-09-29 11:30:03 +01:00
Parser.js CommentParser: Remove confused comments about references and objects 2020-10-21 21:01:27 +02:00
ThreadItem.js Add reply links on the server 2020-10-08 13:27:08 +01:00
utils.js utils: Avoid Node#contains for IE 11 support 2020-09-11 18:06:44 +00:00