Commit graph

2008 commits

Author SHA1 Message Date
piers
e125e165f5 MDL-14492 - Provide feedback to user about redirect delay in loadsco.php. Add sanity checking for scorm_resize() as it tries to set -ve heights if user specifies a small area. Thanks francois. 2008-08-29 04:10:20 +00:00
piers
e4f976a896 MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. only set browsed status if the SCO hasn't set a status. 2008-08-27 23:24:38 +00:00
danmarsden
8ba4f1e03e MDL-16137 - clear scorm directory if it already exists 2008-08-27 22:38:52 +00:00
danmarsden
ea38a6b98a MDL-10767 - set values of checkboxes correctly 2008-08-27 22:02:16 +00:00
piers
9797d144b5 MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. Fix cmi.comments, and mastery_score checking. 2008-08-27 02:41:13 +00:00
piers
4eaaf0a60d MDL-15881 - Probable bug: Not able to update SCORM. 2008-08-24 23:02:09 +00:00
piers
a0b366843b MDL-16111 - SCORM grade not updated in Grader Report. Include grading by learning objects if status is complete. 2008-08-24 21:10:09 +00:00
piers
2aa9a35e4e MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool - add reference to SCORM, and SCO identifier. 2008-08-22 01:35:26 +00:00
piers
7ce6eb873d MDL-16111 - SCORM grade not updated in Grader Report. Make sure that lastattempt does not exceed maxattempts. 2008-08-22 01:30:28 +00:00
piers
5b4b959b5a MDL-15859 - [PATCH] Fixes for tests of '' on Oracle.$DB->sql_empty() changes. 2008-08-21 21:22:23 +00:00
piers
aee1652b55 MDL-13431 - SCORM results not transferring to Gradebook. remove add_to_log. 2008-08-21 09:09:44 +00:00
bobopinna
b44c704f05 MDL-14967 Upgrade all code using DML - fixed missing changes in scorm_get_scoes 2008-08-21 07:32:19 +00:00
piers
7ef16bf927 MDL-16111 - SCORM grade not updated in Grader Report. Thanks John Macklin. 2008-08-21 03:12:08 +00:00
danmarsden
ef7f7453c9 MDL-14620 - fix link to repository and tidy up using $CFG vars - missed a bit 2008-08-21 02:12:01 +00:00
danmarsden
d9397d51bc MDL-14620 - fix link to repository and tidy up using $CFG vars 2008-08-21 01:47:30 +00:00
piers
7bbb7f4974 MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool. 2008-08-21 00:36:12 +00:00
piers
1eb6604eb7 MDL-13431 - SCORM results not transferring to Gradebook. Add logging mechanism so that launched URI can be traced. 2008-08-20 23:30:26 +00:00
piers
4be9093068 MDL-13431 - SCORM results not transferring to Gradebook. Use the correct method for getting the course object. 2008-08-20 22:26:10 +00:00
piers
a6bd6132e6 MDL-13431 - SCORM results not transferring to Gradebook. Add logging mechanism so that SCORM API interaction with Moodle can be traced. 2008-08-20 22:23:08 +00:00
danmarsden
01e6c0307a MDL-16113 add warning to Scorm modedit page if slasharg is disabled. 2008-08-20 02:21:34 +00:00
tjhunt
43ba8d1c31 SCORM module XHTML strict fixes. 2008-08-19 06:59:17 +00:00
skodak
b8dddc9e37 MDL-16060 use old style slasharguments file.php link when launching scorm packages 2008-08-18 20:56:58 +00:00
skodak
775f811a66 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
piers
6280b17adb MDL-15859 [PATCH] Fixes for tests of '' on Oracle. 2008-08-15 03:30:05 +00:00
piers
773c264c3f MDL-13904 Scorm structure isn't respected after an update of the package. Incorrectly named table in a delete. 2008-08-15 01:00:35 +00:00
piers
7f4a32934d MDL-16055 PHP warning when creating new scorm activity. 2008-08-15 00:13:44 +00:00
piers
3fd25520c0 MDL-13904 Scorm structure isn't respected after an update of the package. This is a large change to the handling of SCORM package update - all SCOes are issued with a new id, and all references to the old ones are deleted. The scorm_scoes_track data is preserved by being reattached to the new SCO ids (unless they have been deleted). 2008-08-13 00:11:53 +00:00
piers
f5ca89f8b9 MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens. Only allow the overide of the height parameter if the user specifies. 2008-08-12 21:54:38 +00:00
piers
d49ad45872 MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens. Only allow the overide of the height parameter if it is less than the user specified (user specified is no allowed to be less than 400). Also - removed gratuitous use of whitespace. 2008-08-12 01:26:10 +00:00
piers
320f3aab82 MDL-14492 Provide feedback to user about redirect delay in loadsco.php. Add lang text for please wait. 2008-08-11 21:35:10 +00:00
piers
82605beaae MDL-11188 SCORM module does not respect "prerequisites" like it used to. MDL-12342 & signs in CDATA sections are imported as &. This is a rewrite of the prerequisite handling. 2008-08-07 21:44:42 +00:00
danmarsden
bd49de6457 MDL-15967 - must use full php tags, not shortags - thanks Urs 2008-08-07 20:46:20 +00:00
piers
dac958fc1b MDL-8193 Incorrect handling of quotes in SetValue processing - recoded so that it escapes all values passed from tracks. 2008-08-06 21:11:35 +00:00
piers
6aebf2e140 MDL-15943 Warning are displayed in a SCORM activity (thanks Dan). 2008-08-05 23:17:24 +00:00
piers
5b89dfbb74 MDL-15950 MDL-15640 - SCORM player.php not inserting footer, Showing SCORM participation report. (thanks Urs Hunkler and Mitsuhiro Yoshida). 2008-08-05 22:58:32 +00:00
piers
d5f3bdc985 MDL-10425 and MDL-12872 Firefox bugs String() handling on replace. enhanced rege xfor CMI data types. 2008-08-04 20:21:46 +00:00
piers
476c00cba5 MDL-14492 Provide feedback to user about redirect delay in loadsco.php. Change to use a single lang text. 2008-08-04 03:44:48 +00:00
piers
e4f781c9e2 MDL-14492 Provide feedback to user about redirect delay in loadsco.php. 2008-08-04 02:35:13 +00:00
piers
1436d5535c MDL-14457 SCORM module creating extra windows when opening module in a new window. 2008-08-03 21:58:15 +00:00
piers
c57ce9f251 MDL-14902 Missing column 'whatgrade' in prefix_scorm table. Is a DB patch (thanks Hans de Zwart). 2008-08-01 02:32:36 +00:00
piers
61fa8a09df MDL-15899 JavaScript error In IE7 when opening SCORM content in a new window. Fix spaces in popup name for fussy IE. 2008-07-31 22:16:30 +00:00
piers
2f60a9cb5b MDL-12222 Error adding cmi.session_time in SCORM 1.3 (patch thanks to Hector Gomis). Also - some syntax formating to stop errors in Eclipse highlighting). 2008-07-29 22:18:43 +00:00
piers
c6089d9352 MDL-14967 Upgrade all code using DML - a few missing bits in mod/scorm. 2008-07-29 01:01:36 +00:00
piers
52a9a9b549 MDL-9378 New visualisation for SCORM - modify CSS class names to make them more specific. 2008-07-29 00:42:28 +00:00
piers
07b905ae55 MDL-11137 Unable to locate API error - add check for empty array from DB interface (ksort complains), change deprecated get_records_select_menu() deprecated call. 2008-07-27 21:19:01 +00:00
danmarsden
658e25743a MDL-15747 typo 2008-07-27 20:21:08 +00:00
skodak
8eb1d25ffe MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
piers
45402fe989 MDL-11137 Unable to locate API error - remove comment code with bad characters. 2008-07-25 02:32:00 +00:00
piers
d4e9550a4f MDL-11137 Unable to locate API error - fix typo on var name - thank dan. 2008-07-24 23:53:56 +00:00
piers
3505e82b52 MDL-11137 Unable to locate API error - force a sort order on the cmi elements, and ensure correct type comparison when determining whether we have seen this objective id before. affects aicc, 1.2 and 1.3. 2008-07-24 23:08:30 +00:00