/[drupal]/contributions/modules/gradebook/gradebookapi.install
ViewVC logotype

Log of /contributions/modules/gradebook/gradebookapi.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.2.4.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 22:11:59 2009 UTC (8 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.2.4.1.2.6: +6 -18 lines
Diff to previous 1.2.4.1.2.6 , to branch point 1.2.4.1
* by MGN: restructured new gradebook features into submodules gradebook_responses, gradebook_attachments,
  and gradebook_scales. All of these submodules are optional.
* by MGN: Added new feature to assign a student response type, and incorporate links to student
  responses on the gradebook_grade_form.
* by MGN: Added new feature to allow teachers to weight gradebook categories in their gradebooks.
* by MGN: Added new feature to allow teachers to create, edit and assign gradebook scales to assignments.
* by MGN: Additional themeing of the gradebook_grade_page to alert teacher and student of attachments
  and/or student responses.

Revision 1.2.4.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 03:44:52 2009 UTC (9 months ago) by mgn
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.2.4.1.2.5: +12 -3 lines
Diff to previous 1.2.4.1.2.5 , to branch point 1.2.4.1
#382254 by MGN: Fixed two file support bugs reported by bdangelo and madflute.
* by MGN: database modification: changed {gradebookapi_files} primary key to ('fid', 'nid'),
  and make fid field NOT NULL (since its a primary key).

Revision 1.2.4.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 06:03:18 2009 UTC (9 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.2.4.1.2.4: +16 -4 lines
Diff to previous 1.2.4.1.2.4 , to branch point 1.2.4.1
* by MGN: Modified earned and possible fields in gradebookapi database tables to be of type float
  instead of int. This will make future grade conversions/scales easier to implement later
  and allows for fractional points now.
* by MGN: Implemented hook_block to provide a block that lists all the current assignments for a
  student or teacher that will be due in the future. The list is sorted by gradebook and
  then by due date. The assignment titles are given, along with the total possible points
  and the date due. The assignment title links to the assignment node.
* by MGN: To allow finer control over the date settings (hours and minutes), I implemented a date_popup
  element from the date api. I don't want to require dateapi for this module, so its an
  optional feature. On the gradebookapi admin screen there is a checkbox which will enable the
  use of date_popup on the assignment forms. Leave it unchecked if you don't want it.
* by MGN: Added a custom date format element to the gradebookapi admin form. This optionally sets the
  date format used in the assignment block and and on the gradebook page.

Revision 1.2.4.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 05:11:47 2009 UTC (9 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.2.4.1.2.3: +48 -1 lines
Diff to previous 1.2.4.1.2.3 , to branch point 1.2.4.1
* #367150 by MGN: Added file attachments for gradebook entries for teachers and students.
  This necessitated a new table gradebookapi_files, so its important to run update.php when
  upgrading. Also, many changes to gradebookapi to load, remove and otherwise manage these
  files. Added general gradebook configuration to allow students, teachers or both to attach files.
* #367154 by MGN: Fixed pager support for  gradebook pages with many assignments or edit forms
  with many grade entries. Added general gradebook configuration of the number of grades to display
  on a gradebook page.
* by MGN: Redesigned grade_assigment_page and grade_student_page to call the same gradebook_grade_form.
  Less code to manage and a more consistent, uniform css-styled UI.
* by MGN: Changed the {gradebookapi_grade} 'earned' field so it can be null. This allows for grades to be
  reset to null when the grade is edited, if desired. It was previously being reset to 0. This
  also required a couple of minor changes to the gradebookapi_calc_grades function because earned
  can be null even when  is not.
* by MGN: Updated README.txt to explain new features.

Revision 1.2.4.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 15:51:27 2009 UTC (10 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.2.4.1.2.2: +0 -0 lines
Diff to previous 1.2.4.1.2.2 , to branch point 1.2.4.1
by MGN: Added two forms and modified gradebook_page to improve UI.
* Added form to grade all students for a select assignment, another to grade all assignments for a selected student.
* Added divs for form elements to permit form layout through CSS (not yet implemented in gradebook.css).
* Split off page callbacks into either gradebook.pages.inc (display/edit grade) or gradebook.category.inc
* to reduce size of gradebook.module.
* Reworked theme_gradebook_page and gradebook.css to improve css control of formating on gradebook_page.
* Added assignment class average row to gradebook_page.

Revision 1.2.4.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 02:43:48 2009 UTC (10 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.2.4.1.2.1: +18 -2 lines
Diff to previous 1.2.4.1.2.1 , to branch point 1.2.4.1
MGN: fixed bug in update from 6.x.1.x to 6.x.2.x

Revision 1.2.4.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 01:15:11 2009 UTC (10 months, 3 weeks ago) by mgn
Branch: DRUPAL-6--2
Changes since 1.2.4.1: +29 -1 lines
Diff to previous 1.2.4.1
MGN: add date support to gradebook 6.x.2.x development

Revision 1.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 03:27:13 2008 UTC (11 months, 1 week ago) by mgn
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Branch point for: DRUPAL-6--2
Changes since 1.2: +61 -52 lines
Diff to previous 1.2
Initial commit of DRUPAL-6--1 branch

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 7 05:25:53 2007 UTC (2 years, 7 months ago) by rwohleb
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
* Initial support for Drupal 5
* Fixed 'default' SQL bug in text/blob field for MySQL

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 23:36:09 2006 UTC (3 years ago) by rwohleb
Branch: MAIN
Branch point for: DRUPAL-4-7
Moved gradebook.install to gradebookapi.install

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2