MDL-10478 Added category preference aggregationview. This one is linked with the...
commit8c5a416edd721729802469fc863772b70b9e278d
authornicolasconnault <nicolasconnault>
Wed, 18 Jul 2007 14:54:35 +0000 (18 14:54 +0000)
committernicolasconnault <nicolasconnault>
Wed, 18 Jul 2007 14:54:35 +0000 (18 14:54 +0000)
treefc6b9e28b7c925eb66732b80f2b01703d26ee551
parentb60af635df537f1ebdd16a3b052fe65e254b4f02
MDL-10478 Added category preference aggregationview. This one is linked with the more global preferences and $CFG. However, a category-specific preference needs implementing: grade_report_categorystate{$catid}, which equals GRADE_CATEGORY_EXPANDED or GRADE_CATEGORY_CONTRACTED. I've written a stub in grade/report/grader/lib.php around line 492 for pruning out the grade_tree according to these prefs.

We'll also need to implement the actions for the -/+ icons.
grade/edit/category.php
grade/edit/category_form.php
grade/edit/item.php
grade/edit/item_form.php
grade/report/grader/lib.php
grade/report/lib.php
lang/en_utf8/grades.php
lib/grade/grade_item.php