Skip to content

Commit 0964cd5

Browse files
committed
MDL-81125 core: Update upgrade.txt files to document new upgrade notes
1 parent b7d029a commit 0964cd5

File tree

139 files changed

+719
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+719
-34
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
issueNumber: MDL-48940
2+
notes:
3+
core:
4+
- message: >
5+
The previously deprecated function `search_generate_text_SQL` has been removed and can no longer be used.
6+
type: removed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
issueNumber: MDL-71748
2+
notes:
3+
core:
4+
- message: >
5+
The previously deprecated function `core_text::reset_caches()` has been removed and can no longer be used.
6+
type: removed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
issueNumber: MDL-72353
2+
notes:
3+
report:
4+
- message: >-
5+
The previously deprecated `report_helper::save_selected_report` method has been removed and can no longer be used
6+
type: removed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
issueNumber: MDL-73165
2+
notes:
3+
core:
4+
- message: >
5+
The following previously deprecated methods have been removed and can no longer be used:
6+
- `renderer_base::should_display_main_logo`
7+
type: removed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
issueNumber: MDL-74484
2+
notes:
3+
core:
4+
- message: Final deprecation of print_error(). Use moodle_exception instead.
5+
type: removed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
issueNumber: MDL-76690
2+
notes:
3+
core_reportbuilder:
4+
- message: >
5+
The following previously deprecated local helper methods have been removed and can no longer be used:
6+
- `audience::get_all_audiences_menu_types`
7+
- `report::get_available_columns`
8+
type: removed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
issueNumber: MDL-81168
2+
notes:
3+
core_reportbuilder:
4+
- message: >
5+
In order to better support float values in filter forms, the following
6+
filter types now cast given SQL prior to comparison:
7+
8+
- `duration`
9+
- `filesize`
10+
- `number`
11+
type: changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
issueNumber: MDL-81274
2+
notes:
3+
mod_data:
4+
- message: >-
5+
The `data_add_record` method accepts a new `$approved` parameter to set the corresponding state of the new record
6+
type: improved
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
issueNumber: MDL-81330
2+
notes:
3+
core_reportbuilder:
4+
- message: >
5+
The base datasource `add_all_from_entities` method accepts a new optional parameter to specify which entities to add elements from
6+
type: changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
issueNumber: MDL-81433
2+
notes:
3+
core_reportbuilder:
4+
- message: >
5+
The following external methods now return tags data relevant to each custom report:
6+
- `core_reportbuilder_list_reports`
7+
- `core_reportbuilder_retrieve_report`
8+
type: improved
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
issueNumber: MDL-81434
2+
notes:
3+
core_reportbuilder:
4+
- message: |2
5+
Added a new database helper method `sql_replace_parameters` to help ensure uniqueness of parameters within a SQL expression
6+
type: improved
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
issueNumber: MDL-81610
2+
notes:
3+
core_courseformat:
4+
- message: >
5+
The constructor of `core_courseformat\output\local\state\cm` has been updated to accept a new optional parameter, `$istrackeduser`.
6+
7+
If `istrackeduser` is pre-computed for the course module's course, it can be provided here to avoid an additional function call.
8+
type: improved

admin/tool/behat/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in the tool_behat code.
27

38
=== 4.3 ===

admin/tool/brickfield/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /admin/tool/brickfield/*.
27

38
=== 4.0 ===

admin/tool/dataprivacy/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This file describes API changes in /admin/tool/dataprivacy/*
27
Information provided here is intended especially for developers.
38

admin/tool/generator/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in core libraries and APIs,
27
information provided here is intended especially for developers.
38

admin/tool/log/store/database/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in the logstore_database code.
27

38
=== 3.4 ===

admin/tool/log/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /admin/tool/log - plugins,
27
information provided here is intended especially for developers.
38

admin/tool/lp/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes changes in /admin/tool/lp/* - plugins,
27
information provided here is intended especially for developers.
38

admin/tool/mfa/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes for code that uses MFA.
27

38
=== 4.4 ===

admin/tool/mobile/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes changes in tool_mobile code.
27
Information provided here is intended especially for developers.
38

admin/tool/phpunit/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in the tool_phpunit code.
27

38
=== 3.9 ===

admin/tool/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /admin/tool/* - plugins,
27
information provided here is intended especially for developers.
38

admin/tool/usertours/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in the tool_usertours code.
27

38
=== 4.4 ===

admin/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /admin/*.
27

38
=== 4.4 ===

analytics/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in analytics sub system,
27
information provided here is intended especially for developers.
38

auth/cas/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /auth/cas/*,
27
information provided here is intended especially for developers.
38

auth/db/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /auth/db/*,
27
information provided here is intended especially for developers.
38

auth/email/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /auth/email/*,
27
information provided here is intended especially for developers.
38
=== 4.4 ===

auth/ldap/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in the auth_ldap code.
27

38
=== 3.4 ===

auth/manual/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /auth/manual/*,
27
information provided here is intended especially for developers.
38

auth/mnet/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in auth_mnet code.
27

38
=== 3.3 ===

auth/none/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /auth/none/*,
27
information provided here is intended especially for developers.
38

auth/shibboleth/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /auth/shibboleth/*,
27
information provided here is intended especially for developers.
38

auth/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /auth/* - plugins,
27
information provided here is intended especially for developers.
38

availability/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /availability/*.
27

38
The information here is intended only for developers.

backup/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /backup/*,
27
information provided here is intended especially for developers.
38

badges/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This files describes API changes in /badges/*,
27
information provided here is intended especially for developers.
38

blocks/calendar_upcoming/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
=== 4.4 ===
27
* The following previously deprecated methods have been removed and can no longer be used:
38
- block_calendar_upcoming::get_upcoming_content

blocks/lp/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This file describes API changes in the lp block code.
27

38
=== 3.7 ===

blocks/myoverview/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This file describes API changes in the myoverview block code.
27

38
=== 3.7 ===

blocks/recentlyaccessedcourses/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This file describes API changes in the recentlyaccessedcourses block code.
27

38
=== 3.8 ===

blocks/recentlyaccesseditems/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This file describes API changes in the recentlyaccesseditems block code.
27

38
=== 4.4 ===

blocks/section_links/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This file describes API changes in the section_links block code.
27

38
=== 3.11 ===

blocks/starredcourses/upgrade.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.5 Onwards ===
2+
3+
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4+
5+
===
16
This file describes API changes in the starredcourses block code.
27

38
=== 3.8 ===

0 commit comments

Comments
 (0)