wiki.techinc.nl/includes/title
Brian Wolff d60cde2ad9 Check for null return of preg_replace in MediaWikiTitleCodec
Returning a null from preg_replace means an error happened in
processing the regex. If the regex being used is constant and
a unicode one, that means that almost certainly the issue is an
invalid utf-8 sequences. So throw appropriate exception if that
happens.

Bug: T313663
Change-Id: I9ab184fbddd95dd0317fc42a5690cf5179c4192e
2022-07-28 10:21:08 -07:00
..
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
ForeignTitle.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
ForeignTitleFactory.php title: Remove dated comment about inNamespace(), overall doc cleanup 2022-01-18 22:25:09 +00:00
ImportTitleFactory.php
MalformedTitleException.php Revert "Introduce AbstractLocalizedException" 2021-09-14 19:01:21 +00:00
MediaWikiTitleCodec.php Check for null return of preg_replace in MediaWikiTitleCodec 2022-07-28 10:21:08 -07:00
NaiveForeignTitleFactory.php title: Remove dated comment about inNamespace(), overall doc cleanup 2022-01-18 22:25:09 +00:00
NaiveImportTitleFactory.php Inject dependencies into some ImportTitleFactory classes 2021-03-22 21:27:27 +00:00
NamespaceAwareForeignTitleFactory.php title: Remove dated comment about inNamespace(), overall doc cleanup 2022-01-18 22:25:09 +00:00
NamespaceImportTitleFactory.php Inject dependencies into some ImportTitleFactory classes 2021-03-22 21:27:27 +00:00
NamespaceInfo.php Use MainConfigNames instead of string literals, #3 2022-04-26 14:31:26 +03:00
SubpageImportTitleFactory.php Inject dependencies into some ImportTitleFactory classes 2021-03-22 21:27:27 +00:00
TitleFormatter.php TitleFormatter: fix typo ("of" -> "or") 2021-06-08 05:27:18 +00:00
TitleParser.php Introduce TitleParser::makeTitleValueSafe() 2019-08-14 21:34:39 +03:00
TitleValue.php title: Remove dated comment about inNamespace(), overall doc cleanup 2022-01-18 22:25:09 +00:00