MDL-53700 competency: Update standard plugins list

This commit is contained in:
Frederic Massart 2016-04-07 15:32:21 +08:00
parent a6a722d4ba
commit d8370908b5

View File

@ -1725,7 +1725,7 @@ class core_plugin_manager {
'calendar_upcoming', 'comments', 'community',
'completionstatus', 'course_list', 'course_overview',
'course_summary', 'feedback', 'globalsearch', 'glossary_random', 'html',
'login', 'mentees', 'messages', 'mnet_hosts', 'myprofile',
'login', 'lp', 'mentees', 'messages', 'mnet_hosts', 'myprofile',
'navigation', 'news_items', 'online_users', 'participants',
'private_files', 'quiz_results', 'recent_activity',
'rss_client', 'search_forums', 'section_links',
@ -1865,7 +1865,7 @@ class core_plugin_manager {
),
'report' => array(
'backups', 'completion', 'configlog', 'courseoverview', 'eventlist',
'backups', 'competency', 'completion', 'configlog', 'courseoverview', 'eventlist',
'log', 'loglive', 'outline', 'participation', 'progress', 'questioninstances', 'search',
'security', 'stats', 'performance', 'usersessions'
),
@ -1898,10 +1898,10 @@ class core_plugin_manager {
),
'tool' => array(
'assignmentupgrade', 'availabilityconditions', 'behat', 'capability', 'customlang',
'assignmentupgrade', 'availabilityconditions', 'behat', 'capability', 'cohortroles', 'customlang',
'dbtransfer', 'filetypes', 'generator', 'health', 'innodb', 'installaddon',
'langimport', 'log', 'messageinbound', 'multilangupgrade', 'monitor', 'phpunit', 'profiling',
'recyclebin', 'replace', 'spamcleaner', 'task', 'templatelibrary',
'langimport', 'log', 'lp', 'lpmigrate', 'messageinbound', 'multilangupgrade', 'monitor',
'phpunit', 'profiling', 'recyclebin', 'replace', 'spamcleaner', 'task', 'templatelibrary',
'unittest', 'uploadcourse', 'uploaduser', 'unsuproles', 'xmldb'
),