686 Commits

Author SHA1 Message Date
skodak
f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
dongsheng
9b6a1a4b66 "MDL-14129, fix print_error" 2008-05-14 08:24:19 +00:00
dongsheng
14398fd611 "MDL-14129, fix print_error" 2008-05-14 08:17:40 +00:00
dongsheng
f39c16e0f4 "MDL-14129, fix print_error" 2008-05-14 08:05:45 +00:00
dongsheng
1bb0aa0f06 "MDL-14129, fix print_error" 2008-05-14 07:24:28 +00:00
dongsheng
c7a4be5e63 "MDL-14129, fix print_error" 2008-05-14 07:04:09 +00:00
dongsheng
ffc1c10572 "MDL-14129, fix print_error" 2008-05-14 07:01:32 +00:00
nicolasconnault
b244b9b776 MDL-14163 YUI implementation complete, new grader_report preference and admin setting for enabling ajax. 2008-04-18 19:30:28 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak
e1f096fda4 cvs commmit notification test - fixed tabs; merged from MOODLE_19_STABLE 2008-04-02 06:43:42 +00:00
skodak
6d62a9d7ee MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE 2008-03-22 21:26:31 +00:00
skodak
94e7961403 MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE 2008-03-22 21:20:33 +00:00
skodak
85db09fb81 MDL-14021 replaced sloppy JOIN ON TRUE with CROSS JOINs - ora or ms does not like it; backported from MOODLE_19_STABLE 2008-03-22 20:23:06 +00:00
nicolasconnault
072901a9eb MDL-13789 Fixed the index file issue (with a hack) and also documented extra credits properly. 2008-03-21 15:05:51 +00:00
nicolasconnault
5ebce7bb5c MDL-13880 Overridden and excluded grades are now coloured with alternate row colours that override the default alternate row colours (gray). I also fixed the long-standing notice about aggregationposition. See attached patch. 2008-03-19 16:11:37 +00:00
skodak
5048575d7e MDL-13920 assignment without grades now sets text grade type, fixed overriding of feedback and overriding logic in general on grade edit page; merged from MOODLE_19_STABLE 2008-03-15 14:54:43 +00:00
skodak
25bcd90821 MDL-13845 rewritten rounding in grades classes again - rounding done also before storage into db so that we can compare the values properly and skip db updates if possible + some more optimisations; merged from MOODLE_19_STABLE 2008-03-12 19:45:17 +00:00
skodak
05aba805bb MDL-13895 incorrect title and alt on grade edit icon in gradebook reports; merged from MOODLE_19_STABLE 2008-03-11 23:59:55 +00:00
skodak
05d820ea4c MDL-13884 fixed incorrect left join, thanks Tim; merged from MOODLE_19_STABLE 2008-03-11 10:53:18 +00:00
skodak
09d0ef2137 MDL-13884 Students assigned at site or course category level do not appear in grader report; merged from MOODLE_19_STABLE 2008-03-11 09:51:31 +00:00
skodak
99ccfda8e2 MDL-13878 use ints for old values of scales in grader report; merged from MOODLE_19_STABLE 2008-03-10 20:25:29 +00:00
nicolasconnault
fe6caf18f7 MDL-13852 Fixed help string links. Merging from MOODLE_19_STABLE 2008-03-10 10:11:46 +00:00
skodak
67881aa801 MDL-13862 grader report - do not show column averages if error found; merged from MOODLE_19_STABLE 2008-03-10 09:33:09 +00:00
skodak
bf9211ef78 fixed db warning; merged from MOODLE_19_STABLE 2008-03-08 15:27:42 +00:00
tjhunt
7d69de1830 MDL-13836 - When grades are imported, list users who had grades imported, but who are not currenly in the course. 2008-03-07 17:30:54 +00:00
nicolasconnault
e64779883b MDL-12356 Patched grade_grade->is_passed() method so that it returns null when the gradepass value is null or equal to grademin, or when the finalgrade is null. Merging from MOODLE_19_STABLE 2008-03-07 14:09:43 +00:00
nicolasconnault
54294d3b09 MDL-13787 Updated get_pref() so that it looks up a short version of the config variable (grade_ instead of grade_report_) in case the first isn't set. It also returns null if no variable is found. Merging from MOODLE_19_STABLE 2008-03-05 07:10:16 +00:00
nicolasconnault
3908893554 MDL-13709 More lang fixes. Merging from MOODLE_19_STABLE 2008-03-03 10:54:21 +00:00
nicolasconnault
e61c1bee67 MDL-13709 66 new lang files, and links to these help files have been updated wherever found. Merging from MOODLE_19_STABLE 2008-03-03 10:30:11 +00:00
nicolasconnault
4de3322dc8 MDL-13709 66 new lang files, and links to these help files have been updated wherever found. Merging from MOODLE_19_STABLE 2008-03-03 10:25:37 +00:00
nicolasconnault
fb299d4750 MDL-13663 Updated the link to configshowquickfeedback. Merging from MOODLE_19_STABLE 2008-03-03 07:28:06 +00:00
moodler
68fdd78ab8 Merged MDL-13722 to make export preview work again 2008-03-02 15:16:20 +00:00
skodak
bbadce5351 fixed groups property typo; merged from MOODLE_19_STABLE 2008-03-01 16:20:30 +00:00
stronk7
94519ff59b Deletin the grader->get_numusers() method. I was doing some not
needed checks (I guess copied from load_users(), where they have
sense). Fallback to grade_report->get_numusers(), that looks ok. MDL-13403

