mediawiki-extensions-Scribunto/includes/Engines/LuaCommon
C. Scott Ananian dfdf5cb54a LanguageLibrary: Ensure language code is a string
Defense in depth: catch the error early when calling mw.language.new()
with a non-string `code` argument; but also check late when popping
the code off the argument array in case something altered the code
property after construction.

Bug: T361664
Change-Id: I04476d3e1c32c87e1df95cc9a0dddcaff475b756
2024-04-11 16:20:24 +00:00
..
lualib LanguageLibrary: Ensure language code is a string 2024-04-11 16:20:24 +00:00
HashLibrary.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
HtmlLibrary.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
LanguageLibrary.php LanguageLibrary: Ensure language code is a string 2024-04-11 16:20:24 +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 Capitalise Engines folder 2022-09-30 00:58:27 +00:00
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