https://bugzilla.wikimedia.org/show_bug.cgi?id=42577

--- Comment #5 from MZMcBride <[email protected]> 2012-11-30 15:44:08 UTC ---
(In reply to comment #4)
> Reopening bug.
> 
> * bug 42577 is to review the extension, and have it deployed for availability
> on wikis requesting it
> * bug 39654 is for universal deployment on every wiki

I'm sorry, I don't see the distinction you're making here. The extension is
already reviewed and deployed. If it weren't, it would be live on MediaWiki.org
(cf. <https://www.mediawiki.org/wiki/Special:Version>). We would never allow an
un-reviewed extension to be deployed to a production site, surely.

I think there are a few usability bugs that need to be addressed first in the
CodeEditor extension, but the step of reviewing and deploying the extension is
already complete, isn't it?

(In reply to comment #0)
> The CodeEditor extension is currently used as a Scribunto dependency.
> 
> But according CommonSettings, the extension "core functionnality" shouldn't be
> enabled "it has been reviewed and approved".

---
if ( $wmgUseScribunto ) {
    include( "$IP/extensions/CodeEditor/CodeEditor.php" );
    // Don't enable core functionality until it has been reviewed and approved
    $wgCodeEditorEnableCore = false;

    include( "$IP/extensions/Scribunto/Scribunto.php" );
    $wgScribuntoUseGeSHi = true;
    $wgScribuntoUseCodeEditor = true;
    $wgScribuntoDefaultEngine = 'luasandbox';
    $wgScribuntoEngineConf['luasandbox']['cpuLimit'] = 10;
}
---

Hmm.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to