mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 10899af666 Fix parsing links in Parsoid documents without short URLs
Move the code so that we check for "?title=" query parameter first,
because we don't handle this right in the other code path.

Use parse_url() instead of wfParseUrl() because the latter doesn't
accept relative URLs, and we don't care about the other differences.

Bug: T261711
Depends-On: I4da952876e1c3d1a41d06b51f7e26015ff5e34d7
Change-Id: I70fac2b41befd782b0a47a4f726ae748dc0f775d
2020-09-02 23:42:37 +02:00
..
ApiDiscussionTools.php Re-apply new reply API patches (again) 2020-08-19 20:05:42 +00:00
ApiDiscussionToolsEdit.php Fix parsing links in Parsoid documents without short URLs 2020-09-02 23:42:37 +02:00
CommentItem.php Refactor CommentParser 2020-07-20 23:38:10 +01:00
CommentModifier.php Skip to the end of the paragraph in the parser, not modifier 2020-08-20 19:35:55 +00:00
CommentParser.php Fix parsing localised digits in PHP discussion parser 2020-09-01 01:50:33 +02:00
CommentUtils.php Fix parsing links in Parsoid documents without short URLs 2020-09-02 23:42:37 +02:00
Data.php Fix parsing localised digits in PHP discussion parser 2020-09-01 01:50:33 +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