MDL-65974 course: move format renderers to outputs
commit8e7dc4244026bd1dbeebcd4ea12c5c17ade3565f
authorFerran Recio <ferran@moodle.com>
Thu, 22 Oct 2020 07:22:54 +0000 (22 09:22 +0200)
committerFerran Recio <ferran@moodle.com>
Thu, 11 Mar 2021 16:36:34 +0000 (11 17:36 +0100)
tree859cacf299c1368a6609ed687aed002fd87cd2d2
parent1c839f9072d7bc2ff7b7bbf4a8b3c91249ce364e
MDL-65974 course: move format renderers to outputs
49 files changed:
course/classes/course_format.php
course/classes/output/cm_format.php [new file with mode: 0644]
course/classes/output/course_format.php [new file with mode: 0644]
course/classes/output/course_format/addsection.php [new file with mode: 0644]
course/classes/output/course_format/frontpagesection.php [new file with mode: 0644]
course/classes/output/course_format/sectionnavigation.php [new file with mode: 0644]
course/classes/output/course_format/sectionselector.php [new file with mode: 0644]
course/classes/output/section_format.php [new file with mode: 0644]
course/classes/output/section_format/availability.php [new file with mode: 0644]
course/classes/output/section_format/cmitem.php [new file with mode: 0644]
course/classes/output/section_format/cmlist.php [new file with mode: 0644]
course/classes/output/section_format/cmsummary.php [new file with mode: 0644]
course/classes/output/section_format/controlmenu.php [new file with mode: 0644]
course/classes/output/section_format/header.php [new file with mode: 0644]
course/classes/output/section_format/summary.php [new file with mode: 0644]
course/dnduploadlib.php
course/externallib.php
course/format/README.txt
course/format/lib.php
course/format/renderer.php
course/format/singleactivity/renderer.php
course/format/topics/classes/output/section_format/controlmenu.php [new file with mode: 0644]
course/format/topics/format.php
course/format/topics/lib.php
course/format/topics/renderer.php [copied from course/format/weeks/renderer.php with 60% similarity]
course/format/weeks/format.php
course/format/weeks/lib.php
course/format/weeks/renderer.php
course/lib.php
course/renderer.php
course/templates/local/cm_format.mustache [new file with mode: 0644]
course/templates/local/course_format.mustache [new file with mode: 0644]
course/templates/local/course_format/addsection.mustache [new file with mode: 0644]
course/templates/local/course_format/frontpagesection.mustache [new file with mode: 0644]
course/templates/local/course_format/sectionnavigation.mustache [new file with mode: 0644]
course/templates/local/course_format/sectionselector.mustache [new file with mode: 0644]
course/templates/local/section_format.mustache [new file with mode: 0644]
course/templates/local/section_format/availability.mustache [new file with mode: 0644]
course/templates/local/section_format/cmitem.mustache [new file with mode: 0644]
course/templates/local/section_format/cmlist.mustache [new file with mode: 0644]
course/templates/local/section_format/cmsummary.mustache [new file with mode: 0644]
course/templates/local/section_format/controlmenu.mustache [new file with mode: 0644]
course/templates/local/section_format/header.mustache [new file with mode: 0644]
course/templates/local/section_format/summary.mustache [new file with mode: 0644]
course/tests/behat/paged_course_navigation.feature
course/tests/fixtures/format_theunittest.php
course/upgrade.txt
lib/deprecatedlib.php
lib/navigationlib.php