-
Task
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_500_STABLE
-
MDL-84657_deprecate-calendar_add_month -
-
-
In MDL-79434 we deprecated calendar_sub_month(), which internally just called \core_calendar\type_factory::get_calendar_instance()>get_prev_month(...). Following this, we can easily replace calendar_add_month() with \core_calendar\type_factory::get_calendar_instance()>get_next_month(...) too, and get another calendar lib function from the global space to the core_calendar API.
- has to be done after
-
MDL-79434 Final deprecation of calendar functions deprecated in Moodle 4.3
-
- Closed
-
- has to be done before
-
MDL-84655 Final deprecation of calendar_sub/add_month()
-
- Open
-
- Testing discovered
-
MDL-84788 Exporting a calendar with time period "This week" fails on 5th and 6th of the month
-
- Development in progress
-