mediawiki-extensions-Scribunto/modules
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
..
ext.scribunto.edit.css Remove explicit direction: ltr 2013-08-24 11:23:03 +03:00
ext.scribunto.edit.js Allow Lua console on protected module pages 2015-03-28 23:28:27 +01:00
ext.scribunto.errors.css Rewrite error handling to avoid OutputPage::addInlineScript 2015-03-16 16:08:44 -04:00
ext.scribunto.errors.js Rewrite error handling to avoid OutputPage::addInlineScript 2015-03-16 16:08:44 -04:00
ext.scribunto.logs.css Rewrite error handling to avoid OutputPage::addInlineScript 2015-03-16 16:08:44 -04:00