Commit Graph

40 Commits

Author SHA1 Message Date
skodak 53ec9ce362 typo bug #4308 2005-11-10 10:17:33 +00:00
patrickslee 88fb90e9b4 Added default argument value for grade_category_select() to prevent error when calling without arguments 2005-10-26 22:28:26 +00:00
stronk7 70156ee3d4 Typo. Bug 3917. Credits for liling! B-)
(http://moodle.org/bugs/bug.php?op=show&bugid=3917)
2005-10-06 17:37:58 +00:00
michaelpenne eab678f193 Fixed Bug #3652 - Gradebook catagory detail group view not working. 2005-08-04 22:08:08 +00:00
skodak 47bd45c3f7 fixed 'AS' for PostgreSQL 2005-07-09 09:40:46 +00:00
michaelpenne b3faa81ad1 Fixed a bug with the grade_get_module_link where wouldn't return any results
Fixed styles for grade tables to be class="grades" for both category and overall view
Fixed styles with overall view to alternate row styles everyline rather than every three
2005-07-01 20:06:07 +00:00
fiedorow b4ddf27cdd Bug fix for bug #3613 2005-06-23 12:23:21 +00:00
stronk7 d27c760508 Modified the grades visualisation to make use
of styles a bit better. Works fine under standard
and wood personalise it aparently without problems.

Sure it can be improved...!
2005-06-15 00:24:24 +00:00
ikawhero 422eaecc13 Check array is initialised. Bug 3424. 2005-06-06 00:39:35 +00:00
ikawhero e4cedd797a Errors will now return to course page instead of site. Related to Bug 3418. 2005-06-05 23:57:19 +00:00
moodler 27437410f4 file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
stronk7 865e9a828c Now gradebook is using the new Excel generation API.
Added some !empty() checks to avoid excel file corruption
where there aren't users or grades.

Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 15:49:21 +00:00
moodler a844e88fff Removed optional_var 2005-12-07 03:19:20 +00:00
skodak 550c8b9cc2 Bug #4049 - Gradebook: Category names with a dot in them don't work correctly; merged from MOODLE_15_STABLE 2005-11-15 21:41:51 +00:00
skodak 90e7e9870c typo bug #4308; merged from MOODLE_15_STABLE 2005-11-10 10:18:21 +00:00
patrickslee c74ae30cc8 Added default argument value for grade_category_select() to prevent error when calling without arguments (Merged From MOODLE_15_STABLE) 2005-10-26 22:30:11 +00:00
stronk7 d662b0a070 Typo. Bug 3917. Credits for liling! B-)
(http://moodle.org/bugs/bug.php?op=show&bugid=3917)

Merged from MOODLE_15_STABLE
2005-10-06 17:40:43 +00:00
michaelpenne ee50df92a2 Fixed Bug #3652 - Gradebook catagory detail group view not working. 2005-08-04 22:07:39 +00:00
skodak 03c40bb7ec fixed 'AS' for PostgreSQL; merged from MOODLE_15_STABLE 2005-07-09 09:43:31 +00:00
michaelpenne 4e83cfdf26 Fixed a problem with grade_get_module_link
Fixed styles issues with tables class="grades" for both category and overall view
Fixed row styles for overall view to alternate every row rather than every 3
Fixed form processing code for grade letters to work correctly
2005-07-01 20:12:40 +00:00
fiedorow 97033c865c Bug fix for bug #3613 2005-06-23 12:37:19 +00:00
stronk7 e1540e50b7 Modified the grades visualisation to make use
of styles a bit better. Works fine under standard
and wood personalise it aparently without problems.

Sure it can be improved...!

Merged from MOODLE_15_STABLE
2005-06-15 00:26:34 +00:00
ikawhero 5fadde8389 Merged from MOODLE_15_STABLE
Check array is initialised. Bug 3424.
2005-06-06 00:41:05 +00:00
ikawhero 1eca613343 Merged from MOODLE_15_STABLE
Errors will now return to course page instead of site. Related to Bug 3418.
2005-06-05 23:59:12 +00:00
michaelpenne 67f4258145 Fixed links to help files. Help files were also added under /lang/en/help/grade to remain consistent with the site location of the gradebook as 'grade' 2005-05-16 20:20:31 +00:00
moodler 2cbf6b5a4e XHTML compliance, styles added for CSS (SE) 2005-05-13 08:29:56 +00:00
moodler e478f7b718 Changed the advanced features switch to a button (SE) 2005-05-12 08:38:40 +00:00
moodler 1d9498e455 Correct fix for bug 3192 2005-05-11 05:37:15 +00:00
michaelpenne caf0134981 fixed Bug #3192 - grades doesn't use 'uncategorised' as a string 2005-05-10 22:21:19 +00:00
defacer 914493e961 Fixing a bug, default value must be taken from the global $GRADEPREFSDEFAULTS. 2005-05-04 21:54:06 +00:00
moodler dd4fd4f931 Fixed a notice 2005-05-02 17:00:37 +00:00
michaelpenne 0edcd41925 updated code to delete database exception entries for grade items that no longer exist
also added link to to grade points that takes a user to the graded item
2005-04-20 20:25:26 +00:00
stronk7 0e60c77287 Now gradebook supports filterall. 2005-04-19 17:26:05 +00:00
michaelpenne 6cd8c59212 Fixed exception handling, students can now be reincluded in grading
Fixed drilldown by category view for students
Fixed download as text/excel this just shows raw points and a total
Changed tabbed view to only show advanced setting tabs if use advanced is set to yes
2005-04-07 20:47:03 +00:00
moodler b623ea5e78 Fixes to preferences and other stuff 2005-03-29 12:34:32 +00:00
moodler 5305e2eb48 Cleaning up some logic, removing unneeded functions 2005-03-29 09:25:31 +00:00
moodler a983b6ecfd Cleaning up gradebook nav bar calculation 2005-03-29 09:12:42 +00:00
moodler a0a83fca12 Don't display the Uncategorised VARIABLE in the header 2005-03-28 18:22:17 +00:00
moodler 281ffa4aaa OK, lots and lots of cleanups here. Too many to list, but lots of
logic fixes, API fixes, variable fixes etc ...  there is still plenty
to do but this is enough to check in and get others working on it.
2005-03-28 18:05:45 +00:00
moodler cbff94ba90 First cut of cleaned-up CDC gradebook. I've renamed some database fields,
moved things around, tried to make it more moodly.   Still needs plenty of
work!
2005-03-17 16:23:28 +00:00