moodle/availability/condition/grouping
sam marshall 4dd7f2ac54 MDL-72339 core_availability: Unsafe to use format_string in description
The availability condition get_description method is called while
gathering data for the modinfo object. As such it is not safe to
call other functions which might rely on modinfo, such as format_string
(if using filters which access modinfo).

This change provides a mechanism to call format_string later, and also
a general callback to do other stuff later as well if needed. It uses
the same approach already taken to make activity names work correctly
in the availability_condition class.
2021-10-06 11:28:26 +01:00
..
classes MDL-72339 core_availability: Unsafe to use format_string in description 2021-10-06 11:28:26 +01:00
lang/en MDL-61895 availability: Implement null provider for plugins 2018-04-08 14:21:31 +08:00
tests MDL-72339 core_availability: Unsafe to use format_string in description 2021-10-06 11:28:26 +01:00
yui MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-17 08:16:42 +00:00
version.php MDL-69475 versions: bump all versions and requires in master 2020-08-18 00:47:15 +02:00