MDL-67883 tool_moodlenet: Add MoodleNet to core
authorJake Dallimore <jake@moodle.com>
Fri, 5 Jun 2020 02:09:37 +0000 (10:09 +0800)
committerMathew May <mathewm@hotmail.co.nz>
Fri, 5 Jun 2020 03:47:42 +0000 (11:47 +0800)
commitb1e6d8b86f80a792f9810b914e818f57525f2cab
treee89a46bbecc8d56903d6972a4c4e114823344cb8
parent16d77f18846ffad370504713b0956c2cd44c0f88
MDL-67883 tool_moodlenet: Add MoodleNet to core
61 files changed:
admin/tool/moodlenet/amd/build/instance_form.min.js [new file with mode: 0644]
admin/tool/moodlenet/amd/build/instance_form.min.js.map [new file with mode: 0644]
admin/tool/moodlenet/amd/build/select_page.min.js [new file with mode: 0644]
admin/tool/moodlenet/amd/build/select_page.min.js.map [new file with mode: 0644]
admin/tool/moodlenet/amd/build/selectors.min.js [new file with mode: 0644]
admin/tool/moodlenet/amd/build/selectors.min.js.map [new file with mode: 0644]
admin/tool/moodlenet/amd/build/validator.min.js [new file with mode: 0644]
admin/tool/moodlenet/amd/build/validator.min.js.map [new file with mode: 0644]
admin/tool/moodlenet/amd/src/instance_form.js [new file with mode: 0644]
admin/tool/moodlenet/amd/src/select_page.js [new file with mode: 0644]
admin/tool/moodlenet/amd/src/selectors.js [new file with mode: 0644]
admin/tool/moodlenet/amd/src/validator.js [new file with mode: 0644]
admin/tool/moodlenet/classes/external.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_backup_helper.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_handler_info.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_handler_registry.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_info.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_processor.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_strategy.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_strategy_file.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/import_strategy_link.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/remote_resource.php [new file with mode: 0644]
admin/tool/moodlenet/classes/local/url.php [new file with mode: 0644]
admin/tool/moodlenet/classes/moodlenet_user_profile.php [new file with mode: 0644]
admin/tool/moodlenet/classes/output/renderer.php [new file with mode: 0644]
admin/tool/moodlenet/classes/output/select_page.php [new file with mode: 0644]
admin/tool/moodlenet/classes/privacy/provider.php [new file with mode: 0644]
admin/tool/moodlenet/classes/profile_manager.php [new file with mode: 0644]
admin/tool/moodlenet/db/services.php [new file with mode: 0644]
admin/tool/moodlenet/db/upgrade.php [new file with mode: 0644]
admin/tool/moodlenet/import.php [new file with mode: 0644]
admin/tool/moodlenet/index.php [new file with mode: 0644]
admin/tool/moodlenet/lang/en/tool_moodlenet.php [new file with mode: 0644]
admin/tool/moodlenet/lib.php [new file with mode: 0644]
admin/tool/moodlenet/options.php [new file with mode: 0644]
admin/tool/moodlenet/pix/MoodleNet.png [moved from pix/MoodleNet.png with 100% similarity]
admin/tool/moodlenet/pix/MoodleNet.svg [moved from pix/MoodleNet.svg with 100% similarity]
admin/tool/moodlenet/pix/courses.svg [new file with mode: 0644]
admin/tool/moodlenet/select.php [new file with mode: 0644]
admin/tool/moodlenet/settings.php [new file with mode: 0644]
admin/tool/moodlenet/templates/chooser_footer.mustache [new file with mode: 0644]
admin/tool/moodlenet/templates/chooser_footer_close_mnet.mustache [new file with mode: 0644]
admin/tool/moodlenet/templates/chooser_moodlenet.mustache [new file with mode: 0644]
admin/tool/moodlenet/templates/import_confirmation.mustache [new file with mode: 0644]
admin/tool/moodlenet/templates/import_options_select.mustache [new file with mode: 0644]
admin/tool/moodlenet/templates/select_page.mustache [new file with mode: 0644]
admin/tool/moodlenet/templates/view-cards.mustache [new file with mode: 0644]
admin/tool/moodlenet/tests/import_backup_helper_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/import_handler_info_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/import_handler_registry_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/import_info_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/import_processor_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/lib_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/profile_manager_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/remote_resource_test.php [new file with mode: 0644]
admin/tool/moodlenet/tests/url_test.php [new file with mode: 0644]
admin/tool/moodlenet/version.php [new file with mode: 0644]
course/templates/local/activitychooser/help.mustache
theme/boost/scss/moodle/core.scss
theme/boost/style/moodle.css
theme/classic/style/moodle.css