MDL-44929 Javascript: Import YUI 3.17.2

This commit is contained in:
Andrew Nicols
2014-06-09 16:25:17 +08:00
parent e7ea6b9a24
commit 2eb60257a7
1651 changed files with 10132 additions and 8242 deletions
+2 -4
View File
@@ -352,17 +352,15 @@ if (!defined('AJAX_SCRIPT')) {
// Exact version of currently used yui2 and 3 library.
$CFG->yui2version = '2.9.0';
$CFG->yui3version = '3.15.0';
$CFG->yui3version = '3.17.2';
// Patching the upstream YUI release.
// For important information on patching YUI modules, please see http://docs.moodle.org/dev/YUI/Patching.
// If we need to patch a YUI modules between official YUI releases, the yuipatchlevel will need to be manually
// incremented here. The module will also need to be listed in the yuipatchedmodules.
// When upgrading to a subsequent version of YUI, these should be reset back to 0 and an empty array.
$CFG->yuipatchlevel = 1;
$CFG->yuipatchlevel = 0;
$CFG->yuipatchedmodules = array(
'dd-drag',
'dd-gestures',
);
// Store settings from config.php in array in $CFG - we can use it later to detect problems and overrides.