mediawiki-extensions-Discus.../modules
Bartosz Dziewoński ff0386239f Only detect comments with real signatures
Consequences of this are visible in the test cases:

* (en) Tech News posts are not detected.
  Examples: "21:22, 1 July 2019 (UTC)", "21:42, 29 July 2019 (UTC)"

* (en) Comments by users who customize the timestamp are not detected.
  Examples: "10:49, 28 June 2019 (UTC)", "21:34, 14 July 2019 (UTC)"

* (en) Comments with signatures missing a username are not detected.
  This sometimes happens if a comment is accidentally signed with
  '~~~~~' (five tildes), which only inserts the timestamp.
  Examples: "17:17, 27 July 2019 (UTC)", "10:25, 29 July 2019 (UTC)"

* (pl) A lone timestamp at the beginning of a thread is not detected.
  It's not part of a post, it was added to aid automatic archiving.
  Example: "21:03, 18 paź 2018 (CET)"

Bug: T245692
Change-Id: I0767bb239a1800f2e538917b5995fc4f0fa4d043
2020-02-21 01:30:54 +01:00
..
lib Handle timestamps in daylight saving time 2019-10-22 16:33:21 +02:00
.eslintrc.json build: Update linters 2019-10-28 12:29:56 +00:00
CommentTarget.js Blacklist/convert tables and headings in VE target 2020-02-18 15:44:40 +00:00
CommentTargetWidget.js Blacklist/convert tables and headings in VE target 2020-02-18 15:44:40 +00:00
CommentTargetWidget.less Remove vertical padding from VE visual target 2020-02-18 15:53:45 +00:00
controller.js Fix edit summary for comments in 0th section (no heading) 2020-02-21 00:44:42 +01:00
dt.debug.js Re-add debug highlighter 2019-10-24 23:21:40 +02:00
dt.init.js Fix re-initialization after page is updated 2020-01-04 18:49:55 +01:00
dt.init.less Merge "Highlight comment after saving" 2019-12-03 16:49:01 +00:00
dt.ui.ReplyWidget.js Sig preview: Increase opacity 2020-02-18 15:43:06 +00:00
dt.ui.ReplyWidget.less Re-style preview 2020-02-08 00:13:41 +00:00
dt.ui.ReplyWidgetPlain.js Merge "ReplyWidget: Handle save errors" 2020-01-29 20:51:50 +00:00
dt.ui.ReplyWidgetVisual.js Merge "ReplyWidget: Handle save errors" 2020-01-29 20:51:50 +00:00
highlighter.css Rename the lines denoting child comments in debug mode to "rulers" 2020-02-10 22:14:38 +01:00
highlighter.js Improve comment ruler drawing in debug mode when indentation is weird 2020-02-11 02:32:32 +01:00
modifier.js Pick reply insertion point based on parser tree, not DOM tree 2020-01-23 21:13:12 +01:00
parser.js Only detect comments with real signatures 2020-02-21 01:30:54 +01:00