mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 375bfe028e parser: Fix comment ranges when timestamp has entities
Previously, parser would output offsets that don't exist in their
containers, because we were pretending that entities are parts of
their neighboring text nodes.

Turns out it's much easier to do it right when going backwards.

Change-Id: I9bccca2d403f1a976ae517449989170cdd99721e
2020-08-11 20:41:06 +02:00
..
ApiDiscussionTools.php Re-apply new reply API patches 2020-08-07 21:31:38 +02:00
ApiDiscussionToolsEdit.php ApiDiscussionToolsEdit: Do not pass 'basetimestamp' 2020-08-10 20:29:55 +02:00
CommentItem.php Refactor CommentParser 2020-07-20 23:38:10 +01:00
CommentModifier.php Fix indentation level when replying to comments with mixed indentation 2020-08-06 01:25:33 +02:00
CommentParser.php parser: Fix comment ranges when timestamp has entities 2020-08-11 20:41:06 +02:00
CommentUtils.php Fix indentation level when replying to comments with mixed indentation 2020-08-06 01:25:33 +02:00
Data.php Reduce duplication between PHP parser and data gen for JS parser 2020-05-19 20:54:44 +02:00
HeadingItem.php Improve ThreadItem documentation 2020-06-26 14:56:19 +02:00
Hooks.php Use $wgLocaltimezone global instead of request context 2020-06-17 23:14:13 +02:00
ImmutableRange.php Remove various phan suppressions and fix issues 2020-06-12 20:35:59 +01:00
NodeFilter.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00
ThreadItem.php Merge "Fix indentation level when replying to comments with mixed indentation" 2020-08-10 22:27:44 +00:00
TreeWalker.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00