jamiesensei
f17a34b5ef
MDL-15011 "grading report : allow user to select to grade next 10 ungraded attempts" added a new link and options to the grading report page to display only the next 10 ungraded attempts to grade. Also some fixes for faulty sql for ungraded option which was not respecting the users groups selection.
2008-05-29 14:14:27 +00:00
thepurpleblob
e60d5b2676
MDL-15043
...
No need to use $USER in the log write call, it's the default
2008-05-29 12:49:29 +00:00
thepurpleblob
ac1dc9845a
MDL-14854
...
Changed the language strings to something more sensible as per Petr's comments.
2008-05-29 10:53:30 +00:00
dongsheng
db81d37be3
"MDL-15037, remove "None" in html head, merged from MOODLE_19_STABLE"
2008-05-29 03:22:30 +00:00
dongsheng
94603bfcf5
"MDL-14129, add lang string"
2008-05-29 02:50:10 +00:00
dongsheng
50fb3673ba
"MDL-14129, fix print_error"
2008-05-29 02:49:39 +00:00
dongsheng
7211cf6e15
"MDL-14129, add new lang string"
2008-05-29 02:23:08 +00:00
dongsheng
3f4891b4ea
"MDL-14129, fix print_error"
2008-05-29 02:22:37 +00:00
moodlerobot
983f6f1b18
Updated the HEAD build version to 20080529
2008-05-29 01:57:19 +00:00
mchurch
4cd0d3a012
MDL-15035 - Changed error message to more meaningful one.
2008-05-28 15:01:50 +00:00
robertall
8f31ccd51a
[MDL-14442] Resolve reopened bug for importing database records as CSV by applying "MDL-14442-clean_param.patch" (see tracker). Don't use PARAM_NOTAGS anymore. Merged from MOODLE_19_STABLE.
2008-05-28 13:10:58 +00:00
robertall
aa40f47a87
[MDL-8407] Finish preparation of language strings required to allow exporting records of a database avtivity. Merged from MOODLE_19_STABLE.
2008-05-28 12:23:38 +00:00
robertall
7048e9a4f6
[MDL-8407] [MDL-14129] Fix little typo in error message 'invalidcourseid'. This error message will be used for solving MDL-8407. Same message has already been committed to MOODLE_19_STABLE.
2008-05-28 11:27:51 +00:00
scyrma
4638009bfc
MDL-15032: add quotes to make it possible to correctly send files with names containing spaces (merge from 1.9)
2008-05-28 07:44:35 +00:00
dongsheng
5891220d1f
"MDL-15031, fix order of the user fields, see tracker, merged from MOODLE_19_STABLE"
2008-05-28 07:41:23 +00:00
scyrma
5e19ea3206
MDL-13792: fixing problem in the previous patch, where filename contain spaces (merge from 1.9)
2008-05-28 05:17:13 +00:00
moodler
542351270d
Updated tags again with abstract classes etc
2008-05-28 03:49:54 +00:00
moodler
ad294385dd
New, much smaller tags file (just functions)
2008-05-28 03:46:02 +00:00
jerome
162ad76dac
MDL-14698 Improve language in actions list on course participants page, merged from 19
2008-05-28 03:13:11 +00:00
jerome
91d8d9a020
MDL-14765 Assignments email teachers on any submission (only if Alert teacher = Yes AND Send for making = No), merged from 19
2008-05-28 02:07:06 +00:00
moodlerobot
db8a03dfcc
Updated the HEAD build version to 20080528
2008-05-28 01:56:05 +00:00
dongsheng
5e1062a6b2
"MDL-14932, accessibility imporvement, see tracker, merged from MOODLE_19_STABLE"
2008-05-28 01:48:25 +00:00
dongsheng
7f2f55a0e1
"MDL-12405, add webpage to user fields, merged from MOODLE_19_STABLE"
2008-05-28 01:39:05 +00:00
tjhunt
c0ffeb3969
MDL-14764 - Imported multichoice questions may have a blank answernumbering value, which results in an "ERR" prefix to all answers' text. Thanks to Nate H for the fix.
2008-05-27 13:42:27 +00:00
skodak
568df4756a
MDL-15020 fixed typo causing deleting of all roles and contexts - thanks Joseph!
2008-05-27 13:26:00 +00:00
tjhunt
5412cd289a
MDL-14593 - delete icons in the question bank do not work. This was a regression caused by part of the fix for MDL-13982. I hvae reverted that bit for now, pending a better solution.
2008-05-27 10:35:13 +00:00
sam_marshall
db880aea30
MDL-15015: oops, had one extra line in the HEAD version
2008-05-27 10:22:07 +00:00
sam_marshall
c75ba879bb
MDL-15015: Choice limited answers don't work with group mode
2008-05-27 10:16:25 +00:00
skodak
4e9ca99131
MDL-15007 is_aggregationcoef_used should be public
2008-05-27 09:34:03 +00:00
skodak
727c22375f
MDL-14995 fixed param typo
2008-05-27 09:32:05 +00:00
robertall
02ee7f3721
[MDL-14788] Don't store empty number fields as 0
2008-05-27 07:43:14 +00:00
agrabs
bfc59a6763
mistake in writing on update the multichoice-items
2008-05-27 05:00:58 +00:00
dongsheng
cc10a82c50
"MDL-14129, add new lang string"
2008-05-27 04:46:33 +00:00
dongsheng
ba13ec9016
"MDL-14129, fix print_error"
2008-05-27 04:45:01 +00:00
dongsheng
c1bb916281
"MDL-14129, add new lang string"
2008-05-27 03:21:25 +00:00
dongsheng
1e1c7d810c
"MDL-14129, fix print_error"
2008-05-27 03:20:47 +00:00
moodlerobot
afd0ff50b0
Updated the HEAD build version to 20080527
2008-05-27 01:57:57 +00:00
jamiesensei
d842c35907
MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total attempts there are on the quiz and how many in this group would make UI clearer" oops. Put the clear:both in the wrong place.
2008-05-26 14:38:48 +00:00
jamiesensei
ee5163b051
MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total attempts there are on the quiz and how many in this group would make UI clearer" added call to function and fixed centering of notice on overview and grading report by adding a clear:left to stop the centering being affected by the groups menu.
...
merged from 1.9 branch
2008-05-26 14:26:24 +00:00
jamiesensei
a76a131ab5
MDL-12824 "Essay type of quiz questions needs to color mark which students have been graded and which have NOT"
...
Fixing notices introduced by the changes for this bug in grading report when no question is selected.
2008-05-26 13:18:46 +00:00
jamiesensei
f522bf51be
MDL-14988 "tables have been hardcoded with a prefix of "mdl" - causing an error." Ooops!
2008-05-26 12:51:04 +00:00
jamiesensei
686e602047
MDL-12824 "Essay type of quiz questions needs to color mark which students have been graded and which have NOT"
...
As well as highlighting graded questions with a new CSS class highlightgraded which is a yellow bg in the standard theme, have also added the option to grade all ungraded attempts for a question.
2008-05-26 12:47:42 +00:00
jamiesensei
db0cc0fce7
MDL-15000 "Moodle url method remove_params doesn't actually remove anything" Fixed.
2008-05-26 11:50:51 +00:00
jamiesensei
720be6f2c3
MDL-5241 "When manually grading, identity questions by their number within the quiz as well as by question name"
...
Also added a drop down box to select question to mark instead of the viewquestions table. The drop down box is available at the top of every page, but only if there is more than one manually gradeable question in the quiz. If there is only one question it is automatically selected for marking.
Also added a new constant QUESTION_EVENTS_GRADED during a general refactoring of UI code in grading report and some improvements to efficiency of SQL in report.
Merged from Moodle 1.9 branch
2008-05-26 11:39:51 +00:00
nicolasconnault
5b0af8c5e3
MDL-14967 More upgrades
2008-05-26 05:06:01 +00:00
moodlerobot
3081320927
Updated the HEAD build version to 20080526
2008-05-26 02:01:14 +00:00
stronk7
48a3428038
Latest changes to orcle driver. All old code is out + bug fixing in
...
oracle_dirty_hack. MDL-14888
2008-05-26 00:39:24 +00:00
skodak
72e949b8ce
MDL-14957 get_columns() improvements
2008-05-25 23:17:21 +00:00
skodak
e108cea45f
MDL-14957 fixed get_indexes() comments
2008-05-25 22:25:17 +00:00
stronk7
5b110d7b73
More changes to Oracle driver + fixing some bugs. More coming soon. MDL-14888, MDL-14986
2008-05-25 22:23:27 +00:00