mediawiki-extensions-Discus.../includes
Bartosz Dziewoński b09bbfe668 Disambiguate comments by parent ID, rather than sequential numbers
Sequential numbers aren't great because they change when an earlier
comment is archived. Parent comment/heading IDs should change less
often.

This also makes much more sense for disambiguating subsections,
e.g. a dozen identical ===Votes=== sections for a dozen proposals.

Bug: T264478
Change-Id: I466454984fd919ebef35f2b37ddb5d86dc842996
2020-10-22 02:19:21 +02:00
..
ApiDiscussionTools.php Handle cached "legacy" IDs (and other JSON-serialized data) 2020-10-22 00:53:06 +02:00
ApiDiscussionToolsEdit.php Allow headings to have IDs 2020-10-22 02:04:28 +02:00
CommentFormatter.php Allow headings to have IDs 2020-10-22 02:04:28 +02:00
CommentItem.php Connect sub-threads to their parent threads 2020-10-22 02:05:02 +02:00
CommentModifier.php Ignore HTML comments which are more than two lines from a reply 2020-09-29 11:30:03 +01:00
CommentParser.php Disambiguate comments by parent ID, rather than sequential numbers 2020-10-22 02:19:21 +02:00
CommentUtils.php Fix parsing links in Parsoid documents without short URLs 2020-09-02 23:42:37 +02:00
Data.php Correctly generate timezone abbreviations for parsing 2020-10-15 12:11:25 +00:00
HeadingItem.php Connect sub-threads to their parent threads 2020-10-22 02:05:02 +02:00
Hooks.php Allow headings to have IDs 2020-10-22 02:04:28 +02:00
ImmutableRange.php ImmutableRange: Optimize parent check in computePosition() 2020-10-20 11:14:00 +02:00
NodeFilter.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00
ThreadItem.php Connect sub-threads to their parent threads 2020-10-22 02:05:02 +02:00
TreeWalker.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00