مطالب مطرح شده توسط Martin Dougiamas

عکس Core developers عکس Documentation writers عکس Moodle HQ عکس Plugin developers عکس Testers
Hmm ... something is wierd ... I'm not sure you have a correct copy of the code.

Alex can you go to

Admin > Server > Debugging

And turn "debug" level to DEBUG_DEVELOPER and make sure debugdisplay is on.

Then visit the forum again and see what errors you get. Please follow up in MDL-16925
عکس Core developers عکس Documentation writers عکس Moodle HQ عکس Plugin developers عکس Testers
Thanks for reporting that, it looks like a bug caused when backporting MDL-14558 from 1.9. I've assigned someone to fix it and we'll redo the tagging for the 1.8.7 release later today.
عکس Core developers عکس Documentation writers عکس Moodle HQ عکس Plugin developers عکس Testers
Hmm ... interesting discussion. I'll probably put in my vote for something in the middle:

[module]: [MDL-123] [optional function_name() or other subarea] [what is fixed]


course/format/topics: MDL-3333 some_function(): fixed a typo

I would really like to explore how much of that we could automate, too, particularly the module part. The email is built up by a ruby program called cvsspam

http://www.badgers-in-foil.co.uk/projects/cvsspam/
عکس Core developers عکس Documentation writers عکس Moodle HQ عکس Plugin developers عکس Testers
Scales are treated internally as numbers with a maxgrade equal to the number of items in the scale which explains why you are seeing those percentages.

A feature was added recently in 1.9.x to allow you to turn the display of percentages off:

grade_report_user_showpercentage: See the much-voted-for feature MDL-15887

1.9.3 is imminent so you might like to upgrade to that.