Merge branch 'MDL-47476' of git://github.com/timhunt/moodle

Conflicts:
	lib/db/upgrade.php
	version.php
This commit is contained in:
Sam Hemelryk
2014-10-08 11:02:38 +13:00
7 changed files with 13 additions and 396 deletions
+2 -2
View File
@@ -910,7 +910,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'),
'qformat' => array('blackboard', 'learnwise'),
'enrol' => array('authorize'),
'tinymce' => array('dragmath'),
'tool' => array('bloglevelupgrade', 'qeupgradehelper'),
@@ -1086,7 +1086,7 @@ class core_plugin_manager {
'qformat' => array(
'aiken', 'blackboard_six', 'examview', 'gift',
'learnwise', 'missingword', 'multianswer', 'webct',
'missingword', 'multianswer', 'webct',
'xhtml', 'xml'
),