]> git.mjollnir.org Git - moodle.git/commit
MDL-9629 Beginning the edit category page. Also added dmllib::sql_max($field) and...
authornicolasconnault <nicolasconnault>
Thu, 24 May 2007 08:50:01 +0000 (08:50 +0000)
committernicolasconnault <nicolasconnault>
Thu, 24 May 2007 08:50:01 +0000 (08:50 +0000)
commit2186f72cb1af458ae6f8e40fb1e27b98592a4ba8
tree1585e3f382b1b36af9dd60671a96a39896c7d634
parent5114a1ac012bc819ea65f59dd0d3d095eea42531
MDL-9629 Beginning the edit category page. Also added dmllib::sql_max($field) and fixed a few bugs. Grade_item should now extrapolate its sortorder upon insertion if not set, by looking up the last sortorder in the table, and incrementing by 1.
lib/dmllib.php
lib/grade/grade_category.php
lib/grade/grade_item.php
lib/grade/grade_outcome.php
lib/grade/grade_tree.php
lib/simpletest/grade/simpletest/testgradetree.php