- Aug 10, 2024
-
-
Ilya Tregubov authored
-
Ilya Tregubov authored
-
- Aug 09, 2024
-
-
Ilya Tregubov authored
-
Ilya Tregubov authored
- Aug 08, 2024
-
-
-
-
Removes the default null value from the deprecated parameter $course, which was introduced as part of its deprecation. Since PHP 8.0, it is deprecated to declare functions where an optional parameter is followed by a required parameter, as is the case here. Therefore, the default value needs to be removed.
-
-
-
-
Ensure the admin preset export tool has an accurate record of each, to be observed as sensitive settings when creating an export.
-
- Aug 07, 2024
-
-
Mihail Geshoski authored
Deprecates the $course parameter in the constructor of the core_course\output\actionbar\group_selector class. This parameter is no longer used, as the $course object can now be obtained through the $context class property. Additionaly, the $course class property has been removed in accordance with this change.
-
Mihail Geshoski authored
The group selector renderable class should extend the comboboxsearch renderable class to eliminate the need for initializing the comboboxsearch object within the export_for_template() method and to prevent duplicating the get_template() method.
-
Mihail Geshoski authored
This change ensures that the group selector correctly appears on the submission page, adhering to the assignment's group mode settings or the enforced group mode set by the course.
-
Mihail Geshoski authored
The group selector component should be sensitive to the current context to ensure accurate validation and retrieval of group settings (e.g. group mode).
-
-
-