Well, Moodle is also notoriously known for unfinished/unmaintained parts of code and regressions in stable branch, sorry I am just trying to prevent this. I would like to work on new hooks and feature, but STABLE branch is clearly not a good place for this. Also Martin wants all core developers to concentrate on 2.0 and I agree with that. I personally think that enrolment events are more important than gradebook events, but we could not implement that for obvious performance problems with current roles design - I already proposed a solution and tested implementation, that is why I am oposing any new features with perf problems that would be fixed in my design.
I understand that partners and admins work mostly with stable branch and development in HEAD is not interesting for them and that is why the submit feature requests for already stable branches. If we want to make Moodle more reliable and stable should do this in HEAD only. This is a perfect example, this should have been already done in 1.9dev, not 1.9.6 - this feature may seem trivial, but in the end it might require weeks for implementation+testing, on the other hand if we do it in HEAD only it will be a few days of work and the testing would be done together with other changes later, there would be also 0% risk of regressions in stable branch. Once it lands in HEAD it would be much easier for you to backport it to 1.9x for your customers without the risk of unexpected changes in HEAD.
Well, it was but then we realised that the performance would be really horrible which was not an option
You can use automated grade exports for now if you need grades in external systems.
There is also the problem with gradeable roles, we do not really know if user is expected to have any grades in course when recalculating grades.
Another problem is that final grade values are calculated only when you actually need them, which means the external system would not be notified immediately.
I am afraid that triggering events separately for each grade might multiply the number of sql queries thus making grader report operations even slower.
I see you marked fix version 1.9.6, why? Are you going to work on this? Did anybody promise this feature to you?