mediawiki-extensions-Scribunto/common
Brad Jorsch 3d51662881 Rewrite error handling to avoid OutputPage::addInlineScript
This is apparently unofficially deprecated, and we can do things a bit
more straightforwardly by using ParserOutput::addJsConfigVars() to
communicate the error messages to the JS.

This also takes the opportunity to move "ext.scribunto", which is mostly
about errors, to "ext.scribunto.errors".

Bug: T75618
Change-Id: I1577dab2dab1bd79cb127879de141fdbb8963aeb
2015-03-16 16:08:44 -04:00
..
ApiScribuntoConsole.php Add more comments and type hints 2014-12-19 19:25:53 +00:00
Base.php Add more comments and type hints 2014-12-19 19:25:53 +00:00
Common.php Add more comments and type hints 2014-12-19 19:25:53 +00:00
Hooks.php Rewrite error handling to avoid OutputPage::addInlineScript 2015-03-16 16:08:44 -04:00
ScribuntoContent.php Use single quotes for <pre> (easier to read) 2014-09-21 22:51:46 -04:00
ScribuntoContentHandler.php Add more comments and type hints 2014-12-19 19:25:53 +00:00