MDL-76783 core_courseformat: add bulk editing interface
commit9930b7a2e6cb6fe5aaaa118cb6bbe28030193140
authorFerran Recio <ferran@moodle.com>
Fri, 13 Jan 2023 11:52:50 +0000 (13 12:52 +0100)
committerFerran Recio <ferran@moodle.com>
Fri, 3 Feb 2023 12:39:22 +0000 (3 13:39 +0100)
tree3329396b6ab201647037da24a0b602d2ac1066a4
parentc9a87135395773aad353a4a22a2d04e5f06b8710
MDL-76783 core_courseformat: add bulk editing interface
37 files changed:
course/format/amd/build/local/content/bulkedittoggler.min.js [new file with mode: 0644]
course/format/amd/build/local/content/bulkedittoggler.min.js.map [new file with mode: 0644]
course/format/amd/build/local/content/bulkedittools.min.js [new file with mode: 0644]
course/format/amd/build/local/content/bulkedittools.min.js.map [new file with mode: 0644]
course/format/amd/build/local/content/section/cmitem.min.js
course/format/amd/build/local/content/section/cmitem.min.js.map
course/format/amd/build/local/content/section/header.min.js
course/format/amd/build/local/content/section/header.min.js.map
course/format/amd/build/local/courseeditor/dndcmitem.min.js
course/format/amd/build/local/courseeditor/dndcmitem.min.js.map
course/format/amd/build/local/courseeditor/dndsectionitem.min.js
course/format/amd/build/local/courseeditor/dndsectionitem.min.js.map
course/format/amd/src/local/content/bulkedittoggler.js [new file with mode: 0644]
course/format/amd/src/local/content/bulkedittools.js [new file with mode: 0644]
course/format/amd/src/local/content/section/cmitem.js
course/format/amd/src/local/content/section/header.js
course/format/amd/src/local/courseeditor/dndcmitem.js
course/format/amd/src/local/courseeditor/dndsectionitem.js
course/format/classes/output/local/content.php
course/format/classes/output/local/content/bulkedittoggler.php [new file with mode: 0644]
course/format/classes/output/local/content/bulkedittools.php [new file with mode: 0644]
course/format/classes/output/local/content/cm.php
course/format/classes/output/section_renderer.php
course/format/templates/local/content.mustache
course/format/templates/local/content/bulkedittoggler.mustache [new file with mode: 0644]
course/format/templates/local/content/bulkedittools.mustache [new file with mode: 0644]
course/format/templates/local/content/cm.mustache
course/format/templates/local/content/cm/bulkselect.mustache [new file with mode: 0644]
course/format/templates/local/content/section/bulkselect.mustache [new file with mode: 0644]
course/format/templates/local/content/section/header.mustache
course/format/tests/behat/bulk_select.feature [new file with mode: 0644]
course/format/upgrade.txt
course/view.php
lang/en/courseformat.php
theme/boost/scss/moodle/course.scss
theme/boost/style/moodle.css
theme/classic/style/moodle.css