Skip to content

Commit

Permalink
MDL-81125 core: Update upgrade.txt files to document new upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 20, 2024
1 parent b7d029a commit 0964cd5
Show file tree
Hide file tree
Showing 139 changed files with 719 additions and 34 deletions.
6 changes: 6 additions & 0 deletions .upgradenotes/MDL-48940-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
issueNumber: MDL-48940
notes:
core:
- message: >
The previously deprecated function `search_generate_text_SQL` has been removed and can no longer be used.
type: removed
6 changes: 6 additions & 0 deletions .upgradenotes/MDL-71748-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
issueNumber: MDL-71748
notes:
core:
- message: >
The previously deprecated function `core_text::reset_caches()` has been removed and can no longer be used.
type: removed
6 changes: 6 additions & 0 deletions .upgradenotes/MDL-72353-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
issueNumber: MDL-72353
notes:
report:
- message: >-
The previously deprecated `report_helper::save_selected_report` method has been removed and can no longer be used
type: removed
7 changes: 7 additions & 0 deletions .upgradenotes/MDL-73165-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
issueNumber: MDL-73165
notes:
core:
- message: >
The following previously deprecated methods have been removed and can no longer be used:
- `renderer_base::should_display_main_logo`
type: removed
5 changes: 5 additions & 0 deletions .upgradenotes/MDL-74484-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
issueNumber: MDL-74484
notes:
core:
- message: Final deprecation of print_error(). Use moodle_exception instead.
type: removed
8 changes: 8 additions & 0 deletions .upgradenotes/MDL-76690-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
issueNumber: MDL-76690
notes:
core_reportbuilder:
- message: >
The following previously deprecated local helper methods have been removed and can no longer be used:
- `audience::get_all_audiences_menu_types`
- `report::get_available_columns`
type: removed
11 changes: 11 additions & 0 deletions .upgradenotes/MDL-81168-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
issueNumber: MDL-81168
notes:
core_reportbuilder:
- message: >
In order to better support float values in filter forms, the following
filter types now cast given SQL prior to comparison:
- `duration`
- `filesize`
- `number`
type: changed
6 changes: 6 additions & 0 deletions .upgradenotes/MDL-81274-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
issueNumber: MDL-81274
notes:
mod_data:
- message: >-
The `data_add_record` method accepts a new `$approved` parameter to set the corresponding state of the new record
type: improved
6 changes: 6 additions & 0 deletions .upgradenotes/MDL-81330-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
issueNumber: MDL-81330
notes:
core_reportbuilder:
- message: >
The base datasource `add_all_from_entities` method accepts a new optional parameter to specify which entities to add elements from
type: changed
8 changes: 8 additions & 0 deletions .upgradenotes/MDL-81433-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
issueNumber: MDL-81433
notes:
core_reportbuilder:
- message: >
The following external methods now return tags data relevant to each custom report:
- `core_reportbuilder_list_reports`
- `core_reportbuilder_retrieve_report`
type: improved
6 changes: 6 additions & 0 deletions .upgradenotes/MDL-81434-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
issueNumber: MDL-81434
notes:
core_reportbuilder:
- message: |2
Added a new database helper method `sql_replace_parameters` to help ensure uniqueness of parameters within a SQL expression
type: improved
8 changes: 8 additions & 0 deletions .upgradenotes/MDL-81610-2024052002223792.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
issueNumber: MDL-81610
notes:
core_courseformat:
- message: >
The constructor of `core_courseformat\output\local\state\cm` has been updated to accept a new optional parameter, `$istrackeduser`.
If `istrackeduser` is pre-computed for the course module's course, it can be provided here to avoid an additional function call.
type: improved
5 changes: 5 additions & 0 deletions admin/tool/behat/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in the tool_behat code.

=== 4.3 ===
Expand Down
5 changes: 5 additions & 0 deletions admin/tool/brickfield/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /admin/tool/brickfield/*.

=== 4.0 ===
Expand Down
5 changes: 5 additions & 0 deletions admin/tool/dataprivacy/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in /admin/tool/dataprivacy/*
Information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions admin/tool/generator/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in core libraries and APIs,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions admin/tool/log/store/database/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in the logstore_database code.

=== 3.4 ===
Expand Down
5 changes: 5 additions & 0 deletions admin/tool/log/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /admin/tool/log - plugins,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions admin/tool/lp/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes changes in /admin/tool/lp/* - plugins,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions admin/tool/mfa/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes for code that uses MFA.

=== 4.4 ===
Expand Down
5 changes: 5 additions & 0 deletions admin/tool/mobile/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes changes in tool_mobile code.
Information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions admin/tool/phpunit/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in the tool_phpunit code.

=== 3.9 ===
Expand Down
5 changes: 5 additions & 0 deletions admin/tool/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /admin/tool/* - plugins,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions admin/tool/usertours/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in the tool_usertours code.

=== 4.4 ===
Expand Down
5 changes: 5 additions & 0 deletions admin/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /admin/*.

=== 4.4 ===
Expand Down
5 changes: 5 additions & 0 deletions analytics/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in analytics sub system,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions auth/cas/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /auth/cas/*,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions auth/db/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /auth/db/*,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions auth/email/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /auth/email/*,
information provided here is intended especially for developers.
=== 4.4 ===
Expand Down
5 changes: 5 additions & 0 deletions auth/ldap/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in the auth_ldap code.

=== 3.4 ===
Expand Down
5 changes: 5 additions & 0 deletions auth/manual/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /auth/manual/*,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions auth/mnet/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in auth_mnet code.

=== 3.3 ===
Expand Down
5 changes: 5 additions & 0 deletions auth/none/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /auth/none/*,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions auth/shibboleth/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /auth/shibboleth/*,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions auth/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /auth/* - plugins,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions availability/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /availability/*.

The information here is intended only for developers.
Expand Down
5 changes: 5 additions & 0 deletions backup/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /backup/*,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions badges/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This files describes API changes in /badges/*,
information provided here is intended especially for developers.

Expand Down
5 changes: 5 additions & 0 deletions blocks/calendar_upcoming/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
=== 4.4 ===
* The following previously deprecated methods have been removed and can no longer be used:
- block_calendar_upcoming::get_upcoming_content
Expand Down
5 changes: 5 additions & 0 deletions blocks/lp/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in the lp block code.

=== 3.7 ===
Expand Down
5 changes: 5 additions & 0 deletions blocks/myoverview/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in the myoverview block code.

=== 3.7 ===
Expand Down
5 changes: 5 additions & 0 deletions blocks/recentlyaccessedcourses/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in the recentlyaccessedcourses block code.

=== 3.8 ===
Expand Down
5 changes: 5 additions & 0 deletions blocks/recentlyaccesseditems/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in the recentlyaccesseditems block code.

=== 4.4 ===
Expand Down
5 changes: 5 additions & 0 deletions blocks/section_links/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in the section_links block code.

=== 3.11 ===
Expand Down
5 changes: 5 additions & 0 deletions blocks/starredcourses/upgrade.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 4.5 Onwards ===

This file has been replaced by UPGRADING.md. See MDL-81125 for further information.

===
This file describes API changes in the starredcourses block code.

=== 3.8 ===
Expand Down
Loading

0 comments on commit 0964cd5

Please sign in to comment.