MDL-44084 atto: correct standard plugins list and namespace bug fix

This commit is contained in:
Marina Glancy
2014-03-26 10:01:49 +08:00
committed by Damyon Wiese
parent b725a0eb19
commit 205c6db50d
2 changed files with 11 additions and 7 deletions
+7 -3
View File
@@ -931,8 +931,12 @@ class core_plugin_manager {
$standard_plugins = array(
'atto' => array(
'bold', 'html', 'indent', 'link', 'orderedlist', 'strike', 'title', 'unlink',
'clear', 'image', 'italic', 'media', 'outdent', 'table', 'underline', 'unorderedlist'
'accessibilitychecker', 'accessibilityhelper', 'align',
'backcolor', 'bold', 'charmap', 'clear', 'collapse', 'emoticon',
'equation', 'fontcolor', 'html', 'image', 'indent', 'italic',
'link', 'managefiles', 'media', 'noautolink', 'orderedlist',
'rtl', 'strike', 'subscript', 'superscript', 'table', 'title',
'underline', 'undo', 'unlink', 'unorderedlist'
),
'assignment' => array(
@@ -997,7 +1001,7 @@ class core_plugin_manager {
),
'editor' => array(
'textarea', 'tinymce'
'atto', 'textarea', 'tinymce'
),
'enrol' => array(