85 Commits

Author SHA1 Message Date
Piers Harding
22a796743b MDL-23751: fix broken scomr API debug.
Fix continue and previous (Auto).
2010-08-17 04:03:44 +00:00
Dan Marsden
31845fcdd1 SCORM MDL-22951 - remove old string - uses new JS to provide errors on pop-ups 2010-07-25 23:47:33 +00:00
Piers Harding
fe3b9da3fa MDL-22951 - do popup blocking detection, and fix double open on popup 2010-07-25 22:54:29 +00:00
Piers Harding
eea0c8eaa7 MDL-22951 - implement the datamodel, and prereq handling for AICC. 2010-07-23 18:20:04 +00:00
Dan Marsden
5d21c26076 SCORM MDL-21333 remove link to allow manual opening of window as JS communication can fail and no grades are reported from the object. Remove old strings no longer required. 2010-07-22 01:52:25 +00:00
Dan Marsden
5c2aa1574f SCORM MDL-22951 New player for SCORM fixes major regression that prevents some SCORM objects from playing - MDL-23454 - also fixes MDL-19954, MDL-7787, MDL-19618, MDL-23421 - this still has a some issues with the display of objects in IE 7 but these are minor compared to the regression in MDL-23454 and should be resolved very soon. 2010-07-22 00:48:06 +00:00
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
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
Dan Marsden
b3611e0dda SCORM MDL-23053 add support for conditional activities - completion on view 2010-07-05 00:40:13 +00:00
Dan Marsden
5edcafb79f SCORM MDL-12834 add link for returning to course page if pop-up window used 2010-06-27 22:05:45 +00:00
Dan Marsden
be9187302c SCORM MDL-21333 modify way link appears if popup does not load to prevent SCORM from loading and not being able to communicate with API - thanks to Matteo Scaramuccia for report/fix 2010-06-24 01:22:25 +00:00
Piers Harding
33f54da3cc MDL-22605 - Shift the debugger activation code, so that it gets access to the DOM. 2010-05-27 23:47:34 +00:00
Piers Harding
45b7e14fdc MDL-22395 - fix mod/scorm to pass 1.2 tests again. issues with iframe vs object in IE - further tweaking of this. 2010-05-23 04:50:02 +00:00
Dan Marsden
ac2032dcc5 SCORM MDL-22453 - tidy up format of if statements. 2010-05-16 22:39:49 +00:00
Dan Marsden
ec678a9a1c SCORM MDL-22453 - fix breadcrumbs and fix a couple of typos 2010-05-16 22:35:09 +00:00
Piers Harding
485f4ce60d MDL-22395 - fix mod/scorm to pass 1.2 tests again. issues with iframe vs object in IE, JS finding content ids, and url_pix(). 2010-05-13 23:01:38 +00:00
Dan Marsden
86996ffe92 SCORM MDL-22340 use full path for includes. 2010-05-06 00:13:54 +00:00
Dan Marsden
5c430673f6 SCORM MDL-2289 - fix typo 2010-05-03 23:11:21 +00:00
Dan Marsden
5f3f5a2f3b SCORM XHTML MDL-17702 good time to finally remove iframe 2010-04-29 08:11:07 +00:00
Petr Skoda
60409fe103 MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them) 2010-02-06 14:09:33 +00:00
Petr Skoda
cd9729e405 MDL-21400 ->in_head() from deprecated data_for_js(), this actually also fixes order of loading of libs+init code 2010-02-06 13:30:15 +00:00
Petr Skoda
25b6fe050c MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead 2010-01-26 10:17:41 +00:00
Petr Skoda
6c772bcbf2 MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead 2010-01-26 09:36:00 +00:00
Petr Skoda
e333d9dd1a MDL-21400 fixed requires 2010-01-26 08:54:37 +00:00
Petr Skoda
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00
Petr Skoda
a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Sam Hemelryk
0a1f8f8ffe mod-scorm MDL-20261 Added functions to extend navigation and removed update this module buttons 2009-12-23 01:47:57 +00:00
Dan Marsden
15d0fae463 SCORM MDL-20588 workaround for IE 6 bug - turn zlib compression off if IE 6 is detected. 2009-12-18 06:40:59 +00:00
samhemelryk
5c508e3f0c mod-scorm MDL-19815 Added set_url calls, replaced deprecated functions 2009-09-24 08:28:51 +00:00
samhemelryk
91152a3518 navigation MDL-20216 Refactored add arguments
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00
samhemelryk
52869011ad scorm MDL-19815 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants 2009-09-04 01:41:51 +00:00
nicolasconnault
6aff538add MDL-19815 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:16:50 +00:00
nicolasconnault
670bc3e7ef MDL-19815 Converted all print_footer() calls 2009-08-06 14:20:31 +00:00
samhemelryk
f3665549b8 mod-scorm MDL-16706 Replaced inline JS with new PAGE methods and created player.js 2009-06-29 02:38:22 +00:00
samhemelryk
bd257031a9 mod-scorm MDL-16706 Removed inline JS and replaced with new PAGE methods 2009-06-26 06:31:26 +00:00
nicolasconnault
6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +00:00
danmarsden
43f4e520be rename api.php file:MDL-17515: Moodle API will treat files called api.php in a special way.... 2008-12-05 02:50:17 +00:00
danmarsden
d54e2145ba add time restriction MDL-12588 - add ability to restrict the viewing of SCORM objects using a time/date restriction like most other modules already allow. 2008-11-28 09:20:59 +00:00
piers
30fc6e2dac MDL-16810 - Allow site configuration of scorm settings. Thanks Jason Hardin. 2008-11-11 02:46:20 +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
danmarsden
bd49de6457 MDL-15967 - must use full php tags, not shortags - thanks Urs 2008-08-07 20:46:20 +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
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
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
97852875da MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM 1.2 code. Minor syntax alignment in player.php. 2008-07-18 06:03:51 +00:00
dongsheng
08b56f936d "MDL-14129, fix print_error" 2008-06-15 11:00:30 +00:00
skodak
bf34704184 MDL-15115 scorm dml covnersion 2008-06-05 10:02:26 +00:00
dongsheng
9438ede68a MDL-9378, new visualization for scorm, see tracker, head only 2008-04-18 04:29:03 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00