mediawiki-extensions-Scribunto/common
Mormegil a5ea880567 Allow Lua console on protected module pages
Lua debugging console is useful even if the module page is protected,
so we should display it on read-only edit pages.

However, the `EditPage::showReadOnlyForm::initial` hook does not allow
to insert HTML below the textarea, so we let the JS do it client-side.
(In fact, it might be a good idea to do the same in the base case
and never send the HTML from server, I guess.)

Bug: T93902
Change-Id: I953c4313fc67c6e708b5ef68db5380991a75b363
2015-03-28 23:28:27 +01: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 Allow Lua console on protected module pages 2015-03-28 23:28:27 +01: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