skodak
|
d46306de6a
|
MDL-9848 eventslib improvements and cleanup
|
2007-05-22 10:26:29 +00:00 |
|
toyomoyo
|
f5f4967e7d
|
some clean ups for gradebook import/export
|
2007-05-22 02:05:00 +00:00 |
|
toyomoyo
|
d961705032
|
bug fixes for gradebook import/export
|
2007-05-18 08:49:00 +00:00 |
|
toyomoyo
|
85e287deaa
|
development code, missing GUI and formslib for second form
|
2007-05-17 08:55:29 +00:00 |
|
toyomoyo
|
2becf502b3
|
fixing footer
|
2007-05-17 08:53:56 +00:00 |
|
skodak
|
68d0c80c21
|
MDL-9761 Student's Gradebook view doesn't follow defaults establ;ished by the Instructor; patch by Jason Skinner; merged from MOODLE_18_STABLE
|
2007-05-16 20:25:12 +00:00 |
|
toyomoyo
|
985d1ee11b
|
new grade book export plugins development
|
2007-05-16 08:21:46 +00:00 |
|
toyomoyo
|
a2422359a0
|
fixing grade exports
|
2007-05-15 08:49:49 +00:00 |
|
toyomoyo
|
7f999ccbdc
|
adding csv plug in code, with no event handler
|
2007-05-14 09:24:09 +00:00 |
|
toyomoyo
|
1b07462560
|
added code to write back timestamp
|
2007-05-11 09:08:30 +00:00 |
|
toyomoyo
|
a216f661d6
|
grade export plugins
|
2007-05-10 09:29:58 +00:00 |
|
toyomoyo
|
f67e327e37
|
adding support for specific item ids and text feedbacks
|
2007-05-09 08:45:25 +00:00 |
|
toyomoyo
|
c10ddfb3c0
|
Adding gradebook base class and export plugins. Refactored from old gradebook. Untested code.
|
2007-05-08 08:59:41 +00:00 |
|
moodler
|
a788917045
|
Added some dummy files to help define the export/import structure for grades
|
2007-04-23 06:52:07 +00:00 |
|
moodler
|
7eb9aeef43
|
Some dummy files to define the grade reports structure
|
2007-04-23 06:49:24 +00:00 |
|
toyomoyo
|
2d7617c67f
|
merged fix for MDL-9185
|
2007-04-04 04:05:53 +00:00 |
|
toyomoyo
|
102b6e3385
|
merged fix for MDL-8821, do not display grade table when no grade
|
2007-03-12 07:01:09 +00:00 |
|
moodler
|
6ba65fa08d
|
Merged Nicolas' changes from MDL-8582 into HEAD.
|
2007-02-28 06:25:22 +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 |
|
moodler
|
f4ba7e1a54
|
Bend over for XHTML 1.0 Strict ... MDL-8049
Removed Javascript language attribute tags and added CDATA
|
2007-01-03 14:44:17 +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
|
dc5586907d
|
replacing deprecated calls and references to capability calls
|
2006-09-20 09:00:04 +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
|
3924b9884b
|
adding capabilities
|
2006-09-05 08:50: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 |
|