Skip to content

Commit

Permalink
NOBUG: Add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jul 26, 2024
1 parent 12269ab commit 902f953
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 11 deletions.
65 changes: 57 additions & 8 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- The badges/newbadge.php page has been deprecated and merged with badges/edit.php. Please, use badges/edit.php instead.

For more information see [MDL-43938](https://tracker.moodle.org/browse/MDL-43938)
- OPEN_BADGES_V1 is deprecated and should not be used anymore.

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

#### Removed

- Final removal of BADGE_BACKPACKAPIURL and BADGE_BACKPACKWEBURL.

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

#### Added

Expand Down Expand Up @@ -42,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)
- 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)

#### Added

Expand All @@ -62,6 +74,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
```

For more information see [MDL-66903](https://tracker.moodle.org/browse/MDL-66903)
- Added stored progress bars

For more information see [MDL-70854](https://tracker.moodle.org/browse/MDL-70854)
- New DML constant `SQL_INT_MAX` to define the size of a large integer with cross database platform support

For more information see [MDL-81282](https://tracker.moodle.org/browse/MDL-81282)
Expand Down Expand Up @@ -255,6 +270,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- Added a new database helper method `sql_replace_parameters` to help ensure uniqueness of parameters within a SQL expression

For more information see [MDL-81434](https://tracker.moodle.org/browse/MDL-81434)
- New format helper `format_time` method, for use in column callbacks that represent a duration of time (e.g. "3 days 4 hours")

For more information see [MDL-82466](https://tracker.moodle.org/browse/MDL-82466)
- Methods add_columns_from_entity(), add_filters_from_entity() and report_element_search() have been moved from \core_reportbuilder\datasource class to \core_reportbuilder\base class in order to be available also for system reports

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

#### Removed

Expand Down Expand Up @@ -338,6 +359,17 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

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

### mod_feedback

#### Deprecated

- The `feedback_check_is_switchrole` method has been deprecated as it didn't work

For more information see [MDL-72424](https://tracker.moodle.org/browse/MDL-72424)
- The method `mod_feedback\output\renderer::create_template_form()` has been deprecated. It is not used anymore.

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

### report_eventlist

#### Deprecated
Expand Down Expand Up @@ -550,6 +582,15 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
If `istrackeduser` is pre-computed for the course module's course, it can be provided here to avoid an additional function call.

For more information see [MDL-81610](https://tracker.moodle.org/browse/MDL-81610)
- New $disabled parameter has been added to select, select_optgroup and select_option html_writers to create disabled option elements.

For more information see [MDL-82146](https://tracker.moodle.org/browse/MDL-82146)
- New \core_courseformat\output\local\content\basecontrolmenu class has been created. Existing \core_courseformat\output\local\content\cm\controlmenu and \core_courseformat\output\local\content\section\controlmenu classes extend the new \core_courseformat\output\local\content\basecontrolmenu class.

For more information see [MDL-82510](https://tracker.moodle.org/browse/MDL-82510)
- New \core_courseformat\output\local\content\cm\delegatedcontrolmenu class has been created extending \core_courseformat\output\local\content\basecontrolmenu class to render delegated section action menu combining section and module action menu.

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

### core_course

Expand Down Expand Up @@ -577,14 +618,6 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

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

### mod_feedback

#### Deprecated

- The method `mod_feedback\output\renderer::create_template_form()` has been deprecated. It is not used anymore.

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

### core_completion

#### Changed
Expand Down Expand Up @@ -625,3 +658,19 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- The base class `info::get_groups` method has a `$userid` parameter to specify for which user you want to retrieve course groups (defaults to current user)

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

### report_log

#### Added

- get_activities_list() function returns also an array of disabled elements, apart from the array of activities.

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

### customfield_select

#### Changed

- The field controller `get_options` method now returns each option pre-formatted

For more information see [MDL-82481](https://tracker.moodle.org/browse/MDL-82481)
1 change: 0 additions & 1 deletion admin/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
- Add availability_management_table is a table which extends from plugin_management_table. Create the availability_management_table can reusable the toggle button for enabled column.

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

1 change: 0 additions & 1 deletion admin/tool/oauth2/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
- The `get_additional_login_parameters()` method now supports adding the language code to the authentication request so that the OAuth2 login page matches the language in Moodle.

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

9 changes: 9 additions & 0 deletions badges/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
- The badges/newbadge.php page has been deprecated and merged with badges/edit.php. Please, use badges/edit.php instead.

For more information see [MDL-43938](https://tracker.moodle.org/browse/MDL-43938)
- OPEN_BADGES_V1 is deprecated and should not be used anymore.

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

### Removed

- Final removal of BADGE_BACKPACKAPIURL and BADGE_BACKPACKWEBURL.

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

### Added

Expand Down
9 changes: 9 additions & 0 deletions course/format/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@
If `istrackeduser` is pre-computed for the course module's course, it can be provided here to avoid an additional function call.

For more information see [MDL-81610](https://tracker.moodle.org/browse/MDL-81610)
- New $disabled parameter has been added to select, select_optgroup and select_option html_writers to create disabled option elements.

For more information see [MDL-82146](https://tracker.moodle.org/browse/MDL-82146)
- New \core_courseformat\output\local\content\basecontrolmenu class has been created. Existing \core_courseformat\output\local\content\cm\controlmenu and \core_courseformat\output\local\content\section\controlmenu classes extend the new \core_courseformat\output\local\content\basecontrolmenu class.

For more information see [MDL-82510](https://tracker.moodle.org/browse/MDL-82510)
- New \core_courseformat\output\local\content\cm\delegatedcontrolmenu class has been created extending \core_courseformat\output\local\content\basecontrolmenu class to render delegated section action menu combining section and module action menu.

For more information see [MDL-82510](https://tracker.moodle.org/browse/MDL-82510)
10 changes: 10 additions & 0 deletions customfield/field/select/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# customfield_select Upgrade notes

## 4.5dev

### Changed

- The field controller `get_options` method now returns each option pre-formatted

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

6 changes: 6 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)
- 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)

### Added

Expand All @@ -40,6 +43,9 @@
```

