moodle/lib/grade
Damyon Wiese 031cf251c1 MDL-64878 grades: Rebuild cache on import
When the course module cache is out of date during a gradebook re-calculcation it throws
throws exceptions because the module cannot be found. This prevents access to gradebook or
any type of grading functions until the cache is rebuilt.

When the cache still has no module record we log an error and return the course context.
2019-02-27 10:37:31 +08:00
..
tests MDL-63591 core_grades: delete files when grade object is deleted 2018-11-21 16:15:12 +08:00
constants.php MDL-27520 core_grades: make constant names clearer 2018-10-17 15:57:27 +08:00
grade_category.php MDL-36255 core_grade: fix to ensure correct context used for filters 2018-08-22 17:55:50 +08:00
grade_grade.php MDL-63591 core_grades: delete files when grade object is deleted 2018-11-21 16:15:12 +08:00
grade_item.php MDL-64878 grades: Rebuild cache on import 2019-02-27 10:37:31 +08:00
grade_object.php MDL-63591 core_grades: delete files when grade object is deleted 2018-11-21 16:15:12 +08:00
grade_outcome.php MDL-36255 core_grade: fix to ensure correct context used for filters 2018-08-22 17:55:50 +08:00
grade_scale.php MDL-36255 core_grade: fix to ensure correct context used for filters 2018-08-22 17:55:50 +08:00