]> git.mjollnir.org Git - moodle.git/commit
MDL-9629 Changed grade_item.gradetype default to 1, added GRADE_TYPE_NONE constant...
authornicolasconnault <nicolasconnault>
Tue, 5 Jun 2007 08:50:24 +0000 (08:50 +0000)
committernicolasconnault <nicolasconnault>
Tue, 5 Jun 2007 08:50:24 +0000 (08:50 +0000)
commit210611f6eed4a956f00143f67d5aaf6d55fd8468
tree95646917138395e6b0e38d3af859034fc29365ec
parent209596cb6af65080f26ec40b27fdf76ed6110035
MDL-9629 Changed grade_item.gradetype default to 1, added GRADE_TYPE_NONE constant = 0, incrementing existing constants by 1. Set up auto-generation of idnumber for grade_item if itemmodule and iteminstance are set, only a temporary stub if they are not set (must be replaced by correct generation code). New category form now has server-side validation (not using formslib)
grade/report/grader/category.php
lang/en_utf8/grades.php
lib/db/install.xml
lib/db/upgrade.php
lib/grade/grade_category.php
lib/grade/grade_item.php
lib/grade/grade_tree.php
lib/gradelib.php
lib/simpletest/grade/simpletest/testgradecategory.php
version.php