MDL-42152 import YUI 3.13.0 and switch to emulated SimpleYUI

Includes @version@ fix
This commit is contained in:
Petr Škoda
2013-10-15 10:53:08 +08:00
committed by Damyon Wiese
parent 562684e3a0
commit 8a47844629
2010 changed files with 23358 additions and 55051 deletions
+2 -2
View File
@@ -320,9 +320,9 @@ if (!isset($CFG->umaskpermissions)) {
}
umask($CFG->umaskpermissions);
// exact version of currently used yui2 and 3 library
// Exact version of currently used yui2 and 3 library.
$CFG->yui2version = '2.9.0';
$CFG->yui3version = '3.12.0';
$CFG->yui3version = '3.13.0';
// Store settings from config.php in array in $CFG - we can use it later to detect problems and overrides.
if (!isset($CFG->config_php_settings)) {