mediawiki-extensions-Scribunto/engines/LuaCommon
Jackmcbarn 8d1d5ac84c Fix strange mw.html errors with numeric arguments
Some functions in mw.html accept numbers as arguments, but later fail when
constructing the string. This disallows numbers in attribute names, since
they aren't valid anyway, and fixes the remainder of the cases to properly
build the string.

Bug: 67201
Change-Id: Ie7bcbb9d8df580dd8793681f78a8b0719d8a287a
2014-06-27 14:41:42 -04:00
..
lualib Fix strange mw.html errors with numeric arguments 2014-06-27 14:41:42 -04:00
HtmlLibrary.php Add mw.html to Scribunto 2014-01-03 00:04:34 +01:00
LanguageLibrary.php Set TTLs on outputs containing times 2014-06-23 15:52:17 +00:00
LibraryBase.php Clean up title handling for defaultUrl 2013-02-07 15:45:49 -05:00
LuaCommon.php Don't cache volatile wikitext 2014-06-26 22:03:35 -04:00
LuaInterpreter.php (bug 45684) Don't count argument parsing time towards Lua limit 2013-03-12 03:18:05 +00:00
MessageLibrary.php Remove leftover code for titles in messages 2014-03-18 13:52:51 -04:00
SiteLibrary.php Sanity check $wgNamespaceAliases 2014-06-17 14:23:26 -04:00
TextLibrary.php Improve mw.text.nowiki 2013-09-03 17:36:36 -04:00
TitleLibrary.php Add protectionLevels variable to mw.title output 2014-01-15 14:53:18 -05:00
UriLibrary.php Clean up argument lists 2013-03-04 14:55:46 -05:00
UstringLibrary.php mw.ustring functions should accept numbers where string functions do 2014-06-27 12:31:04 -04:00