From d63f69202e053263ac594c5964bdbb337923fc6f Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Fri, 20 Mar 2026 16:23:29 +0000 Subject: [PATCH] MDL-88260 reportbuilder: clarify developer changelog notes for 5.2. --- .upgradenotes/MDL-87425-2025123011262542.yml | 13 ++++++++++--- .upgradenotes/MDL-87451-2025121216105683.yml | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.upgradenotes/MDL-87425-2025123011262542.yml b/.upgradenotes/MDL-87425-2025123011262542.yml index de32d16705f..1563e217116 100644 --- a/.upgradenotes/MDL-87425-2025123011262542.yml +++ b/.upgradenotes/MDL-87425-2025123011262542.yml @@ -190,9 +190,16 @@ notes: type: removed core_reportbuilder: - message: >- - - The `\core_reportbuilder\local\helpers\audience::get_all_audiences_menu_types()` has been removed from `public/reportbuilder/classes/local/helpers/audience.php`. - - The `\core_reportbuilder\local\entities\base::get_default_table_aliases()` has been removed from `public/reportbuilder/classes/local/entities/base.php`. - - The `\core_reportbuilder\local\helpers\report::get_available_columns()` has been removed from `public/reportbuilder/classes/local/helpers/report.php`. + The following deprecated report helper methods have been removed: + + + * `audience::get_all_audiences_menu_types()` + + * `report::get_available_columns()` + + + The stub `get_default_table_aliases()` method of the base entity class + has also been removed as it hasn't been supported for some time type: removed core_repository: - message: The `\repository::get_file_size()` has been removed from `public/repository/lib.php`. diff --git a/.upgradenotes/MDL-87451-2025121216105683.yml b/.upgradenotes/MDL-87451-2025121216105683.yml index edf128dd032..0017e98c50d 100644 --- a/.upgradenotes/MDL-87451-2025121216105683.yml +++ b/.upgradenotes/MDL-87451-2025121216105683.yml @@ -7,7 +7,7 @@ notes: instances which most report sources will already have: - - `add_all_from_[entity|entities]()` + * `add_all_from_[entity|entities]()` - - `add_[columns|filters|conditions]_from_entity()` + * `add_[columns|filters|conditions]_from_entity()` type: changed