-
Bug
-
Resolution: Fixed
-
Critical
-
2.0.8, 2.1.5, 2.2.2, 2.3
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MDL-31242-master-2 -
Easy
-
Noticed whilst writing additional Moodle YUI modules.
If you have more than one Moodle YUI module (e.g. you require two moodle yui modules) then MOODLE_INTERNAL is redefined
To test, visit:
http://<yourmoodlehere>/theme/yui_combo.php?moodle/-1/calendar/eventmanager/eventmanager.js&moodle/-1/enrol/notification/notification.js
This currently doesn't affect anything in core, but any third party libs, or the work that Ruslan and I have been doing in MDL-31052 will be hit by this
This is caused by redefining moodle internal in theme/yui_combo.php - it's probably not really a theme issue, but it's in the theme directory and I couldn't find a better component
- blocks
-
MDL-31052 update Course AJAX/javascript to YUI3 and replace section_classes.js
- Closed