Skip to content

Commit

Permalink
Merge branch 'MDL-29007-master-3' of git://git.luns.net.uk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 31, 2012
2 parents 30585a3 + d2a27ab commit 7d5f2ac
Show file tree
Hide file tree
Showing 17 changed files with 407 additions and 397 deletions.
2 changes: 1 addition & 1 deletion backup/util/ui/yui/confirmcancel/confirmcancel.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ M.core_backup.watch_cancel_buttons = function(config) {
});
}

}, '@VERSION@', {'requires':['base','node','node-event-simulate','moodle-enrol-notification']});
}, '@VERSION@', {'requires':['base','node','node-event-simulate','moodle-core-notification']});
4 changes: 2 additions & 2 deletions blocks/community/yui/comments/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ YUI.add('moodle-block_community-comments', function(Y) {
}

}, '@VERSION@', {
requires:['base','overlay', 'moodle-enrol-notification']
});
requires:['base','overlay', 'moodle-core-notification']
});
2 changes: 1 addition & 1 deletion blocks/community/yui/imagegallery/imagegallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ YUI.add('moodle-block_community-imagegallery', function(Y) {
}

}, '@VERSION@', {
requires:['base','node','overlay', 'moodle-enrol-notification']
requires:['base','node','overlay', 'moodle-core-notification']
});
2 changes: 1 addition & 1 deletion course/yui/dragdrop/dragdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,4 @@ YUI.add('moodle-course-dragdrop', function(Y) {
M.course.init_section_dragdrop = function(params) {
new DRAGSECTION(params);
}
}, '@VERSION@', {requires:['base', 'node', 'io', 'dom', 'dd', 'dd-scroll', 'moodle-core-dragdrop', 'moodle-enrol-notification', 'moodle-course-coursebase']});
}, '@VERSION@', {requires:['base', 'node', 'io', 'dom', 'dd', 'dd-scroll', 'moodle-core-dragdrop', 'moodle-core-notification', 'moodle-course-coursebase']});
2 changes: 1 addition & 1 deletion enrol/cohort/yui/quickenrolment/quickenrolment.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,4 @@ YUI.add('moodle-enrol_cohort-quickenrolment', function(Y) {
}
}

}, '@VERSION@', {requires:['base','node', 'overlay', 'io-base', 'test', 'json-parse', 'event-delegate', 'dd-plugin', 'event-key', 'moodle-enrol-notification']});
}, '@VERSION@', {requires:['base','node', 'overlay', 'io-base', 'test', 'json-parse', 'event-delegate', 'dd-plugin', 'event-key', 'moodle-core-notification']});
2 changes: 1 addition & 1 deletion enrol/manual/yui/quickenrolment/quickenrolment.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,4 +524,4 @@ YUI.add('moodle-enrol_manual-quickenrolment', function(Y) {
}
}

}, '@VERSION@', {requires:['base','node', 'overlay', 'io-base', 'test', 'json-parse', 'event-delegate', 'dd-plugin', 'event-key', 'moodle-enrol-notification']});
}, '@VERSION@', {requires:['base','node', 'overlay', 'io-base', 'test', 'json-parse', 'event-delegate', 'dd-plugin', 'event-key', 'moodle-core-notification']});
Loading

0 comments on commit 7d5f2ac

Please sign in to comment.