Merge branch 'MDL-76680/400' of https://github.com/skodak/moodle into MOODLE_400_STABLE
[moodle.git] / course / upgrade.txt
blob8bd1b7e89bf2507ed835e750f449cc93ce824fe1
1 This files describes API changes in /course/*,
2 information provided here is intended especially for developers.
4 === 4.0.3 ===
5 * A critical accessibility issue is been found (MDL-74800) at the output class
6   core_courseformat\output\local\content\cm\cmname. To solve the problem this output element is not
7   rendered anymore using inplace_editable but using a regular named_templatable interface.
8   Some format plugins that override the deprecated renderer method course_section_cm_name can be affected.
9   Check the current course_section_cm_name code to see how to render it properly.
11 === 4.0 ===
12 * All activity icons have been replaced with black monochrome icons. The background
13 colour for these icons is defined using a new 'FEATURE_MOD_PURPOSE' support variable in the module lib.php file
14 Available purpose types are:
15   - MOD_PURPOSE_COMMUNICATION
16   - MOD_PURPOSE_ASSESSMENT
17   - MOD_PURPOSE_COLLABORATION
18   - MOD_PURPOSE_CONTENT
19   - MOD_PURPOSE_ADMINISTRATION
20   - MOD_PURPOSE_INTERFACE
21   - MOD_PURPOSE_OTHER
22 The colours for these types are defined in theme/boost/scss/moodle/variables.scss
23 * The format_base is now deprecated. Use core_courseformat\base instead.
24 * The new course output components deprecate many renderer methods from course
25 renderer and course format renderer:
26   - core_courseformat\output\local\content: to render the general course structure
27   - core_courseformat\output\local\content\section: to render a section
28   - core_courseformat\output\local\content\cm: to render an activity card inside a section
29   - core_courseformat\output\local\content\cm\*: to render parts of the course structure
30   - core_courseformat\output\local\content\section\*: to render parts of the course section
31 * The previous format renderer page_title method has been moved to course_format::page_title
32 * New format renderer methods to interact with the new output components:
33   - render: override the default templatable mustache location for the new course components.
34   - course_section_updated_cm_item: used when the course editor needs to update a cm item HTML.
35   - render_content: contrib formats should override this method to change the default template.
36 * The following methods are adapted to use outputs but with a deprecation warning and should not be used anymore:
37   - print_single_section_page (replaced by core_courseformat\output\local\content)
38   - print_multiple_section_page (replaced by core_courseformat\output\local\content)
39   - course_activity_clipboard (integrated in replaced by core_courseformat\output\local\content)
40   - format_summary_text (replaced by core_courseformat\output\local\content\section\summay)
41   - change_number_sections (replaced by core_courseformat\output\local\content\addsection)
42   - course_section_cm_list_item (replaced by core_courseformat\output\local\content\section\cmitem)
43   - course_section_cm (replaced by core_courseformat\output\local\content\cm)
44   - course_section_cm_list (replaced by core_courseformat\output\local\content\section\cmlist)
45   - section_edit_control_menu (replaced by core_courseformat\output\local\content\section\controlmenu)
46   - section_right_content (integrated in core_courseformat\output\local\content\section)
47   - section_left_content (integrated in core_courseformat\output\local\content\section)
48   - section_header (replaced by core_courseformat\output\local\content\section\header)
49   - section_footer (integrated in core_courseformat\output\local\content\section)
50   - section_edit_control_items (replaced by core_courseformat\output\local\content\section\controlmenu)
51   - section_summary (replaced by core_courseformat\output\local\content\section\summary)
52   - section_activity_summary (replaced by core_courseformat\output\local\content\section\cmsummary)
53   - section_availability_message (integrated in core_courseformat\output\local\content\section\availability)
54   - section_availability (replaced by core_courseformat\output\local\content\section\availability)
55   - get_nav_links (replaced by core_courseformat\output\local\content\sectionnavigation)
56   - stealth_section_header (replaced by core_courseformat\output\local\content\section\header)
57   - stealth_section_footer (integrated in by core_courseformat\output\local\content\section)
58   - section_nav_selection (replaced by core_courseformat\output\local\content\sectionselector)
59   - course_section_cm_edit_actions (replaced by core_courseformat\output\local\content\cm\controlmenu)
60   - is_cm_conditionally_hidden (incorporated in core_availability\info_module::is_available_for_all)
61   - course_section_cm_name (replaced by core_courseformat\output\local\content\cm\cmname)
62   - course_section_cm_classes (integrated in core_courseformat\output\local\content\cm)
63   - course_section_cm_name_title (replaced by core_courseformat\output\local\cm\title)
64   - course_section_cm_text (integrated in core_courseformat\output\local\content\cm)
65   - course_section_cm_availability (replaced by core_courseformat\output\local\content\cm\availability))
66   - start_section_list (integrated in core_courseformat\output\local\content)
67   - end_section_list (integrated in core_courseformat\output\local\content)
68 * The following abstract methods are deleted:
69   - page_title (moved to core_courseformat\output\local\content)
70 * Course formats should have a renderer (until now it was only highly recommended but not mandatory). For backwards
71 compatibility (to not break third-party plugins without it), legacy_format_renderer has been created and will be used when
72 course formats don't have their own renderer.
73 * New external core_courseformat\external\get_state returns current state information for a given course.
74 * New external core_courseformat\external\update_course runs given action to edit course and gets the affectated state objects.
75 * New external core_course\external\get_state returns current state information for a given course.
76 * New external function core_course_update_course runs given action to edit course status.
77 * The `\core\event\course_category_deleted` event is now created with a snapshot of the category record being deleted,
78   available inside event observers via `$event->get_record_snapshot`
79 * New include_course_editor() function to include and configure course editor modules.
80 * New core_course_drawer() function to render the message drawer in the top of the body of each page.
81 * New course_get_enrolled_courses_for_logged_in_user_from_search which hooks in with external\get_enrolled_courses_by_timeline_classification
82   given COURSE_TIMELINE_SEARCH is set then get_enrolled_courses_by_timeline_classification will deviate to use a string search of enrolled courses.
83 * Class core_course\output\course_module_name is deprecated. Now core_courseformat\output\local\content\cm\cmname controls inline edit.
84 * Calendar menu entry is now moved to User menu items, so the following methods will not return the calendar item anymore:
85   - course_get_user_navigation_options
86   - core_course_externalcore_course_external::get_user_navigation_options
87 * New external \core_course\external\get_enrolled_courses_with_action_events_by_timeline_classification:
88   - Returns courses the user is enrolled in which contain at least one action event in the supplied time/text filtering parameters.
89   - Provides a similar response to get_enrolled_courses_by_timeline_classification, but omits courses which have no matching
90     action events.
91 * The following functions have been deprecated in favour the tertiary navigation constructs:
92   - management_heading
93   - course_search_form
94   - print_course_request_buttons
95 * New page_setup() method in the core_course_category class. This method can be used for a general page setup in the course
96   category pages.
97 * New core_course_category::get_nearest_editable_subcategory():
98   - Return the core_course_category object for the first subcategory that the current user has the permission on it.
99 * The method navigation() in the core_course_bulk_activity_completion_renderer class has been deprecated as the tabs navigation
100   structure in the course competency pages has been replaced with tertiary navigation. To render the navigation, please
101   render_course_completion_action_bar() instead.
102 * The following functions have been deprecated in favour partial course cache rebuild:
103   - course_purge_section_cache (replaced by course_modinfo::purge_course_section_cache_by_id() and course_modinfo::purge_course_section_cache_by_number())
104   - course_purge_module_cache (replaced by course_modinfo::purge_course_module_cache())
105   - get_array_of_activities (replaced by course_modinfo::get_array_of_activities() for better performance)
106 * New course_modinfo::purge_course_cache function was created to purge the cache of a given course.
108 === 3.11 ===
109 * A new callback xxx_coursemodule_definition_after_data that allows plugins to extend activity forms after the data is set.
110 * \core_course_renderer::course_section_cm_completion() has been deprecated. It is not being used anymore and is being replaced by
111   \core_renderer::activity_information().
112 * New Behat steps for checking activity date information in the \behat_course class:
113   - activity_date_in_activity_should_contain_text()
114     - Given the activity date in "<ActivityName>" should contain "<Text>"
115   - activity_dates_information_in_activity_should_exist()
116     - Given the activity date information in "<ActivityName>" should exist
117   - activity_dates_information_in_activity_should_not_exist()
118     - Given the activity date information in "<ActivityName>" should not exist
119 * A user preference usemodchooser has been removed and the activities/resources (non-ajax) activity chooser has been deprecated and will be removed in the future.
121 === 3.10 ===
123 * The function make_categories_options() has now been deprecated. Please use \core_course_category::make_categories_list() instead.
124 * External function core_course_external::get_course_contents now returns a new field contextid with the module context id.
125 * The core_course_external class methods get_courses(), get_courses_by_field() and search_courses() now return a "valueraw" property
126   for each custom course field, which contains the original/unformatted version of the custom field value.
128 === 3.9 ===
130 * The function get_module_metadata is now deprecated. Please use \core_course\local\service\content_item_service instead.
131 * Activity module names are now PARAM_ALPHANUM instead of PARAM_ALPHA so integers can be used in activity module names
132 * The following functions have been added to core_course_renderer class to have more granularity. They can be overriden in
133   extending classes:
134   - course_name
135   - course_enrolment_icons
136   - course_summary
137   - course_contacts
138   - course_overview_files
139   - course_category_name
140   - course_custom_fields
142 === 3.8 ===
144 * The following functions have been finally deprecated and can not be used any more:
145   - core_course_external::get_activities_overview
146 * External function core_course_external::get_enrolled_courses_by_timeline_classification now also supports the classification
147   'allincludinghidden' which delivers all courses including hidden courses. The classification 'all' still returns all courses
148   without hidden courses.
150 === 3.7 ===
152  * The course pattern function in course_summary_exporter::get_course_pattern has been moved to $OUTPUT->get_generated_image_for_id.
153  * The course color function in course_summary_exporter::coursecolor has been moved to $OUTPUT->get_generated_color_for_id.
154  * External function core_course_external::get_course_contents new returns the following additional completiondata field:
155    - valueused (indicates whether the completion state affects the availability of other content)
156  * External function core_course_external::get_course_contents now returns a new contentsinfo field with summary files information.
157  * External function core_course_external::get_course_contents now returns an additional field "tags" returning the content tags.
159 === 3.6 ===
161  * External function core_course_external::get_course_public_information now returns the roles and the primary role of course
162    contacts.
163  * External function core_course_external::get_course_contents now return the following additional file fields:
164    - onclick (onclick javascript action code)
165    - afterlink (after link info to be displayed)
166    - customdata (module custom data (JSON encoded))
167    - completion (to indicate if completion is enabled or not)
168    - completiondata (completion status for the current user in the module)
169  * External function core_group_external::get_course_user_groups now can return all user courses group information.
171 === 3.5 ===
173  * There is a new capability 'moodle/course:setforcedlanguage' to control which users can force the course
174    language; create_course and update_course functions delegate access control to the caller code; if you
175    are calling those functions you may be interested in checking if the logged in user has 'moodle/course:setforcedlanguage' capability.
177 === 3.3 ===
179  * External function core_course_external::get_courses_by_field now returns the course filters list and status.
180  * External function core_course_external::get_courses_by_field now returns the end date of the course.
181  * External function core_course_external::get_course_contents now return the following additional file fields:
182    - mimetype (the file mime type)
183    - isexternalfile (if is a file reference to a external repository)
184    - repositorytype (the repository name in case is a external file)
185    Those fields are VALUE_OPTIONAL for backwards compatibility.
186  * External function core_course_external::get_course_contents now return the following fields for section and modules:
187    - uservisible (whether the section or module is visible by the user)
188    - availabilityinfo (availability information if the course or module has any access restriction set
190 === 3.2 ===
192  * External function core_course_external::get_course_contents now returns the section's number in the course (new section field).
193  * External function core_course_external::get_course_contents now returns if a section is hidden in the course format.
194  * External functions that were returning file information now return the following file fields:
195    filename, filepath, mimetype, filesize, timemodified and fileurl.
196    Those fields are now marked as VALUE_OPTIONAL for backwards compatibility.
197  * The modchooser now uses a renderable and a template, thus its associated renderer
198    methods have been deprecated. Note that the call to core_course_render::course_modchooser,
199    is still required. Deprecated methods:
200    - core_course_renderer::course_modchooser_module_types
201    - core_course_renderer::course_modchooser_module
202    - core_course_renderer::course_modchooser_title
203  * You can now specify a course end date when calling core_course_external::create_courses and core_course_external::update_courses
204    external functions. core_course_external::get_courses external function is now returning courses end date values.