Posted by MGN on January 27, 2009 at 9:52pm
| Download | Size | md5 hash |
|---|---|---|
| gradebook-6.x-1.0-rc2.tar.gz | 26.12 KB | 4d795e6dadb5a3d9a40cea532ae5dcb5 |
| gradebook-6.x-1.0-rc2.zip | 30.89 KB | 9f1b7beab8284819fd6b144d26638638 |
Last updated: December 24, 2010 - 23:07
Changes since gradebook-6.x.1.0-RC1:
- by MGN: added access gradebook permission.
- by MGN: rewrote hook_gradebookapi_teachers and hook_gradebookapi_students so creating a new drupal role does not automatically give it teacher and student status. Also separated out common code into a helper function _gradebook_gradebookapi_role to avoid code duplication.
- #358236: Redirect when saving grade by MGN: incorrect use of url() in form redirect.
- by MGN: updating README.txt
- by MGN: various bug fixes