3090 Commits

Author SHA1 Message Date
skodak
d971525f28 fixed warning when no students graded yet (caused by useless assignment); merged from MOODLE_16_STABLE 2006-06-04 21:35:26 +00:00
vyshane
04678d8eca Fixed Bug #5354 - Gradebook [DropXLowest and Exclude] 2006-05-16 06:21:49 +00:00
toyomoyo
b0ef72a6f3 merged fix for 4404 2006-05-15 02:26:54 +00:00
skodak
7ceed560da added FIX ME notice into grade_get_users_by_group(), I did not fix it because I do not know what this function should return 2006-04-22 16:12:58 +00:00
toyomoyo
743500132c bug fix for 4724 2006-02-09 07:52:48 +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
skodak
454727f6c1 fixed warnings/errors in latest PHP versions; merge from MOODLE_15_STABLE 2005-10-30 22:16:41 +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
skodak
a6d933bea7 missing semicolon - merged from MOODLE_15_STABLE 2005-10-09 18:29:34 +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
e6d0653dc1 Fixed extraneous code, modified for PHP5 compliance, added isteacher() check 2005-09-27 17:36:22 +00:00
michaelpenne
ee50df92a2 Fixed Bug #3652 - Gradebook catagory detail group view not working. 2005-08-04 22:07:39 +00:00
michaelpenne
5817312070 Fixed bug with displaying the gradebook when it is only set to show percent to students
as described here http://moodle.org/mod/forum/discuss.php?d=27521
thanks to Nikki Macfarlane for detailed info
2005-07-18 18:24:42 +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
stronk7
894ff63f8f Tabs are out 2005-05-16 22:22:31 +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
stronk7
517d0b880f One more place to support filterall with activity names found. 2005-04-21 17:07:28 +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