You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPGRADING.md
+50
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
39
39
- New generic collapsable section output added. Use core\output\local\collapsable_section or include the core/local/collapsable_section template to use it. See the full documentation in the component library.
40
40
41
41
For more information see [MDL-83869](https://tracker.moodle.org/browse/MDL-83869)
42
+
- A new method get_instance_record has been added to cm_info object so core can get the activity table record without using the $DB object every time. Also, the method caches de result so getting more than once per execution is much faster.
43
+
44
+
For more information see [MDL-83892](https://tracker.moodle.org/browse/MDL-83892)
42
45
- Now lib/templates/select_menu.mustache has a new integer headinglevel context value to specify the heading level to keep the header accessibility when used as a tertiary navigation.
43
46
44
47
For more information see [MDL-84208](https://tracker.moodle.org/browse/MDL-84208)
@@ -130,6 +133,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
130
133
- Final deprecation of methods `task_base::is_blocking` and `task_base::set_blocking`.
131
134
132
135
For more information see [MDL-81509](https://tracker.moodle.org/browse/MDL-81509)
136
+
-- Remove php-enum library. - It was a dependency of zipstream, but is no longer required as this
137
+
functionality has been replaced by native PHP functionality.
138
+
139
+
For more information see [MDL-82825](https://tracker.moodle.org/browse/MDL-82825)
133
140
- Oracle support has been removed in LMS, with the exception of report builder which will be handled in a separate issue (MDL-80173).
134
141
135
142
For more information see [MDL-83172](https://tracker.moodle.org/browse/MDL-83172)
@@ -139,6 +146,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
139
146
- set_alignment(), set_constraint() and do_not_enhance() functions have been fully removed from action_menu class.
140
147
141
148
For more information see [MDL-83765](https://tracker.moodle.org/browse/MDL-83765)
149
+
- Final deprecation and removal of \core\event\course_module_instances_list_viewed
150
+
151
+
For more information see [MDL-84593](https://tracker.moodle.org/browse/MDL-84593)
142
152
143
153
### core_adminpresets
144
154
@@ -196,6 +206,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
196
206
197
207
For more information see [MDL-83909](https://tracker.moodle.org/browse/MDL-83909)
198
208
209
+
### core_calendar
210
+
211
+
#### Deprecated
212
+
213
+
- calendar_day_representation(), calendar_time_representation() and calendar_format_event_time() functions have been deprecated and can't be used anymore. Use humandate and humantimeperiod classes instead.
214
+
215
+
For more information see [MDL-83873](https://tracker.moodle.org/browse/MDL-83873)
216
+
199
217
### core_completion
200
218
201
219
#### Added
@@ -230,6 +248,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
230
248
231
249
For more information see [MDL-83527](https://tracker.moodle.org/browse/MDL-83527)
232
250
251
+
#### Removed
252
+
253
+
- Final deprecation of edit_default_completion()
254
+
255
+
For more information see [MDL-78711](https://tracker.moodle.org/browse/MDL-78711)
256
+
233
257
### core_courseformat
234
258
235
259
#### Added
@@ -270,6 +294,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
270
294
- Using arrays to define course menu items is deprecated. All course formats that extend the section or activity control menus (format_NAME\output\courseformat\content\section\controlmenu or format_NAME\output\courseformat\cm\section\controlmenu) should return standard action_menu_link objects instead.
271
295
272
296
For more information see [MDL-83527](https://tracker.moodle.org/browse/MDL-83527)
297
+
- The externservercourse.php feature used to override the course view page has been deprecated in favor of using hooks. The following hooks are available to do something similar: \core_course\hook\before_course_viewed.
298
+
299
+
For more information see [MDL-83764](https://tracker.moodle.org/browse/MDL-83764)
273
300
274
301
#### Removed
275
302
@@ -379,9 +406,15 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
379
406
- The `get_active_conditions` method of the base report class has a new `$checkavailable` parameter to determine whether to check the returned conditions availability
380
407
381
408
For more information see [MDL-82809](https://tracker.moodle.org/browse/MDL-82809)
409
+
- When the `select` filter contains upto two options only then the operator field is removed, switching to a simpler value selection field only (this may affect your Behat scenarios)
410
+
411
+
For more information see [MDL-82913](https://tracker.moodle.org/browse/MDL-82913)
382
412
- Report table instances no longer populate the `countsql` and `countparams` class properties. Instead calling code can access `totalrows` to obtain the same value, or by calling the helper method `report::get_report_row_count`
383
413
384
414
For more information see [MDL-83718](https://tracker.moodle.org/browse/MDL-83718)
415
+
- The `select` filter type is now stricter in it's filtering, in that it will now discard values that aren't present in available filter options
416
+
417
+
For more information see [MDL-84213](https://tracker.moodle.org/browse/MDL-84213)
385
418
386
419
#### Deprecated
387
420
@@ -417,6 +450,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
417
450
418
451
For more information see [MDL-75075](https://tracker.moodle.org/browse/MDL-75075)
419
452
453
+
### aiplacement_courseassist
454
+
455
+
#### Added
456
+
457
+
- The `aiplacement_courseassist` templates and CSS have been modified. These changes allow for multiple actions to be nested in a dropdown menu.
458
+
459
+
For more information see [MDL-82942](https://tracker.moodle.org/browse/MDL-82942)
460
+
420
461
### block_site_main_menu
421
462
422
463
#### Removed
@@ -568,6 +609,15 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
568
609
569
610
For more information see [MDL-83725](https://tracker.moodle.org/browse/MDL-83725)
570
611
612
+
#### Deprecated
613
+
614
+
- Added new bs4-compat SCSS file (initially deprecated) to help third-party plugins the migration process from BS4 to BS5
615
+
616
+
For more information see [MDL-80519](https://tracker.moodle.org/browse/MDL-80519)
617
+
- New `theme_boost/bs4-compat` JS module added (directly deprecated) to allow third-party-plugins to directly convert old Bootstrap 4 data attribute syntax to the new Bootstrap 5
618
+
619
+
For more information see [MDL-84450](https://tracker.moodle.org/browse/MDL-84450)
- calendar_day_representation(), calendar_time_representation() and calendar_format_event_time() functions have been deprecated and can't be used anymore. Use humandate and humantimeperiod classes instead.
8
+
9
+
For more information see [MDL-83873](https://tracker.moodle.org/browse/MDL-83873)
Copy file name to clipboardexpand all lines: course/format/UPGRADING.md
+3
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@
40
40
- Using arrays to define course menu items is deprecated. All course formats that extend the section or activity control menus (format_NAME\output\courseformat\content\section\controlmenu or format_NAME\output\courseformat\cm\section\controlmenu) should return standard action_menu_link objects instead.
41
41
42
42
For more information see [MDL-83527](https://tracker.moodle.org/browse/MDL-83527)
43
+
- The externservercourse.php feature used to override the course view page has been deprecated in favor of using hooks. The following hooks are available to do something similar: \core_course\hook\before_course_viewed.
44
+
45
+
For more information see [MDL-83764](https://tracker.moodle.org/browse/MDL-83764)
Copy file name to clipboardexpand all lines: lib/UPGRADING.md
+10
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@
31
31
- New generic collapsable section output added. Use core\output\local\collapsable_section or include the core/local/collapsable_section template to use it. See the full documentation in the component library.
32
32
33
33
For more information see [MDL-83869](https://tracker.moodle.org/browse/MDL-83869)
34
+
- A new method get_instance_record has been added to cm_info object so core can get the activity table record without using the $DB object every time. Also, the method caches de result so getting more than once per execution is much faster.
35
+
36
+
For more information see [MDL-83892](https://tracker.moodle.org/browse/MDL-83892)
34
37
- Now lib/templates/select_menu.mustache has a new integer headinglevel context value to specify the heading level to keep the header accessibility when used as a tertiary navigation.
35
38
36
39
For more information see [MDL-84208](https://tracker.moodle.org/browse/MDL-84208)
@@ -122,6 +125,10 @@
122
125
- Final deprecation of methods `task_base::is_blocking` and `task_base::set_blocking`.
123
126
124
127
For more information see [MDL-81509](https://tracker.moodle.org/browse/MDL-81509)
128
+
-- Remove php-enum library. - It was a dependency of zipstream, but is no longer required as this
129
+
functionality has been replaced by native PHP functionality.
130
+
131
+
For more information see [MDL-82825](https://tracker.moodle.org/browse/MDL-82825)
125
132
- Oracle support has been removed in LMS, with the exception of report builder which will be handled in a separate issue (MDL-80173).
126
133
127
134
For more information see [MDL-83172](https://tracker.moodle.org/browse/MDL-83172)
@@ -131,6 +138,9 @@
131
138
- set_alignment(), set_constraint() and do_not_enhance() functions have been fully removed from action_menu class.
132
139
133
140
For more information see [MDL-83765](https://tracker.moodle.org/browse/MDL-83765)
141
+
- Final deprecation and removal of \core\event\course_module_instances_list_viewed
142
+
143
+
For more information see [MDL-84593](https://tracker.moodle.org/browse/MDL-84593)
Copy file name to clipboardexpand all lines: reportbuilder/UPGRADING.md
+6
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,15 @@
28
28
- The `get_active_conditions` method of the base report class has a new `$checkavailable` parameter to determine whether to check the returned conditions availability
29
29
30
30
For more information see [MDL-82809](https://tracker.moodle.org/browse/MDL-82809)
31
+
- When the `select` filter contains upto two options only then the operator field is removed, switching to a simpler value selection field only (this may affect your Behat scenarios)
32
+
33
+
For more information see [MDL-82913](https://tracker.moodle.org/browse/MDL-82913)
31
34
- Report table instances no longer populate the `countsql` and `countparams` class properties. Instead calling code can access `totalrows` to obtain the same value, or by calling the helper method `report::get_report_row_count`
32
35
33
36
For more information see [MDL-83718](https://tracker.moodle.org/browse/MDL-83718)
37
+
- The `select` filter type is now stricter in it's filtering, in that it will now discard values that aren't present in available filter options
38
+
39
+
For more information see [MDL-84213](https://tracker.moodle.org/browse/MDL-84213)
Copy file name to clipboardexpand all lines: theme/boost/UPGRADING.md
+9
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,15 @@
8
8
9
9
For more information see [MDL-83725](https://tracker.moodle.org/browse/MDL-83725)
10
10
11
+
### Deprecated
12
+
13
+
- Added new bs4-compat SCSS file (initially deprecated) to help third-party plugins the migration process from BS4 to BS5
14
+
15
+
For more information see [MDL-80519](https://tracker.moodle.org/browse/MDL-80519)
16
+
- New `theme_boost/bs4-compat` JS module added (directly deprecated) to allow third-party-plugins to directly convert old Bootstrap 4 data attribute syntax to the new Bootstrap 5
17
+
18
+
For more information see [MDL-84450](https://tracker.moodle.org/browse/MDL-84450)
0 commit comments