| 1 |
/* $Id: CHANGELOG.txt,v 1.1.2.2.2.3 2009/01/13 19:28:12 mgn Exp $ */ |
/* $Id: CHANGELOG.txt,v 1.1.2.1 2008/12/20 04:13:12 mgn Exp $ */ |
| 2 |
|
|
| 3 |
Gradebook 6.x.2.x-dev, 2009-01-18 |
Gradebook 6.x.2.x-dev, 2009-01-31 |
| 4 |
---------------------- |
---------------------- |
| 5 |
|
- #367150 by MGN: Added file attachments for gradebook entries for teachers and students. |
| 6 |
|
This necessitated a new table gradebookapi_files, so its important to run update.php when |
| 7 |
|
upgrading. Also, many changes to gradebookapi to load, remove and otherwise manage these |
| 8 |
|
files. Added general gradebook configuration to allow students, teachers or both to attach files. |
| 9 |
|
- #367154 by MGN: Fixed pager support for gradebook pages with many assignments or edit forms |
| 10 |
|
with many grade entries. Added general gradebook configuration of the number of grades to display |
| 11 |
|
on a gradebook page. |
| 12 |
|
- by MGN: Redesigned grade_assigment_page and grade_student_page to call the same gradebook_grade_form. |
| 13 |
|
Less code to manage and a more consistent, uniform css-styled UI. |
| 14 |
|
- by MGN: Changed the {gradebookapi_grade} 'earned' field so it can be null. This allows for grades to be |
| 15 |
|
reset to null when the grade is edited, if desired. It was previously being reset to 0. This |
| 16 |
|
also required a couple of minor changes to the gradebookapi_calc_grades function because earned |
| 17 |
|
can be null even when $grade is not. |
| 18 |
|
- by MGN: Updated README.txt to explain new features. |
| 19 |
|
|
| 20 |
|
Gradebook 6.x.2.x-dev, 2009-01-20 |
| 21 |
|
---------------------- |
| 22 |
|
- #360414 by MGN: Added new feature to delete gradebook grades when account is deleted. |
| 23 |
|
|
| 24 |
|
Gradebook 6.x.2.x-dev, 2009-01-1 |
| 25 |
|
---------------------- |
| 26 |
|
- by MGN: added access gradebook permission. |
| 27 |
- #360407 by MGN: added export gradebook feature, borrowing heavily from the webform module. This |
- #360407 by MGN: added export gradebook feature, borrowing heavily from the webform module. This |
| 28 |
adds a menu local item to export the gradebook to Excel or text file. Most of the new code is in |
adds a menu local item to export the gradebook to Excel or text file. Most of the new code is in |
| 29 |
two include file gradebook_report.inc and gradebook_export.inc. To avoid code duplication, |
two include file gradebook_report.inc and gradebook_export.inc. To avoid code duplication, |
| 30 |
gradebook_gradebook_page() was modified to return rows for a text table when called with |
gradebook_gradebook_page() was modified to return rows for a text table when called with the |
| 31 |
the argument $export = TRUE. |
argument = TRUE. |
| 32 |
|
|
| 33 |
Gradebook 6.x.2.x-dev, 2009-01-17 |
Gradebook 6.x.2.x-dev, 2009-01-17 |
| 34 |
---------------------- |
---------------------- |
| 35 |
- rewrote hook_gradebookapi_teachers and hook_gradebookapi_students so creating a new drupal role does |
- by MGN: rewrote hook_gradebookapi_teachers and hook_gradebookapi_students so creating a new drupal |
| 36 |
not automatically give it teacher and student status. Also separated out common code into a helper |
role does not automatically give it teacher and student status. Also separated out common code into |
| 37 |
function _gradebook_gradebookapi_role to avoid code duplication. |
a helper function _gradebook_gradebookapi_role to avoid code duplication. |
| 38 |
|
|
| 39 |
Gradebook 6.x.2.x-dev, 2009-01-13 |
Gradebook 6.x.2.x-dev, 2009-01-13 |
| 40 |
---------------------- |
---------------------- |
| 41 |
- #358236 by MGN: incorrect use of url() in form redirect. |
- #358236 by MGN: incorrect use of url() in form redirect. |
| 42 |
|
|
| 43 |
Gradebook 6.x.2.x-dev, 2009-01-05 |
Gradebook 6.x.2.x-dev, 2009-01-08 |
| 44 |
|
---------------------- |
| 45 |
|
- by MGN: updating README.txt |
| 46 |
|
|
| 47 |
|
Gradebook 6.x.2.x-dev, 2009-01-07 |
| 48 |
---------------------- |
---------------------- |
| 49 |
- Added two forms to improve UI: |
- Added two forms to improve UI: |
| 50 |
- * grade all students for a select assignment, and grade all assignments for a selected student |
- * grade all students for a select assignment, and grade all assignments for a selected student |