-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.6
-
MOODLE_26_STABLE
Open any page in moodle (with debug set to developer). Open JS console. See warning about "The moodle-core-notification parent module has been deprecated..."
Grep fu:
git grep moodle-core-notification |grep -v build|grep -v "tion-" |grep -v src/notification
|
backup/util/ui/yui/confirmcancel/confirmcancel.js:}, '@VERSION@', {'requires':['base','node','node-event-simulate','moodle-core-notification']});
|
blocks/community/yui/comments/comments.js: requires:['base', 'moodle-core-notification']
|
blocks/community/yui/imagegallery/imagegallery.js: requires:['base','node', 'moodle-core-notification']
|
config-dist.php:// 'moodle-core-notification' => true,
|
course/yui/dragdrop/dragdrop.js:}, '@VERSION@', {requires:['base', 'node', 'io', 'dom', 'dd', 'dd-scroll', 'moodle-core-dragdrop', 'moodle-core-notification', 'moodle-course-coursebase', 'moodle-course-util']});
|
course/yui/src/categoryexpander/js/categoryexpander.js: Y.use('io-base', 'json-parse', 'moodle-core-notification', 'anim-node-plugin', function() {
|
course/yui/src/categoryexpander/js/categoryexpander.js: Y.use('io-base', 'json-parse', 'moodle-core-notification', 'anim-node-plugin', function() {
|
course/yui/src/categoryexpander/js/categoryexpander.js: Y.use('io-base', 'json-parse', 'moodle-core-notification', 'anim-node-plugin', function() {
|
enrol/cohort/yui/quickenrolment/quickenrolment.js:}, '@VERSION@', {requires:['base','node', 'overlay', 'io-base', 'test', 'json-parse', 'event-delegate', 'dd-plugin', 'event-key', 'moodle-core-notification']});
|
enrol/manual/yui/quickenrolment/quickenrolment.js:}, '@VERSION@', {requires:['base','node', 'overlay', 'io-base', 'test', 'json-parse', 'event-delegate', 'dd-plugin', 'event-key', 'moodle-core-notification']});
|
enrol/yui/notification/notification.js: console.log("You are using a deprecated name. Please update your YUI module to use moodle-core-notification instead of moodle-enrol-notification");
|
enrol/yui/notification/notification.js:}, '@VERSION@', {requires:['base','node','overlay','event-key', 'moodle-core-notification']});
|
enrol/yui/otherusersmanager/otherusersmanager.js:}, '@VERSION@', {requires:['base','node', 'overlay', 'io-base', 'test', 'json-parse', 'event-delegate', 'dd-plugin', 'event-key', 'moodle-core-notification']});
|
enrol/yui/rolemanager/rolemanager.js:}, '@VERSION@', {requires:['base','node','io-base','json-parse','test','moodle-core-notification']});
|
filter/glossary/yui/src/autolinker/meta/autolinker.json: "moodle-core-notification"
|
lib/editor/atto/yui/src/editor/meta/editor.json: "moodle-core-notification"
|
lib/upgrade.txt: * moodle-core-notification has been deprecated with a recommendation of
|
lib/upgrade.txt:* moodle-enrol-notification has been renamed to moodle-core-notification
|
lib/yui/dragdrop/dragdrop.js:}, '@VERSION@', {requires:['base', 'node', 'io', 'dom', 'dd', 'event-key', 'event-focus', 'moodle-core-notification']});
|
lib/yui/src/blocks/meta/blocks.json: "moodle-core-notification"
|
lib/yui/src/chooserdialogue/meta/chooserdialogue.json: "moodle-core-notification"
|
lib/yui/src/tooltip/meta/tooltip.json: "moodle-core-notification",
|
mod/feedback/yui/dragdrop/dragdrop.js: requires:['io', 'json-parse', 'dd-constrain', 'dd-proxy', 'dd-drop', 'dd-scroll', 'moodle-core-dragdrop', 'moodle-core-notification']
|
user/selector/lib.php: 'requires' => array('node', 'event-custom', 'datasource', 'json', 'moodle-core-notification'),
|
- will be (partly) resolved by
-
MDL-41890 Lazily load moodle-core-popuphelp dependencies
-
- Closed
-