mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-72517-master' of git://github.com/cescobedo/moodle
This commit is contained in:
commit
6e2f35ae18
11 changed files with 18 additions and 1065 deletions
|
@ -1726,7 +1726,7 @@ class core_plugin_manager {
|
|||
// branch, listed should be no plugins that were removed at 1.9.x - 2.1.x versions as
|
||||
// Moodle 2.3 supports upgrades from 2.2.x only.
|
||||
$plugins = array(
|
||||
'qformat' => array('blackboard', 'learnwise'),
|
||||
'qformat' => array('blackboard', 'learnwise', 'examview'),
|
||||
'auth' => array('radius', 'fc', 'nntp', 'pam', 'pop3', 'imap'),
|
||||
'block' => array('course_overview', 'messages', 'community', 'participants'),
|
||||
'cachestore' => array('memcache'),
|
||||
|
@ -1972,7 +1972,7 @@ class core_plugin_manager {
|
|||
),
|
||||
|
||||
'qformat' => array(
|
||||
'aiken', 'blackboard_six', 'examview', 'gift',
|
||||
'aiken', 'blackboard_six', 'gift',
|
||||
'missingword', 'multianswer',
|
||||
'xhtml', 'xml'
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue