Posts made by Martin Dougiamas

Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
The grade_item contains all the info about that grade column. Maxgrade, mingrade, pass grade etc etc etc (there's a lot of stuff).

You cuold use grade_get_grade_items() just to get all these for a course in one step.

I've just asked Nicolas to implement all these now. MDL-9506
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Make sure you go to the latest 1.8.3+ first.

Groups in general was a bit unstable in early 1.8 versions (some new code for Groupings had to be backed out).

Most of the interface changes are for accessibility since three-pane interface didn't work well for large sites or those on screen-readers etc. If this doesn't matter to ro you then it might be possible for someone to patch the old interface in (but the changes are not minor).

Groupings returns strongly in Moodle 1.9 with some cool new features like being able to assign particular activities/resources to particular groups.