Merged from 19_STABLE
2008-02-29 15:14:30 +00:00
nicolasconnault
6fd0984c24 Changing "overall average" to "Course average" in the outcomes report. Merging from MOODLE_19_STABLE 2008-02-28 15:52:23 +00:00
nicolasconnault
2673c733de MDL-13718 New icon for "locked" state icon, for grades whose grade item is locked. Merging from MOODLE_19_STABLE 2008-02-28 15:43:09 +00:00
nicolasconnault
a8b5167bbe MDL-13712 Fixed. Merging from MOODLE_19_STABLE 2008-02-28 12:41:26 +00:00
nicolasconnault
2e6f66afad MDL-13699 Followed Helen's instructions. Merging from MOODLE_19_STABLE 2008-02-27 18:46:20 +00:00
nicolasconnault
2ca093fa32 MDL-11924 Changed setting quickfeedback to showquickfeedback and added the toggle accordingly. Merging from MOODLE_19_STABLE 2008-02-27 17:06:06 +00:00
nicolasconnault
8f6fdf4335 MDL-13674 Course category fullname field is no longer required. If set to empty it will be recorded in the DB as ?, and the course name will be used instead wherever the category name is displayed. Merging from MOODLE_19_STABLE. 2008-02-27 12:48:20 +00:00
nicolasconnault
10957cf098 /MDL-13578 New links implemented. Merged from MOODLE_19_STABLE 2008-02-27 10:14:43 +00:00
skodak
ff1bc6034d MDL-13690 activity outcome items do not support calculation - remove calc icon; merged from MOODLE_19_STABLE 2008-02-27 10:11:22 +00:00
nicolasconnault
a1f21902d8 MDL-13647 Added new icon. Merging from MOODLE_19_STABLE. 2008-02-27 09:17:05 +00:00
skodak
7955c18a5a MDL-12497 fixed regressionwhen saving site letters, fixed redirect; merged from MOODLE_19_STABLE 2008-02-27 08:58:55 +00:00
nicolasconnault
05766b50c7 MDL-13579 Corrected a bug in default value selection for the grader report preferences form. Merging from MOODLE_19_STABLE 2008-02-27 07:51:38 +00:00
nicolasconnault
a2342ad3f0 MDL-13579 Reduced the setting to 3 locations. Merging from MOODLE_19_STABLE 2008-02-27 07:29:31 +00:00
nicolasconnault
c2acd8318b MDL-13663 Docs updated. Merging from MOODLE_19_STABLE 2008-02-26 10:00:10 +00:00
moodler
3674c3985e MDL-12294 Merged language fixes from stable 2008-02-26 08:02:16 +00:00
scyrma
050be63e0f MDL-10639 - Removed "Export" column - export all available outcomes (merge from 1.9) 2008-02-26 07:30:34 +00:00
skodak
8a59f28687 MDL-12909 do not included users without idnumber in xml grade export preview; merged from MOODLE_19_STABLE 2008-02-20 18:29:35 +00:00