mediawiki-extensions-Scribunto/engines/LuaCommon
Brad Jorsch d485b898c3 Improve argument validation in frame:expandTemplate()
Just like the other methods, e shouldn't be allowing passing of things
that aren't numbers or strings here.

For that matter, we should just abstract out the whole "arg key and
value validation" into a separate function instead of repeating it in
four places.

Bug: T76609
Change-Id: Id7e512a988ef9b7a5c5a110c8992dd5d649dcbf9
2014-12-05 10:00:16 -05:00
..
lualib Improve argument validation in frame:expandTemplate() 2014-12-05 10:00:16 -05:00
HtmlLibrary.php Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
LanguageLibrary.php Merge "Allow for dynamically-loaded PHP libraries" 2014-10-03 14:01:46 +00:00
LibraryBase.php Add missing PHPDoc comments and type hints 2014-10-09 23:23:05 +02:00
LuaCommon.php Remove unnecessary redefinition 2014-12-01 10:52:33 -05:00
LuaInterpreter.php Add missing PHPDoc comments and type hints 2014-10-09 23:23:05 +02:00
MessageLibrary.php Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
SiteLibrary.php Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
TextLibrary.php Add mw.text.unstripNoWiki, mw.text.killMarkers, fix mw.text.unstrip 2014-11-05 12:32:35 -05:00
TitleLibrary.php Expose file page count, width, and height to Lua 2014-12-03 10:44:55 -05:00
UriLibrary.php Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
UstringLibrary.php Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00