Merge branch 'MDL-83527-main-v02' of https://github.com/ferranrecio/moodle

This commit is contained in:
Sara Arjona 2025-01-14 09:38:54 +01:00
commit 1627aa8e71
No known key found for this signature in database
10 changed files with 1176 additions and 93 deletions

View file

@ -0,0 +1,10 @@
issueNumber: MDL-83527
notes:
core_courseformat:
- message: >-
Using arrays to define course menu items is deprecated. All course
formats that extend the section or activity control menus
(format_NAME\output\courseformat\content\section\controlmenu or
format_NAME\output\courseformat\cm\section\controlmenu) should return
standard action_menu_link objects instead.
type: deprecated

View file

@ -0,0 +1,7 @@
issueNumber: MDL-83527
notes:
format_topics:
- message: >-
The get_highlight_control in the section controlmenu class is now
deprecated. Use get_section_highlight_item instead
type: deprecated

View file

@ -0,0 +1,7 @@
issueNumber: MDL-83527
notes:
core_course:
- message: >-
course_get_cm_edit_actions is now deprecated. Formats should extend
core_courseformat\output\local\content\cm\controlmenu instead.
type: deprecated