mediawiki-extensions-Discus.../includes
Bartosz Dziewoński 82803f9968 Fix PHP getTitleFromUrl() when $wgArticlePath is '/$1'
In this case, the generated regexp would match the '/local' part in
the generated URL. Prefixing 'https://local' is no longer necessary
since 10899af666.

Add tests for this, and some tests to cover T261711 as well.

Bug: T358321
Change-Id: Idf54deba13f30b799b7b8d17de1897bc90f95701
(cherry picked from commit 6419c19d1e)
2024-05-07 17:55:05 +00:00
..
Actions Injected SubscriptionStore into UnsubscribeAction 2021-08-09 22:38:52 +00:00
Hooks PreferenceHooks: Avoid referring to the field of disabled feature 2022-09-24 23:40:26 +00:00
Notifications Merge "Use cheaper getRawVal/getCheck instead of getVal where possible" 2022-09-03 05:33:08 +00:00
ThreadItem Fix fetching of oldest comment in a thread 2022-09-01 21:22:09 +00:00
ApiDiscussionToolsCompare.php Inject services into API classes 2022-09-03 00:23:41 +02:00
ApiDiscussionToolsEdit.php Inject services into API classes 2022-09-03 00:23:41 +02:00
ApiDiscussionToolsGetSubscriptions.php Inject services into API classes 2022-09-03 00:23:41 +02:00
ApiDiscussionToolsPageInfo.php Inject services into API classes 2022-09-03 00:23:41 +02:00
ApiDiscussionToolsPreview.php Inject services into API classes 2022-09-03 00:23:41 +02:00
ApiDiscussionToolsSubscribe.php Inject services into API classes 2022-09-03 00:23:41 +02:00
ApiDiscussionToolsTrait.php Inject services into API classes 2022-09-03 00:23:41 +02:00
ButtonMenuSelectWidget.php Show thread metadata in section headers 2022-06-23 17:17:09 +01:00
CommentFormatter.php Table of contents style tweaks 2022-09-05 12:57:31 +01:00
CommentModifier.php Add space if possible after bullet indentation 2022-08-12 22:33:02 +02:00
CommentParser.php Fix fetching of oldest comment in a thread 2022-09-01 21:22:09 +00:00
CommentUtils.php Fix PHP getTitleFromUrl() when $wgArticlePath is '/$1' 2024-05-07 17:55:05 +00:00
ContentThreadItemSet.php Remove all stuff about legacy IDs 2022-08-24 01:01:09 +02:00
DatabaseThreadItemSet.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ImmutableRange.php ImmutableRange: Fix setStart/setEnd to avoid backwards range 2022-07-11 21:40:09 +00:00
LanguageData.php LanguageData: Accept abbreviations in $wgLocaltimezone 2022-07-07 03:12:20 +00:00
NodeFilter.php Don't refer directly to PHP dom extension classes; avoid nonstandard behavior 2021-07-30 18:15:40 -04:00
ResourceLoaderData.php Prefer late static binding over self:: 2022-06-09 15:12:48 +01:00
ServiceWiring.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
SpecialFindComment.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
SpecialGoToComment.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
SpecialTopicSubscriptions.php Add Special:TopicSubscriptions 2021-10-06 20:06:01 +00:00
SubscriptionItem.php Add missing typehints 2021-12-01 14:57:09 +00:00
SubscriptionStore.php Replace deprecated database stuff 2022-08-16 18:51:28 +00:00
ThreadItemFormatter.php Store permalink data, implement Special:FindComment/GoToComment 2022-08-11 01:19:47 +02:00
ThreadItemSet.php Separate ContentThreadItem and DatabaseThreadItem etc. 2022-07-04 23:35:50 +02:00
ThreadItemStore.php Replace deprecated database stuff 2022-08-16 18:51:28 +00:00
TopicSubscriptionsPager.php Show created/notified dates on Special:TopicSubscriptions 2022-06-26 22:42:44 +01:00
TreeWalker.php Don't refer directly to PHP dom extension classes; avoid nonstandard behavior 2021-07-30 18:15:40 -04:00