Commit Graph

5 Commits

Author SHA1 Message Date
James C d21b833ef7 MDL-86959 course: Improve PHPDoc types for course code 2025-12-30 19:39:22 +13:00
Paul Holden 484faa9794 MDL-86810 completion: update module completion data correctly.
Ensure we check the correct field to determine form value.
2025-10-17 12:12:55 +01:00
Stevani Andolo 5906a94e29 MDL-85738 course: Add support for AI access controls 2025-09-03 18:30:24 +08:00
Mark Johnson 6abed1ad66 MDL-85551 questions: Creating a default category with a questions mod
When a new module that publishes questions is created, it does not have
a default question category created until it is viewed. This means that
other parts of the system that want to use the bank while its empty
(such as bulk moving questions) cannot see it.

This adds a step to the common edit_module_post_actions() function so
that any module supporting the FEATURE_PUBLISHES_QUESTIONS feature will
have its default category created with the module instance.

This can be overridden by setting skipdefaultcategory to true
in the $moduleinfo argument to edit_post_module_actions().
2025-08-12 14:03:26 +01:00
Andrew Nicols f747c15cbf MDL-83424 core: Restructure Moodle codebase 2025-07-12 17:51:38 +08:00