moodle/lib/grade
Rajesh Taneja ebc09cc3ad MDL-43306 restore: Fix grade_item sortorder after restoring course
While restoring course/activity, restore will blindly insert grade_item
sortorder. Which cause dulicate sortorder and lead to unpredicatble sorting
results.

Now we will call grade_item::fix_duplicate_sortorder() after restore is finished
to fix duplicate sortorder and order grade items to the closest order possible
2014-01-15 13:31:57 +08:00
..
tests MDL-43306 restore: Fix grade_item sortorder after restoring course 2014-01-15 13:31:57 +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:58:26 +08:00
grade_grade.php MDL-28463 grades: use get_course() method 2013-10-29 11:33:55 +11:00
grade_item.php MDL-43306 restore: Fix grade_item sortorder after restoring course 2014-01-15 13:31:57 +08: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