NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen
2025-12-07 08:05:50 +07:00
parent 907071a323
commit ed72ceb60d
14 changed files with 6 additions and 75 deletions
@@ -1,13 +0,0 @@
issueNumber: MDL-81514
notes:
core_group:
- message: >
`groups_print_activity_menu()` and `groups_get_activity_group()` now
include an additional `$participationonly` parameter, which is true by
default. This can be set false when we want the user to be able to
select a non-participation group within an activity, for example if a
teacher wants to filter assignment submissions by non-participation
groups. It should never be used when the menu is displayed to students,
as this may allow them to participate using non-participation groups.
Non-participation groups are labeled as such.
type: improved
@@ -1,9 +0,0 @@
issueNumber: MDL-85405
notes:
core_course:
- message: >-
The external function `core_course_get_course_contents` now includes the
`candisplay` property for each returned module. If this is false, the
module should not be displayed on the course page (for example, for
question banks).
type: improved
@@ -1,17 +0,0 @@
issueNumber: MDL-85975
notes:
core:
- message: >
`restore_qtype_plugin::unset_excluded_fields` now returns the modified
questiondata structure,
in order to support structures that contain arrays.
If your qtype plugin overrides
`restore_qtype_plugin::remove_excluded_question_data` without
calling the parent method, you may need to modify your overridden method
to use the returned
value.
type: fixed
@@ -1,8 +0,0 @@
issueNumber: MDL-86332
notes:
core_completion:
- message: >-
The `completion_info::clear_criteria` method takes an optional
`$removetypecriteria` to determine whether to remove course type
criteria from other courses that refer to the current course
type: changed
@@ -1,7 +0,0 @@
issueNumber: MDL-86960
notes:
mod_glossary:
- message: >-
Function mod_glossary_rating_can_see_item_ratings is now implemented for
checking permissions to view ratings.
type: improved
@@ -1,5 +0,0 @@
issueNumber: MDL-87066
notes:
core:
- message: Added clean_string() that prevents double escaping in Mustache templates
type: improved
@@ -1,5 +0,0 @@
issueNumber: MDL-87079
notes:
core:
- message: When responding to pcntl signals, call existing signal handlers.
type: fixed
@@ -1,5 +0,0 @@
issueNumber: MDL-87107
notes:
core:
- message: The Hook Manager now uses localcache instead of caching via MUC.
type: changed
+1 -1
View File
@@ -6,7 +6,7 @@ More detailed information on key changes can be found in the [Developer update n
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
## 5.1+
## 5.1.1
### core
+1 -1
View File
@@ -1,6 +1,6 @@
# core_completion (subsystem) Upgrade notes
## 5.1+
## 5.1.1
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
# core_course (subsystem) Upgrade notes
## 5.1+
## 5.1.1
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
# core_group (subsystem) Upgrade notes
## 5.1+
## 5.1.1
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
# core (subsystem) Upgrade notes
## 5.1+
## 5.1.1
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
# mod_glossary Upgrade notes
## 5.1+
## 5.1.1
### Added