]> git.mjollnir.org Git - moodle.git/commitdiff
Making the overview report viewable by student role by default
authornicolasconnault <nicolasconnault>
Mon, 8 Oct 2007 09:53:43 +0000 (09:53 +0000)
committernicolasconnault <nicolasconnault>
Mon, 8 Oct 2007 09:53:43 +0000 (09:53 +0000)
grade/report/overview/db/access.php
grade/report/overview/version.php
version.php

index 51c16f9f025a88c77125a4b17832680db9fede1a..fb8daf8a3ed25786fcbd4411a9dad58687633f00 100644 (file)
@@ -9,6 +9,7 @@ $gradereport_overview_capabilities = array(
         'legacy' => array(
             'teacher' => CAP_ALLOW,
             'editingteacher' => CAP_ALLOW,
+            'student' => CAP_ALLOW,
             'admin' => CAP_ALLOW
         )
     )
index 83613c966339e777e03ee335fecf6d687835794d..2e5e5f10597cb09cfbaa522cf00acc73dd193954 100644 (file)
@@ -1,6 +1,6 @@
 <?PHP // $Id$
 
-$plugin->version  = 2007073000;
+$plugin->version  = 2007100801;
 $plugin->requires = 2007072402;
 
 ?>
index d53afb9bf74d2ed7d598f4608fbf27ec348457e5..132c26a3abb28bc6f2ceb8bee08fbfdca7d95572 100644 (file)
@@ -6,7 +6,7 @@
 // This is compared against the values stored in the database to determine
 // whether upgrades should be performed (see lib/db/*.php)
 
-    $version = 2007100800;  // YYYYMMDD = date
+    $version = 2007100801;  // YYYYMMDD = date
                             //       XY = increments within a single day
 
     $release = '1.9 Beta +';   // Human-friendly version name