nicolasconnault
|
795b745a63
|
MDL-19596 Added browser check and refactored fixed student column check into its own method. Merged from MOODLE_19_STABLE
|
2009-06-24 00:22:52 +00:00 |
|
nicolasconnault
|
ec3f20419a
|
MDL-19583 Showing outcomes in user report if enabled at site level. Merged from MOODLE_19_STABLE
|
2009-06-23 00:38:29 +00:00 |
|
skodak
|
17da2e6f28
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
|
tjhunt
|
bcfc87f5de
|
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
|
2009-06-15 07:00:08 +00:00 |
|
tjhunt
|
c28bf5c9f8
|
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
Also, some related JavaScript cleanup.
More to follow.
|
2009-06-15 05:37:57 +00:00 |
|
tjhunt
|
0287fe7e23
|
Fix package name.
|
2009-06-15 02:45:26 +00:00 |
|
skodak
|
fc29e51b2d
|
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
|
2009-06-13 18:34:43 +00:00 |
|
skodak
|
a8f3a651c0
|
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
|
2009-06-13 18:16:08 +00:00 |
|
tjhunt
|
18e8f3ab9e
|
Fix syntax error.
|
2009-06-12 10:13:01 +00:00 |
|
tjhunt
|
9a78a083f3
|
Kill use of deprecated parameter.
|
2009-06-12 10:05:16 +00:00 |
|
samhemelryk
|
d5c2872377
|
grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch
|
2009-06-05 09:40:54 +00:00 |
|
tjhunt
|
adf541d99a
|
grader preport: XHTML strict
|
2009-06-04 05:19:36 +00:00 |
|
skodak
|
2be0078162
|
MDL-19364 Create new category in tree doesn't check for advanced grade_item fields, thanks Daniel Neis
|
2009-06-03 08:57:01 +00:00 |
|
skodak
|
51d1bdba90
|
MDL-19378 fixed incorrect weight in category form; backported from STABLE
|
2009-06-03 08:52:53 +00:00 |
|
samhemelryk
|
63c00e30b1
|
gradelib MDL-19376 Fixed full view link
|
2009-06-03 04:09:33 +00:00 |
|
skodak
|
cd3a391cf5
|
MDL-19323 added missing support for localized floats + code cleanup; merged from MOODLE_19_STABLE
|
2009-05-30 13:01:20 +00:00 |
|
skodak
|
b925fe0a00
|
MDL-19323 added missing support for localized floats on category edit page + more cleanup; merged from MOODLE_19_STABLE
|
2009-05-29 17:30:53 +00:00 |
|
nicolasconnault
|
cf72e2dde3
|
MDL-19247 Minor adjustments to Moodle Coding Standard, mostly switching Errors to Warnings. Added a file to sniff out elseif declarations. Cleaned up grade/lib.php as an example (no more errors).
|
2009-05-19 21:17:54 +00:00 |
|
skodak
|
d714732db3
|
MDL-14831 adding warning - excluded grades are not compatible with sum agg
|
2009-05-08 20:07:33 +00:00 |
|
nicolasconnault
|
b31f8d294d
|
MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE
|
2009-05-08 13:31:30 +00:00 |
|
skodak
|
4b4c1d1d68
|
MDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE
|
2009-05-08 13:18:09 +00:00 |
|
nicolasconnault
|
33e2e92453
|
MDL-18402 Put default value of 1 for grade item's aggregationcoef if parent category's aggregation is weighted mean. Put 0 for gradepass if field is empty, and 0 for grademin if left empty. This prevents SQL errors because all three fields (aggregationcoef, gradepass and grademin) are non-NULL. Merged from MOODLE_19_STABLE
|
2009-05-08 07:23:51 +00:00 |
|
nicolasconnault
|
e3efd04c1e
|
MDL-16416 Created a new help file including explanations of extra credit for both "Sum of Grades" and "Mean with extra credit" aggregation types. This is used on the "Edit categories and items" page. Merging from MOODLE_19_STABLE
|
2009-05-08 06:30:46 +00:00 |
|
skodak
|
fa5ac78bed
|
MDL-19111 fixed dimming of hidden until items; merged from MOODLE_19_STABLE
|
2009-05-07 17:38:40 +00:00 |
|
skodak
|
572befbcf2
|
MDL-19101 scale selection validated on category edit form; merged from MOODLE_19_STABLE
|
2009-05-07 08:47:54 +00:00 |
|
skodak
|
d9be236f5d
|
MDL-19091 removed custom scales from different courses + added BC hack; backported from MOODLE_19_STABLE
|
2009-05-07 08:39:29 +00:00 |
|
nicolasconnault
|
28087eb710
|
MDL-12444 Removed aggregationview preference from category edit form. Merged from MOODLE_19_STABLE
|
2009-05-07 07:57:04 +00:00 |
|
skodak
|
d69ef28b77
|
MDL-19090 fixed user report preferences; merged from MOODLE_19_STABLE
|
2009-05-07 07:38:02 +00:00 |
|
skodak
|
b8a3724138
|
MDL-19088 fixed category aggregation limitations; merged from mOODLE_19_STABLE
|
2009-05-07 07:19:04 +00:00 |
|
skodak
|
1edd08ab56
|
MDL-19029 fixed validation problems; merged from MOODLE_19_STABLE
|
2009-05-06 18:50:52 +00:00 |
|
skodak
|
da2818d34c
|
MDL-19029 fixed validation problem in yui titles; merged from MOODLE_19_STABLE
|
2009-05-06 18:35:47 +00:00 |
|
skodak
|
bdfe0ef8c6
|
MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE
|
2009-05-05 11:53:20 +00:00 |
|
skodak
|
eeeb388f28
|
MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE
|
2009-05-05 11:43:13 +00:00 |
|
skodak
|
666979d32b
|
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
|
2009-05-04 13:15:00 +00:00 |
|
skodak
|
7a9ba4b4e2
|
MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE
|
2009-05-04 13:13:49 +00:00 |
|
skodak
|
48a4c84986
|
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
|
2009-05-04 12:55:20 +00:00 |
|
nicolasconnault
|
bd129497f7
|
MDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_19_STABLE
|
2009-05-04 12:30:03 +00:00 |
|
skodak
|
b0639b78d9
|
MDL-15801 fixed incorrect use of get complete user data function; merged from MOODLE_19_STABLE
|
2009-04-30 20:09:23 +00:00 |
|
skodak
|
1aee8c7e57
|
MDL-14561 fixed https issue in IE
|
2009-04-30 19:57:41 +00:00 |
|
skodak
|
18a003596b
|
MDL-19029 fixed incorrect closing of divs on grader report; merged from MOODLE_19_STABLE
|
2009-04-30 10:35:31 +00:00 |
|
skodak
|
ad310aa455
|
MDL-19029 xhtml strict; merged from MOODLE_19_STABLE
|
2009-04-30 10:16:34 +00:00 |
|
skodak
|
bccbd82fb8
|
MDL-19016 xhtml strict fix
|
2009-04-30 09:14:55 +00:00 |
|
skodak
|
30ebb74f44
|
MDL-18951 standardised group support in grader report
|
2009-04-30 09:00:43 +00:00 |
|
nicolasconnault
|
9e322c8c54
|
MDL-19028 Hiding hidden category from student report instead of grade items. See code diff for better explanation. Merged from MOODLE_19_STABLE
|
2009-04-30 08:40:22 +00:00 |
|
skodak
|
35079f539c
|
MDL-18951 standardised group support in grader report (not complete yet)
|
2009-04-30 08:07:43 +00:00 |
|
nicolasconnault
|
d0d1293d4c
|
MDL-19027 Added <th> for controls row in edit mode with screenreader and editing on. Merged from MOODLE_19_STABLE
|
2009-04-30 07:12:00 +00:00 |
|
skodak
|
30f188f0b4
|
MDL-13722, MDL-12909 - idnumber required in xml grade export, if not present do not show user in export preview; merged from MOODEL_19_STABLE
|
2009-04-29 20:58:06 +00:00 |
|
skodak
|
0febb12d93
|
MDL-16687 fixed incorrect sorting - thanks Philip Cali; backported from MOODLE_19_STABLE
|
2009-04-29 20:36:42 +00:00 |
|
skodak
|
039c3cdf7b
|
MDL-17829 category edit page cleanup
|
2009-04-29 15:15:47 +00:00 |
|
skodak
|
ffe7272e75
|
MDL-18991 proper locking of grade type and min/max when sum agg selected and other code cleanup
|
2009-04-29 15:04:31 +00:00 |
|