MDL-32505 course_formats: introduce upgrade.txt
authorDan Poltawski <dan@moodle.com>
Thu, 3 May 2012 11:00:40 +0000 (19:00 +0800)
committerDan Poltawski <dan@moodle.com>
Fri, 4 May 2012 02:53:05 +0000 (10:53 +0800)
course/format/upgrade.txt [new file with mode: 0644]

diff --git a/course/format/upgrade.txt b/course/format/upgrade.txt
new file mode 100644 (file)
index 0000000..7e56d03
--- /dev/null
@@ -0,0 +1,15 @@
+This files describes API changes for course formats
+
+Overview of this plugin type at http://docs.moodle.org/dev/Course_formats
+
+=== 2.3 ===
+
+* The new $course->coursedisplay option was introduced, users can now choose to display
+  a section at a time if the course formats support it:
+ - COURSE_DISPLAY_SINGLEPAGE indicates the teacher has chosen to display all sections on one page
+ - COURSE_DISPLAY_MULTIPAGE indicates the teacher has chose to have seperate pages with each section.
+
+* The parameter for 'currently active section' was standardised in core:
+  - The course format is passed the currently live section through the $displaysection varaible to format.php
+  - A 'section' paramter is the standardised way to pass around the current section in a course
+  - Navigation no longer looks for custom parameters defined in callback_format_request_key