Go to file
Jackmcbarn d1030989bc Allow passing nils to mw.html
Rather than calling error() when nils get passed to mw.html methods,
either remove whatever it was that the nil would go to (if that makes
sense), or just do nothing. The seemingly inconsistent use of "not x" and
"x ~= nil" is to allow any falsey value where it wouldn't be ambiguous
(such as class names), but not where it could be (such as attribute values).

Bug: 62982
Change-Id: I76773abbb4394aa9bb8c8a08445e019cade3b2bf
2014-06-19 11:40:39 -04:00
common Convert Scribunto to use fillParserOutput 2014-05-10 17:31:26 +02:00
engines Allow passing nils to mw.html 2014-06-19 11:40:39 -04:00
i18n Localisation updates from https://translatewiki.net. 2014-06-12 21:38:57 +00:00
modules Clean up existing code and pass jshint 2013-12-13 00:50:13 +01:00
tests/engines Allow passing nils to mw.html 2014-06-19 11:40:39 -04:00
.gitignore Update ignores for some emacs tmp files 2013-07-25 13:11:50 -04:00
.gitreview Adding .gitreview 2012-04-06 13:46:17 -04:00
.jshintrc Add .jshintrc file 2013-12-11 00:06:41 +01:00
composer.json Add composer.json file 2014-01-29 20:07:55 +01:00
Scribunto.i18n.php Update i18n shim 2014-04-22 13:40:40 +00:00
Scribunto.magic.php Localisation updates from https://translatewiki.net. 2014-05-31 19:01:51 +00:00
Scribunto.namespaces.php Namespace translation for Latvian 2014-04-13 23:19:05 +02:00
Scribunto.php Follow-up I7d4bb9062. Register tracking categories used. 2014-03-30 21:28:21 -03:00