Skip to content

Commit

Permalink
MDL-58725 course: include selector change notes in format/upgrade.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed May 4, 2017
1 parent 06e3b6d commit dbcc8b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion course/format/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ Overview of this plugin type at http://docs.moodle.org/dev/Course_formats
in the course_sections table is treated as a number of sections (excluding section 0 that should always be present).
* Method create_course() will populate the new course with empty sections if $data->numsections is provided even if
"numsections" is not an option defined by the course format.
* course/changenumsections.php can now be used to insert sections at any positions
* course/changenumsections.php can now be used to insert sections at any positions.
* The variable SECTIONLEFTSIDE was changed from '.left .section-handle img' to '.left .section-handle .icon' in
course/format/topics/format.js and course/format/weeks/format.js due to the introduction of Font Awesome (see MDL-40759)
which altered the HTML. Please check if your course format relies on this selector, and if so, update it.

=== 3.2 ===
* Callback delete_course is deprecated and should be replaced with observer for event \core\event\course_content_deleted
Expand Down

0 comments on commit dbcc8b3

Please sign in to comment.