Commit | Line | Data |
---|---|---|
9df9f1f0 JL |
1 | This files describes API changes in /course/*, |
2 | information provided here is intended especially for developers. | |
3 | ||
4 | === 3.2 === | |
5 | ||
6 | * External function core_course_external::get_course_contents now returns the section's number in the course (new section field). | |
14590070 JL |
7 | * External functions that were returning file information now return the following file fields: |
8 | filename, filepath, mimetype, filesize, timemodified and fileurl. | |
9 | Those fields are now marked as VALUE_OPTIONAL for backwards compatibility. | |
4f2378d9 FM |
10 | * The modchooser now uses a renderable and a template, thus its associated renderer |
11 | methods have been deprecated. Note that the call to core_course_render::course_modchooser, | |
12 | is still required. Deprecated methods: | |
13 | - core_course_renderer::course_modchooser_module_types | |
14 | - core_course_renderer::course_modchooser_module | |
15 | - core_course_renderer::course_modchooser_title |