mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-83527-main-v02' of https://github.com/ferranrecio/moodle
This commit is contained in:
commit
1627aa8e71
10 changed files with 1176 additions and 93 deletions
10
.upgradenotes/MDL-83527-2024121902405772.yml
Normal file
10
.upgradenotes/MDL-83527-2024121902405772.yml
Normal 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
|
7
.upgradenotes/MDL-83527-2024122305195264.yml
Normal file
7
.upgradenotes/MDL-83527-2024122305195264.yml
Normal 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
|
7
.upgradenotes/MDL-83527-2024122305271479.yml
Normal file
7
.upgradenotes/MDL-83527-2024122305271479.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue