Commit Graph

66 Commits

Author SHA1 Message Date
nicolasconnault 7c08ef3653 Fixed MDL-8582
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.

Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
skodak 60f9e36ee8 MDL-8223 - last global $course hacks removed 2007-01-19 10:29:03 +00:00
martinlanghoff 1fd471a1c1 get_config() callers switched to expect a single value returned
This simplifies the logic in the callers -- a good hint that
that we are doing the right thing.
2007-01-16 23:27:14 +00:00
skodak 7150226896 MDL-7861 xhtml strict fixes - fixed all <br> in our code 2007-01-04 23:38:17 +00:00
skodak b7dc225654 MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
toyomoyo b034bdfffc MDL-7861, fixing broken tag 2006-12-22 02:51:41 +00:00
vyshane 5609f9e672 More fixes in grade_display_letter_grades(). MDL-7861. 2006-12-22 02:34:42 +00:00
vyshane 49b5477e07 xhtml fix in grade_display_letter_grades() for MDL-7861. 2006-12-22 02:26:09 +00:00
vyshane 0ca5abd67d xhtml fixes in grade_display_grade_weights() for MDL-7861. 2006-12-22 02:23:52 +00:00
vyshane 9d95a8dd08 xhtml fix in grade_display_grade_preferences(). For MDL-7861. 2006-12-22 02:14:28 +00:00
skodak 9c61ba4d88 MDL-7996 Add ods export support 2006-12-21 08:12:10 +00:00
vyshane 39f5a2bdf0 Fixed xhtml issues in grade_set_categories(). MDL-7861. 2006-12-21 07:43:29 +00:00
vyshane 60078fffdd Uncommented print_footer() in grade_stats() to make popup pass xhtml 1.0 strict validation. MDL-7861. 2006-12-21 07:39:52 +00:00
toyomoyo fc9b712ef3 fixing accessibility issues 2006-12-13 05:25:45 +00:00
toyomoyo 54926e7818 various accessbility fixes 2006-12-13 03:03:43 +00:00
toyomoyo 59fd781a66 fix for MDL-7481, grade book student view should have table headers 2006-12-01 08:31:15 +00:00
moodler f9c471dfd9 Merged MDL-7150 fixes (don't try to show grades when there aren't any) 2006-10-31 15:08:22 +00:00
toyomoyo 7f7d506381 merged fix for MDL-6895, adding optional param 2006-10-30 03:48:08 +00:00
moodler 0909d44eac Merged fixes for gradebookroles from stable MDL-7253 2006-10-29 15:02:45 +00:00
toyomoyo 5a412dbf8f merged, added new config variables to control what roles get shown in the grade book 2006-10-25 08:51:26 +00:00
skodak 91b678f306 Grades computed incorrectly if assignment name appears more than twice in a course MDL-6876 , patch submitted by Gary Anderson 2006-10-08 09:04:59 +00:00
skodak 6124048972 major whitespace cleanup - fixed tabs 2006-09-20 20:31:09 +00:00
toyomoyo 1c45e42e3c adding capabilities 2006-09-11 08:56:23 +00:00
skodak e91f3c2d6b fixed missing if (! 2006-09-06 10:15:05 +00:00
toyomoyo d02eededf7 adding capabilities 2006-09-06 08:55:23 +00:00
toyomoyo 0a8a95c91e some more UI stuff 2006-08-15 08:29:29 +00:00
toyomoyo dd91f41525 revert ugly changes back to original 2006-08-15 02:28:04 +00:00
toyomoyo 7e2d7c92ad some UI changes 2006-08-14 08:46:44 +00:00
skodak 8332de167d Bug #6134 - error of coding, in function grade_download_form(); merged from MOODLE_16_STABLE 2006-07-18 06:43:29 +00:00
stronk7 1cd1252752 Some minor changes in order to avoid some notices... 2006-06-25 10:16:45 +00:00
toyomoyo 5365eebf9f merged fix for 5814 2006-06-15 03:24:33 +00:00
skodak 9ef80fa4aa Bug #5663 - errors after changing grade weight; merged from MOODLE_16_STABLE 2006-06-08 06:39:14 +00:00
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
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