Huong Nguyen
5f3729eb63
Merge branch 'MDL-80809' of https://github.com/paulholden/moodle
2024-02-08 15:32:32 +08:00
Paul Holden
f32c74e654
MDL-80809 course: correct context arguments when formatting strings.
2024-02-01 17:36:57 +00:00
Paul Holden
222af1c976
MDL-80803 course: observe mod availability before update notification.
2024-02-01 14:49:58 +00:00
Mikel Martín
bd7cc81be6
MDL-78744 completion: Split activity_information in completion and dates
...
Deprecate core_course\output\activity_information class and move its code to two
new classes: core_course\output\activity_completion and core_course\output\activity_dates.
In this process refactor activity_completion improving readability and and also deprecate
renderer_base::activity_information() and core_course_renderer::render_activity_information().
2023-09-04 11:37:20 +02:00
Amrita Deb Dutta
8974cc057c
MDL-77833 course: content change notification multilang processing
...
adding context to format_string
fix multilang in coursename
change context param
2023-04-13 11:30:43 +02:00
Andrew Nicols
9ec46c232d
MDL-77186 core: Move all uses of cronlib to new class
2023-03-13 21:21:13 +08:00
Paul Holden
06f013eec6
MDL-76023 course: fix access to custom data in notification task.
...
The message class `customdata` property is automatically JSON encoded
via magic setter method, so we can't append to it directly.
2022-10-19 18:49:04 +01:00
Juan Leyva
6f0f979ae3
MDL-70083 message: Updated content notification task
2021-11-04 12:23:21 +01:00