mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 432a959436 Ignore empty paragraphs at the beginning of comments
The wikitext parser outputs `<p><br></p>` for empty paragraphs, so we
need to ignore `<br>` tags when searching for an "interesting" node
that marks the beginning of a comment. Otherwise the empty paragraphs
mess up the detection of indentation levels.

Bug: T264116
Change-Id: I84a97ab577baa7336b78935ccdc48041ecfc231a
2020-09-29 22:22:35 +02:00
..
ApiDiscussionTools.php Re-apply new reply API patches (again) 2020-08-19 20:05:42 +00:00
ApiDiscussionToolsEdit.php Merge "Fix parsing links in Parsoid documents without short URLs" 2020-09-17 20:40:40 +00:00
CommentItem.php Add JSON serialize methods 2020-09-23 20:35:57 +01:00
CommentModifier.php Skip over whitespace when looking for trailing comments 2020-09-11 15:37:09 +01:00
CommentParser.php Ignore empty paragraphs at the beginning of comments 2020-09-29 22:22:35 +02:00
CommentUtils.php Fix parsing links in Parsoid documents without short URLs 2020-09-02 23:42:37 +02:00
Data.php Parsing discussions converted to language variants 2020-09-16 22:07:07 +00:00
HeadingItem.php Add JSON serialize methods 2020-09-23 20:35:57 +01:00
Hooks.php Create preference for turning off reply tool once out of beta 2020-09-11 22:16:57 +00:00
ImmutableRange.php Implement cloneContents on ImmutableRange 2020-09-12 13:19:35 +01:00
NodeFilter.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00
ThreadItem.php Add JSON serialize methods 2020-09-23 20:35:57 +01:00
TreeWalker.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00