Commit graph

9756 commits

Author SHA1 Message Date
Dan Marsden
2a4181a6fc SCORM MDL-23166 IE doesn't like it when we have form fields called "id" - this should be cm anyway. - thanks to Sam for help tracking this! 2010-07-09 08:03:51 +00:00
David Mudrak
32c78bc325 NOMDL workshop: added new toolbox viewlet, first tool lets you to clear aggregated grades 2010-07-09 07:55:23 +00:00
Dan Marsden
3d00d6ab02 SCORM MDL-23166 IE doesn't like it when we have form fields called "id" - this should be cm anyway. - thanks to Sam for help tracking this! 2010-07-09 04:18:15 +00:00
Piers Harding
0d55dd4d22 MDL-19442 - fix type cast of values for gradebook calculations 2010-07-08 18:22:53 +00:00
David Mudrak
eeb7d0f9f1 NOMDL workshop: display calculated grades when comparing assessments 2010-07-08 14:24:36 +00:00
David Mudrak
0047a64f68 NOMDL workshop: rubric grid layout fixed after recent addition of assessment setting form 2010-07-08 14:08:27 +00:00
Petr Skoda
9db7f99b3c MDL-23153 fixed incorrect string name 2010-07-08 13:24:24 +00:00
David Mudrak
2ffc732709 NOMDL workshop: CSS for rubric grading strategy moved to the plugin space 2010-07-08 13:19:35 +00:00
David Mudrak
926b9f8f6f NOMDL workshop: fixed regression caused by recent File API improvements 2010-07-08 12:35:20 +00:00
Dan Marsden
b326c85a36 SCORM MDL-21568 - provide a way for checking to see if these fixes were made on the 1.9 branch already. 2010-07-08 11:33:19 +00:00
Dan Marsden
07b21d0467 SCORM MDL-21568 - less efficient but more reliable cross-compatible db scripts. 2010-07-08 11:01:14 +00:00
Dan Marsden
793141476f SCORM MDL-21568 - add fix for whatgrade column - can't add this to newer upgrade functions as it will break any changes to scorms that have been created since. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch 2010-07-08 10:45:52 +00:00
Dan Marsden
03751efe8a SCORM MDL-21568 - use correct storing of grading method - remove old references to bad calls. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch 2010-07-08 10:40:46 +00:00
Dan Marsden
8d8740e900 SCORM MDL-22423 fix spacing 2010-07-08 09:47:17 +00:00
Dan Marsden
58b44e1ad3 SCORM MDL-22423 don't include empty raw scores from assets when calculating grade 2010-07-08 09:46:20 +00:00
Dan Marsden
4572edaa1c SCORM MDL-22954 fix typo 2010-07-08 09:23:36 +00:00
Andrew Davis
eac02096d6 forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging 2010-07-08 08:23:58 +00:00
Andrew Davis
b58bd1a2fa forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging 2010-07-08 08:08:16 +00:00
Martin Dougiamas
36c3fbe324 MDL-20069 Fixed a missing string 2010-07-08 06:46:14 +00:00
Dongsheng Cai
13ce122930 MDL-23142, Portfolio Export should require mod/assignment/lib.php thanks to Dan Marsden, and remove stored_file.php from portfolio 2010-07-08 04:49:46 +00:00
Martin Dougiamas
204f394e27 Converted some quiz events to use frankenstyle component names (spit) 2010-07-08 04:07:23 +00:00
Martin Dougiamas
dcffbe5411 MDL-21861 Made these assignment events more generic, so that they can be used by other activity modules (like Workshop etc). assessable_file_uploaded and assessable_files_done
We are doing it this way because MULTIPLE plagiarism **plugins** may need to handle these events using cron, so it's good to get them in a queue.

