]> git.mjollnir.org Git - moodle.git/commit
MDL-11275 added (submissions). Also fixed :
authornicolasconnault <nicolasconnault>
Mon, 17 Sep 2007 17:31:48 +0000 (17:31 +0000)
committernicolasconnault <nicolasconnault>
Mon, 17 Sep 2007 17:31:48 +0000 (17:31 +0000)
commita5b8be622ca86216aac93a6980148f4b001e9a34
treefb969cbe7ace74228919be3384a5868659275a01
parent07a7d8592454393515e3288b60256920c300e89f
MDL-11275 added (submissions). Also fixed :
Issue:
    Teachers can edit grader report preferences (including switches for quickgrading and
    quickfeedback), but do not have access to the "Turn editing on/off" button, so they
    can't do quickgrading.
Solutions:
    1.Decouple the quickgrading and quickfeedback modes from the editing mode,
        and turn them on/off through the preferences page. New capability: moodle/grade:edit
        * preferences: don't show quickgrading if no capability grade:edit
        * If quickgrading is switched off as a preference and user doesn't have manage cap, show edit icons around grades when in editing mode
grade/edit/tree/grade.php
grade/lib.php
grade/report/grader/index.php
grade/report/grader/lib.php
grade/report/grader/preferences.php
grade/report/grader/preferences_form.php
grade/report/grader/tabs.php
grade/report/grader/version.php
lang/en_utf8/role.php
lib/db/access.php
version.php