For more information see [MDL-66903](https://tracker.moodle.org/browse/MDL-66903)
- Added stored progress bars

For more information see [MDL-70854](https://tracker.moodle.org/browse/MDL-70854)
- New DML constant `SQL_INT_MAX` to define the size of a large integer with cross database platform support

For more information see [MDL-81282](https://tracker.moodle.org/browse/MDL-81282)
Expand Down
3 changes: 3 additions & 0 deletions mod/feedback/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Deprecated

- The `feedback_check_is_switchrole` method has been deprecated as it didn't work

For more information see [MDL-72424](https://tracker.moodle.org/browse/MDL-72424)
- The method `mod_feedback\output\renderer::create_template_form()` has been deprecated. It is not used anymore.

For more information see [MDL-81742](https://tracker.moodle.org/browse/MDL-81742)
10 changes: 10 additions & 0 deletions report/log/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# report_log Upgrade notes

## 4.5dev

### Added

- get_activities_list() function returns also an array of disabled elements, apart from the array of activities.

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

6 changes: 6 additions & 0 deletions reportbuilder/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
- Added a new database helper method `sql_replace_parameters` to help ensure uniqueness of parameters within a SQL expression

For more information see [MDL-81434](https://tracker.moodle.org/browse/MDL-81434)
- New format helper `format_time` method, for use in column callbacks that represent a duration of time (e.g. "3 days 4 hours")

For more information see [MDL-82466](https://tracker.moodle.org/browse/MDL-82466)
- Methods add_columns_from_entity(), add_filters_from_entity() and report_element_search() have been moved from \core_reportbuilder\datasource class to \core_reportbuilder\base class in order to be available also for system reports

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

### Removed

Expand Down
1 change: 0 additions & 1 deletion user/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
- New `\core_user\hook\extend_default_homepage` hook added to allow third-party plugins to extend the default homepage options for the site

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

0 comments on commit 902f953

Please sign in to comment.