mediawiki-extensions-Discus.../tests/cases/it-unsigned-oldparser
Bartosz Dziewoński 42ce942c86 Introduce comment "names" to identify comments across revisions/pages
The existing comment IDs can't be used to find the same comment on
a different revision or page (when it's transcluded), because they
depend on the comment's parent and its position on the page.

Comment names depend only on the author and timestamp. The trade-off
is that they can't distinguish comments posted within the same minute,
or in the same edit, so we will still need the IDs sometimes.

Prefer using comment names when replying, if they're not ambiguous.
This fixes T273413 and T275821.

Heading names depend on the author and timestamp of the oldest comment.
This way we don't have to detect changes to the heading text, but we
can't distinguish headings without any comments.

Bug: T274685
Bug: T273413
Bug: T275821
Change-Id: Id85c50ba38d1e532cec106708c077b908a3fcd49
2021-03-23 16:08:42 +00:00
..
it-unsigned-oldparser-formattedreply.html Give comments IDs so they can be scrolled to with hash links 2021-03-20 15:43:23 +00:00
it-unsigned-oldparser.html Add tests covering it.wp unsigned comment template 2020-11-25 02:08:03 +01:00
it-unsigned-oldparser.json Introduce comment "names" to identify comments across revisions/pages 2021-03-23 16:08:42 +00:00