Skip to content

Commit

Permalink
NOBUG: Add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Aug 20, 2024
1 parent 838dbd5 commit 882c253
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- Final deprecation of \core\task\manager::ensure_adhoc_task_qos()

For more information see [MDL-74843](https://tracker.moodle.org/browse/MDL-74843)
- Support for deprecated `<component>\local\views\secondary` block/activity namespace, for overriding secondary navigation, is now entirely removed

For more information see [MDL-74939](https://tracker.moodle.org/browse/MDL-74939)
- Remove deprecation layer for YUI Events. The deprecation layer was introduced with MDL-70990 and MDL-72291.

For more information see [MDL-77167](https://tracker.moodle.org/browse/MDL-77167)
Expand Down Expand Up @@ -253,6 +256,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- The Moodle autoloader should now be registered using `\core\component::register_autoloader` rather than manually doing so in any exceptional location which requires it. It is not normally necessary to include the autoloader manually, as it is registered automatically when the Moodle environment is bootstrapped.

For more information see [MDL-82747](https://tracker.moodle.org/browse/MDL-82747)
- A new JS module for interacting with the Routed REST API has been introduced.
For more information see the documentation in the `core/fetch` module.

For more information see [MDL-82778](https://tracker.moodle.org/browse/MDL-82778)

#### Changed

Expand Down Expand Up @@ -369,6 +376,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- Method assign_grading_table::col_picture has been deprecated.

For more information see [MDL-82292](https://tracker.moodle.org/browse/MDL-82292)
- Method assign_grading_table::col_userid has been deprecated.

For more information see [MDL-82295](https://tracker.moodle.org/browse/MDL-82295)

### tool_oauth2

Expand Down
7 changes: 7 additions & 0 deletions lib/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
- Final deprecation of \core\task\manager::ensure_adhoc_task_qos()

For more information see [MDL-74843](https://tracker.moodle.org/browse/MDL-74843)
- Support for deprecated `<component>\local\views\secondary` block/activity namespace, for overriding secondary navigation, is now entirely removed

For more information see [MDL-74939](https://tracker.moodle.org/browse/MDL-74939)
- Remove deprecation layer for YUI Events. The deprecation layer was introduced with MDL-70990 and MDL-72291.

For more information see [MDL-77167](https://tracker.moodle.org/browse/MDL-77167)
Expand Down Expand Up @@ -222,6 +225,10 @@
- The Moodle autoloader should now be registered using `\core\component::register_autoloader` rather than manually doing so in any exceptional location which requires it. It is not normally necessary to include the autoloader manually, as it is registered automatically when the Moodle environment is bootstrapped.

For more information see [MDL-82747](https://tracker.moodle.org/browse/MDL-82747)
- A new JS module for interacting with the Routed REST API has been introduced.
For more information see the documentation in the `core/fetch` module.

For more information see [MDL-82778](https://tracker.moodle.org/browse/MDL-82778)

### Changed

Expand Down
1 change: 0 additions & 1 deletion lib/form/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
- Previously, the 'duration' form field type would allow users to input positive or negative durations. However looking at all the uses, everyone was expecting this input type to only accept times >= 0 seconds, and almost no-one was bothering to write manual form validation, leading to subtle bugs. So now, by default this field type will validate the input value is not negative. If you need the previous behaviour, there is a new option 'allownegative' which you can set to true. (The default is false.)

For more information see [MDL-82687](https://tracker.moodle.org/browse/MDL-82687)

3 changes: 3 additions & 0 deletions mod/assign/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@
- Method assign_grading_table::col_picture has been deprecated.

For more information see [MDL-82292](https://tracker.moodle.org/browse/MDL-82292)
- Method assign_grading_table::col_userid has been deprecated.

For more information see [MDL-82295](https://tracker.moodle.org/browse/MDL-82295)

0 comments on commit 882c253

Please sign in to comment.