Commit graph

27042 commits

Author SHA1 Message Date
toyomoyo
3446013d45 MDL-10480, implement average grade selection 2007-07-18 08:03:38 +00:00
toyomoyo
61f774e8f6 merged fix for MDL-10469, users with doanything has no courses showing 2007-07-18 07:02:54 +00:00
toyomoyo
1ad2f41253 negative grades might be used so use null check instead. might break other db so might need a sql_null() function or something similar 2007-07-18 06:21:55 +00:00
moodler
a5431b72b0 Automatic installer.php lang files by installer_builder (20070718) 2007-07-18 06:17:19 +00:00
nicolasconnault
5e623a335f MDL-10345 Fixed bug that changed a null scale finalgrade to 1 due to passing through bounded_number(1, null, 3) 2007-07-18 05:17:45 +00:00
nicolasconnault
8c4d80f130 MDL-10392 completed: the finalgrade value wasn't assigned to the grade_grades object when its update() method was being called. 2007-07-18 03:57:50 +00:00
nicolasconnault
e7536c9222 MDL-10479 Done, but would be nice to middle-align the user names vertically. 2007-07-18 03:34:55 +00:00
nicolasconnault
025bc8d0b1 MDL-10477 Fixed a small bug in grade/edit/item.php , where I was testing for
if (!empty($data->pref_gradedisplaytype))

