mediawiki-extensions-Scribunto/includes/Engines/LuaCommon
C. Scott Ananian 5bde75bf38 TitleLibrary: Don't register external titles as dependencies
In TitleLibrary::getContentInternal(), an external (interwiki) title will
fail when we try to `Parser::fetchCurrentRevisionRecordOfTitle`, but by
that time we've already tried to add it to the dependency list for the
page via `ParserOutput::addTemplate()`, which causes issues further on.

Bug: T362222
Change-Id: I171e97f17b6de176f92ced47757d10c341c979fd
2024-04-10 11:32:44 -04:00
..
lualib Synchronize mw.text.nowiki() with wfEscapeWikiText in core 2024-02-15 05:29:36 +00:00
HashLibrary.php
HtmlLibrary.php
LanguageLibrary.php Replace global configuration variables 2024-03-18 04:40:44 +00:00
LibraryBase.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:22:05 +00:00
LuaEngine.php Replace 'hash' with CACHE_HASH to improve discovery 2024-03-29 15:38:08 -07:00
LuaError.php Use namespaced classes 2024-01-05 19:24:06 +01:00
LuaInterpreter.php
LuaInterpreterBadVersionError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaInterpreterNotExecutableError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaInterpreterNotFoundError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaModule.php Use namespaced classes 2024-01-05 19:24:06 +01:00
MessageLibrary.php Update moved class RawMessage 2023-05-19 10:31:10 +00:00
SiteLibrary.php Replace global configuration variables 2024-03-18 04:40:44 +00:00
TextLibrary.php Replace global configuration variables 2024-03-18 04:40:44 +00:00
TitleLibrary.php TitleLibrary: Don't register external titles as dependencies 2024-04-10 11:32:44 -04:00
UriLibrary.php Add redirects for modules 2023-12-13 17:34:30 -05:00
UstringLibrary.php Add explicit parentheses around mixed boolean operator 2024-03-23 00:59:35 +01:00