mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-81125 core: Update upgrade.txt files to document new upgrade notes
This commit is contained in:
parent
b7d029ab69
commit
0964cd5b69
6
.upgradenotes/MDL-48940-2024052002223792.yml
Normal file
6
.upgradenotes/MDL-48940-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-71748-2024052002223792.yml
Normal file
6
.upgradenotes/MDL-71748-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-72353-2024052002223792.yml
Normal file
6
.upgradenotes/MDL-72353-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-73165-2024052002223792.yml
Normal file
7
.upgradenotes/MDL-73165-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-74484-2024052002223792.yml
Normal file
5
.upgradenotes/MDL-74484-2024052002223792.yml
Normal file
@ -0,0 +1,5 @@
|
||||
issueNumber: MDL-74484
|
||||
notes:
|
||||
core:
|
||||
- message: Final deprecation of print_error(). Use moodle_exception instead.
|
||||
type: removed
|
8
.upgradenotes/MDL-76690-2024052002223792.yml
Normal file
8
.upgradenotes/MDL-76690-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-81168-2024052002223792.yml
Normal file
11
.upgradenotes/MDL-81168-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-81274-2024052002223792.yml
Normal file
6
.upgradenotes/MDL-81274-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-81330-2024052002223792.yml
Normal file
6
.upgradenotes/MDL-81330-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-81433-2024052002223792.yml
Normal file
8
.upgradenotes/MDL-81433-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-81434-2024052002223792.yml
Normal file
6
.upgradenotes/MDL-81434-2024052002223792.yml
Normal file
@ -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
.upgradenotes/MDL-81610-2024052002223792.yml
Normal file
8
.upgradenotes/MDL-81610-2024052002223792.yml
Normal file
@ -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
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 ===
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 ===
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 ===
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 ===
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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 ===
|
||||
|
@ -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 block tag_youtube code.
|
||||
|
||||
=== 3.10.1 ===
|
||||
|
@ -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 timeline block code.
|
||||
|
||||
=== 4.0 ===
|
||||
|
@ -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 /blocks/* - activity modules,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /blog/* ,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
5
cache/upgrade.txt
vendored
5
cache/upgrade.txt
vendored
@ -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 /cache/stores/* - cache store plugins.
|
||||
Information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /calendar/* ,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /cohort/ information provided here is intended
|
||||
especially for developers.
|
||||
|
||||
|
@ -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 /comment/* ,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -1,2 +1,7 @@
|
||||
=== 4.5 Onwards ===
|
||||
|
||||
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
||||
|
||||
===
|
||||
This file describes API changes in /communication/provider/*
|
||||
Information provided here is intended especially for developers.
|
||||
|
@ -1,2 +1,7 @@
|
||||
=== 4.5 Onwards ===
|
||||
|
||||
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
||||
|
||||
===
|
||||
This file describes API changes in /communication/*
|
||||
Information provided here is intended especially for developers.
|
||||
|
@ -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 /competency/*. The information provided
|
||||
here is intended especially for developers.
|
||||
|
||||
|
@ -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 /completion/* - completion,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
=== 4.5 Onwards ===
|
||||
|
||||
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
||||
|
||||
===
|
||||
This files describes API changes for course formats
|
||||
|
||||
Overview of this plugin type at https://moodledev.io/docs/apis/plugintypes/format
|
||||
|
||||
=== 4.5 ===
|
||||
* The constructor of core_courseformat\output\local\state\cm has been updated to accept a new optional parameter called is_tracked_user.
|
||||
If is_tracked_user is pre-computed for this CM's course, it can be provided here to avoid an additional function call.
|
||||
|
||||
=== 4.4 ===
|
||||
* The core_courseformat\output\local\content\section::export_for_template() is not returning hiddenfromstudents and notavailable
|
||||
directly in the data array anymore. Instead, it returns the visibility data in the 'visibility' key. It means that templates
|
||||
|
@ -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 /course/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /customfield/field/* - customfield field types,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /customfield/*,
|
||||
Information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /dataformat/ download system,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 enrol_database code.
|
||||
|
||||
=== 3.11 ===
|
||||
|
@ -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 enrol_ldap code.
|
||||
|
||||
=== 3.8 ===
|
||||
|
@ -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 /enrol/* - plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /files/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 core filter API and plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /grade/export/* - plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /grade/grading/form/* - Advanced grading methods
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /grade/report/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /grade/* ;
|
||||
Information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /group/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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 editor_atto code.
|
||||
|
||||
=== 4.1 ===
|
||||
|
@ -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 tiny_accessibilitychecker - TinyMCE Accessibility checker plugin,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /lib/editor/tiny/* - TinyMCE editor,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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_form libraries and APIs,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 mlbackend_php code, the
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 mlbackend_python code, the
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -1,14 +1,12 @@
|
||||
=== 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.
|
||||
|
||||
=== 4.5 ===
|
||||
|
||||
* Final deprecation and removal of the function core_text::reset_caches().
|
||||
* The previously deprecated function `search_generate_text_SQL` has been removed and can no longer be used.
|
||||
* The following previously deprecated methods have been removed and can no longer be used:
|
||||
- `renderer_base::should_display_main_logo`
|
||||
* Final deprecation of print_error(). Use moodle_exception instead.
|
||||
|
||||
=== 4.4 ===
|
||||
|
||||
* New modinfo methods related to delegated sections (sections controlled by a component):
|
||||
|
@ -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_xapi libraries and APIs,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 for the plugins of the type 'local'.
|
||||
|
||||
=== 3.1 ===
|
||||
|
@ -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 /media/ plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /message/ messaging system,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 assign code.
|
||||
|
||||
=== 4.3 ===
|
||||
|
@ -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 bigbluebuttonbn code.
|
||||
=== 4.3 ===
|
||||
* Make instance class constructor private and use the factory method to create instances.
|
||||
|
@ -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 book code.
|
||||
|
||||
=== 4.4 ===
|
||||
|
@ -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 /mod/chat/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /mod/choice/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -1,9 +1,11 @@
|
||||
=== 4.5 Onwards ===
|
||||
|
||||
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
||||
|
||||
===
|
||||
This files describes API changes in /mod/data - plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 4.5 ===
|
||||
* The `data_add_record` method accepts a new `$approved` parameter to set the corresponding state of the new record
|
||||
|
||||
=== 4.4 ===
|
||||
* The following behat steps are now deprecated. Use data generators instead:
|
||||
- I add a ":fieldtype" field to ":activityname" database and I fill the form with:
|
||||
|
@ -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 /mod/feedback/*
|
||||
Information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /mod/folder/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /mod/forum/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /mod/glossary/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 /mod/h5pactivity/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
@ -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 imscp code.
|
||||
|
||||
=== 4.3 ===
|
||||
|
@ -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 lesson code.
|
||||
|
||||
=== 4.4 ===
|
||||
|
@ -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 lti code.
|
||||
|
||||
=== 4.1 ===
|
||||
|
@ -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 /mod/lti/source/* - LTI source plugins,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user