The other way to do this would be to call a function in plagiarism core and have that generate the event, but there is not really any advantage in that.   Conceivably something other than plagiarism plugins might be interested in these events later on.
2010-07-08 03:34:22 +00:00
David Mudrak
c2d2eb6ea0 NOBUG workshop: added field evaluation for future usage
The field holds the name of the grading evaluation method recently used
for the workshop or the default one to be used. At the moment there are
no alternatives but 'best' plugin. But I want to have the field there
before 2.0 stable release and also want to include it in workshop
backups.
2010-07-07 21:46:05 +00:00
Andreas Grabs
32d2ddab5d MDL-21227 - now templates can save images on course-context :). Thanks to Petr!!! 2010-07-07 21:37:10 +00:00
Eloy Lafuente
f2e34ee52b MDL-22245 backup - keep subplugin branches connected all the time. Thanks for spotting it David! 2010-07-07 17:26:34 +00:00
David Mudrak
ba2f16c9a7 MDL-21676 Fixed regression - typo in the table alias 2010-07-07 13:37:53 +00:00
aparup
dbd9b303cc Glossary MDL-23063 fixed bug with the way get_record was being called.. kudos to Stephen 2010-07-07 07:21:13 +00:00
Eloy Lafuente
3f9d86cd69 MDL-21432 backup - choice restore (missing steps). Enables activity settings 2010-07-06 22:38:53 +00:00
Petr Skoda
936a54ca05 MDL-23106 removing unused ratings upgrade code 2010-07-06 17:29:55 +00:00
Petr Skoda
2e0406a53a repeating upgrade typo fixed 2010-07-06 16:10:17 +00:00
Petr Skoda
6489e36131 fixed docs typos 2010-07-06 16:04:41 +00:00
Andrew Davis
6d2e69363d message MDL-23101 made email notifications of forum posts work 2010-07-06 08:59:39 +00:00
Andrew Davis
505ab5aaa0 message MDL-23101 made notifications of forum posts work 2010-07-06 07:42:29 +00:00
Dan Marsden
ab8049e868 NOBUG SCORM fix location of icon.gif 2010-07-06 03:39:41 +00:00
Piers Harding
e24445c7ce MDL-22954 - fix method of getting list of attempts, and display of grade (fixes regression) 2010-07-06 03:13:48 +00:00
Dan Marsden
3b4b776a25 SCORM AICC MDL-21354 use correct check for SCORM debug 2010-07-06 01:21:21 +00:00
Dan Marsden
a4c4962f1a SCORM AICC MDL-21354 improved debug handling for AICC objects - thanks to Matteo Scaramuccia for patch. 2010-07-06 01:16:55 +00:00
Dan Marsden
ce4f56bd3e Choice MDL-23092 don't start page output before redirect. 2010-07-05 23:02:17 +00:00
Dan Marsden
9b854b2d21 Choice MDL-23089 use correct strings - thanks to Brian Gray for report/fix 2010-07-05 22:56:24 +00:00
Eloy Lafuente
ffe5025874 NOBUG DB syntax - fix/improve some uses. I haven't tested completion, have you? 2010-07-05 22:48:07 +00:00
Dan Marsden
c83d9e12b9 Choice MDL-23088 fix old get_record call - thanks to Brian Gray for report/patch 2010-07-05 22:44:39 +00:00
Dan Marsden
7aba17d2af Choice MDL-23087 use consistant header with other modules 2010-07-05 22:42:46 +00:00
Tim Hunt
45c4a5c770 quiz MDL-21533 remove all mention of overlib from the quiz, by moving necessary code to qtype_multianswer, which is the only place it is used. 2010-07-05 16:55:39 +00:00
David Mudrak
37fb7c0e1d NOBUG: Fixing trivial variable name mismatch 2010-07-05 10:48:07 +00:00
Martin Dougiamas
e90debf1a0 NOBUG Removed an extraneous {$a} that wasn't needed because it was redundant ;) 2010-07-05 09:22:49 +00:00
Martin Dougiamas
9a5b90053b MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
 CPY [modulename,assignment],[pluginname,assignment]
 CPY [modulename,chat],[pluginname,chat]
 CPY [modulename,choice],[pluginname,choice]
 CPY [modulename,data],[pluginname,data]
 CPY [modulename,feedback],[pluginname,feedback]
 CPY [modulename,folder],[pluginname,folder]
 CPY [modulename,forum],[pluginname,forum]
 CPY [modulename,glossary],[pluginname,glossary]
 CPY [modulename,hotpot],[pluginname,hotpot]
 CPY [modulename,imscp],[pluginname,imscp]
 CPY [modulename,label],[pluginname,label]
 CPY [modulename,lesson],[pluginname,lesson]
 CPY [modulename,page],[pluginname,page]
 CPY [modulename,quiz],[pluginname,quiz]
 CPY [modulename,resource],[pluginname,resource]
 CPY [modulename,survey],[pluginname,survey]
 CPY [modulename,url],[pluginname,url]
 CPY [modulename,wiki],[pluginname,wiki]
 CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
Dan Marsden
4cec22dce6 SCORM MDL-23074 - fix regression - missing slash 2010-07-05 02:00:02 +00:00
Dan Marsden
b3611e0dda SCORM MDL-23053 add support for conditional activities - completion on view 2010-07-05 00:40:13 +00:00
Dan Marsden
624bcb1606 SCORM MDL-21989 improved english string to state that some browsers may prevent these settings. 2010-07-05 00:35:46 +00:00
Petr Skoda
1d797cace9 fixed recent regression 2010-07-04 20:05:53 +00:00