which returned false if the value was set to 0. I just changed !empty to isset and it fixed it.
2007-07-18 03:14:06 +00:00
toyomoyo
e4add64dff putting a space before { 2007-07-18 02:02:48 +00:00
skodak
ce86745870 MDL-10481 fixing broken form defaults - sorry 2007-07-17 19:38:27 +00:00
nicolasconnault
eff97ae081 minor edit 2007-07-17 19:28:22 +00:00
nicolasconnault
db4c796818 MDL-9628 Refactored display "Raw" string into "Real" to avoid confusion with raw vs final grades 2007-07-17 19:04:50 +00:00
stronk7
01516fd39a And key fields are lowercased too. End of MDL-10413
Merged from MOODLE_18_STABLE
2007-07-17 18:57:31 +00:00
stronk7
470617ba0a And index fields are lowercased too. Part of MDL-10413
Merged from MOODLE_18_STABLE
2007-07-17 18:55:51 +00:00
stronk7
40f5b3011a Ensuring we always retrofit lowercase tables. Part of MDL-10413.
Merged from MOODLE_18_STABLE
2007-07-17 18:49:22 +00:00
nicolasconnault
e50ce569d9 MDL-10481
Two new preferences: averagesdecimalpoints and rangesdecimalpoints
Two new constants: GRADE_REPORT_PREFERENCE_INHERIT and GRADE_REPORT_PREFERENCE_DEFAULT with string values
removed GRADE_REPORT_GRADE_DISPLAY_TYPE_INHERIT in favour of the above
Added a number of language strings.
2007-07-17 18:46:21 +00:00
tjhunt
4f2c86ad81 OU bug 3463 - warnings when you start an attempt in 'each attempt builds on last' mode. 2007-07-17 15:27:59 +00:00
skodak
83ae2001b9 MDL-10481 minor form cleanup - added prefix for preferences in element names, added header + temporary debug delay before redirect 2007-07-17 15:22:18 +00:00
nicolasconnault
501e0e346e MDL-10481 Elements added to form. item preferences not yet recognised by report. 2007-07-17 14:53:10 +00:00
skodak
2a8c101f69 MDL-10065 move lib/simpletest/grade/simpletest elsewhere
+ fixed categroy locking unittest and minor problem with return value
2007-07-17 14:25:20 +00:00
thepurpleblob
e8513d2ca0 MDL-10395:
Course managers are now displayed in the order that the user
selects in the Define Roles page.
2007-07-17 14:07:56 +00:00
thepurpleblob
d717df34e0 MDL-10495:
Course Managers role's now in same order as Manage Roles screen.
2007-07-17 13:13:35 +00:00
jgutierr25
df5b8b8895 test if auth cas activated and no parameters 2007-07-17 12:08:26 +00:00
jgutierr25
017f1a617d *** empty log message *** 2007-07-17 11:46:19 +00:00
moodler
7396696823 Moving simpletest to grade directory 2007-07-17 08:50:34 +00:00
toyomoyo
ffe8ee5506 allow comments, lock checking for xml plugin 2007-07-17 08:40:35 +00:00
moodler
6eb7645289 latest tags 2007-07-17 07:54:36 +00:00
skodak
128c87a442 MDL-10439 call definition_after_data() from moodleform constructor only when form submitted 2007-07-17 07:48:58 +00:00
nicolasconnault
2f61fc0ee6 MDL-10477 Implementing rangesdisplaytype, finishing off this task 2007-07-17 07:41:52 +00:00
skodak
cea2542bfe MDL-10111 aggragationcof for weighted categories and extra items in old gradebook 2007-07-17 07:24:35 +00:00
skodak
d30c44814b MDL-10438 inline docs added, moved $gpr into grade class 2007-07-17 06:09:03 +00:00
skodak
0610812aca MDL-10438 inline docs added 2007-07-17 05:52:42 +00:00
nicolasconnault
32ec523e68 removed accidentally added backup file 2007-07-17 05:25:31 +00:00
toyomoyo
b263e53907 fixing broken headers 2007-07-17 03:32:10 +00:00
toyomoyo
b9dba084ea merged fix for MDL-10475, adding override for legacy student roles before dropping studentcanpost 2007-07-17 02:47:48 +00:00
moodler
554e339b97 Latest tags file 2007-07-17 02:30:08 +00:00
urs_hunkler
f0e4a5ee4f Added check if $PAGE is set. Seams that $PAGE is not set on all pages. 2007-07-16 20:59:38 +00:00
stronk7
85250cb314 Adding some course->xxxx missing fields to backup & restore. MDL-10444
Merged from MOODLE_18_STABLE
2007-07-16 20:18:26 +00:00
nicolasconnault
bb384a8e29 MDL-10477 Mainly the percentage grade display type 2007-07-16 19:46:54 +00:00
urs_hunkler
fc1f65794c #admin-report-courseoverview-index .invisiblefieldset { display: block; } 2007-07-16 19:25:11 +00:00
skodak
3af29899bf MDL-10438 return tracking in grading forms; new grade plugin selector 2007-07-16 18:58:09 +00:00
skodak
c35075db50 MDL-10482 incorrect texarea height 2007-07-16 14:50:25 +00:00
tjhunt
46a29ccfec Add id="responseform" to the question preview form tag, to match the quiz form, to make life easier for Javascript on questions. Idea thanks to Adriane Boyd. 2007-07-16 13:32:52 +00:00
tjhunt
efe256e4a9 Stop the 'remove rqp' environment message from appearing after the question type is gone. 2007-07-16 13:23:13 +00:00
nicolasconnault
02d1e2cfa9 MDL-9629 New setting and language strings. Also using constants from gradelib in settings.php and preferences_form.php for grader report. 2007-07-16 09:18:02 +00:00
toyomoyo
66b9da277c average class/group should not take non-graded students into consideration 2007-07-16 09:03:23 +00:00
skodak
a8578a933b fixed css broken by edit_tree.php to tree.php renaming 2007-07-16 07:32:51 +00:00
skodak
b8e9305e70 use min max bounds in update_final_grade() 2007-07-16 07:16:08 +00:00
toyomoyo
ccb3f9d984 MDL-10474, fixing division by 0 2007-07-16 07:14:40 +00:00
moodler
e95e2f4ccf MDL-9628 FIxed the CSS for category headers 2007-07-16 07:06:51 +00:00