moodle/lib/grade
sam marshall ddf368a213 MDL-44141 Completion: System updates data during restore
The completion system has code which is supposed to prevent it
updating completion status while grades are being restored. This
code was a nasty hack and had not worked for some time. As a result
completion dates were restored incorrectly.

This commit implements a 'proper' way to find out if a restore is
currently running, replacing the previous hack.
2014-03-18 13:31:34 +00:00
..
tests Merge branch 'wip-mdl-43306-m' of git://github.com/rajeshtaneja/moodle 2014-01-20 09:45:43 +08:00
constants.php MDL-31362 grade: removed GRADE_UPDATE_ITEM_DELETED as it is not genuinely being used anywhere 2012-03-03 10:00:01 +07:00
grade_category.php MDL-21180 Gradebook: Consistent handling of change in aggregation 2013-12-16 09:57:42 +08:00
grade_grade.php MDL-44141 Completion: System updates data during restore 2014-03-18 13:31:34 +00:00
grade_item.php MDL-44046 gradebook Reduce duplicates returned during sortorder fixing. 2014-02-07 09:29:12 -05:00
grade_object.php MDL-31487 fix FEATURE_CONTROLS_GRADE_VISIBILITY for quiz. 2013-08-08 10:03:47 +01:00
grade_outcome.php MDL-34465 - lib - Replacing get_context_instance with context_XXXX::instance (group 8) 2012-07-27 10:10:46 +08:00
grade_scale.php MDL-34465 - lib - Replacing get_context_instance with context_XXXX::instance (group 8) 2012-07-27 10:10:46 +08:00