]> git.mjollnir.org Git - moodle.git/commit
MDL-10386
authornicolasconnault <nicolasconnault>
Mon, 9 Jul 2007 19:59:45 +0000 (19:59 +0000)
committernicolasconnault <nicolasconnault>
Mon, 9 Jul 2007 19:59:45 +0000 (19:59 +0000)
commitce0c946a1fe5b6e2a7edcd175b79874a548b7aed
treec7b840445fd7f672e2e999710ca86474550cfeb7
parent72e42141cf89a1c12f078a9716528bf5006d330a
MDL-10386
- Renamed grade_report_shownotes preference to grade_report_showfeedback
- Added grade_report_quickgrading and grade_report_quickfeedback preferences
- Re-organised the grade_get_icons() function: The icons are all prepared first,
    then the preferences and conditions are applied to the selection of icons.
    This allows for a third $icons parameter, an array of icon names, which
    explicitly sets which icons should be returned by the function, regardless
    of preferences and options.
- Identified and fixed MDL-10391 bug with updating boolean user preferences (advcheckbox used)
grade/report/grader/index.php
grade/report/grader/preferences.php
grade/report/grader/preferences_form.php
grade/report/grader/settings.php
lang/en_utf8/grades.php
lib/gradelib.php
version.php