moodle/grade/edit/tree
2007-10-04 07:44:13 +00:00
..
action.php improved hiding support in grade/ 2007-08-09 16:19:06 +00:00
calculation.php MDL-10829 Added get_grade_item() to the grade_item class, for cases when we don't whether an object is a category or a grade_item. The new interface for viewing and adding idnumbers (no editing) is 99% finished. Help strings still to do. 2007-08-14 06:05:07 +00:00
calculation_form.php MDL-10829 Help page for the calculation field and interface 2007-08-14 08:30:10 +00:00
category.php MDL-10702 fixing handling of slashes in grade forms 2007-08-03 08:12:06 +00:00
category_form.php fixed wrong $options - this->keepdrop_options used instead 2007-09-15 13:23:28 +00:00
grade.php MDL-11433 Implemented grade_items.decimals instead of user preference in grader report. 2007-09-25 14:40:49 +00:00
grade_form.php MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon 2007-08-10 15:00:35 +00:00
index.php Fixing OU report issues 2007-09-26 12:25:16 +00:00
item.php MDL-11495 removed GRADE_DECIMALS_DEFAULT null constant, is_null() used instead for tests, -1 used in menu options 2007-09-28 11:08:44 +00:00
item_form.php MDL-11495 removed GRADE_DECIMALS_DEFAULT null constant, is_null() used instead for tests, -1 used in menu options 2007-09-28 11:08:44 +00:00
outcomeitem.php Instantiating a full $grade_item object, otherwise the get_displaytype() method is not available and causes a fatal error 2007-10-04 07:44:13 +00:00
outcomeitem_form.php MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon 2007-08-10 15:00:35 +00:00