205 Commits

Author SHA1 Message Date
Petr Skoda
1978d7aa40 fixed $rolluprule typos 2010-09-18 13:46:04 +00:00
Petr Skoda
ae256fac23 fixed missing global 2010-09-18 13:44:01 +00:00
Dan Marsden
946b6f0ded SCORM MDL-24217 correct handling of suspend icon and fix SCORM 2004 usage of cmi.core.exit - thanks to Valerian for report/fix 2010-09-15 21:27:41 +00:00
Petr Skoda
dd88de0ebd MDL-14679 fixed remaining old style update_record()s 2010-09-03 18:01:25 +00:00
Dan Marsden
3c873e0e5c SCORM MDL-23589 set currentorg if not already set. 2010-08-19 01:15:26 +00:00
Dan Marsden
baf8b9b791 SCORM MDL-23834 wrong function call to get prev/next SCO and redirect 2010-08-17 04:18:46 +00:00
Piers Harding
22a796743b MDL-23751: fix broken scomr API debug.
Fix continue and previous (Auto).
2010-08-17 04:03:44 +00:00
Piers Harding
07b5ee31c0 MDL-23751 fix the clearing down of the TOC before reloading the next after
navigation.
2010-08-13 01:26:33 +00:00
Piers Harding
e62c1d22af MDL-22951 - move the AJAX callback out into its own include, and tidy up 2010-07-25 01:22:27 +00:00
Piers Harding
821aa03da0 MDL-22951 - fix link issue for loadSCO.php 2010-07-23 20:02:36 +00:00
Piers Harding
cac5037719 MDL-22951 - convert 2004 to prereq and datamodel handling. 2010-07-23 19:00:40 +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
b1ca5d31dc SCORM MDL-23492 tidy up grading method display/calculation 2010-07-23 09:23:52 +00:00
Piers Harding
a188aa4943 MDL-22951 - fix JS issue in IE when TOC set to hidden by default. 2010-07-23 07:03:26 +00:00
Piers Harding
24d29a27d2 MDL-22951 - TOC refresh happening too early - wait till after debug 2010-07-22 19:38:19 +00:00
Dan Marsden
86875a83c0 SCORM MDL-23470 temporary disabling of error handling in pre-req loading - this is interfering with some packages 2010-07-22 07:50:41 +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
e5905528fa SCORM MDL-23119 allowing extra characters in CMIIdentifier - this is outside the ADL Spec but it seems to be ok to extend this and allow more characters than is specified by ADL 2010-07-10 08:17:13 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Dan Marsden
d25978707e SCORM MDL-21306 invalid management of Mastery Score - thanks to Matteo Scaramuccia for the report/patch 2010-06-27 23:47:37 +00:00
Piers Harding
7857560e94 MDL-21761 - fix the statefulness of saving dataelements in scorm api 1.2 2010-06-27 22:12:59 +00:00
Dan Marsden
8d31692538 SCORM MDL-17891 fix loss of session data - thanks to Ron and Matteo for report/fixes missed fix for LMSCommit 2010-06-24 02:25:25 +00:00
Dan Marsden
7f82b2e3e9 SCORM MDL-17891 fix loss of session data - thanks to Ron and Matteo for report/fixes 2010-06-24 02:19:11 +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
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
de1ccecd7e SCORM MDL-22242 - undefined var - refactored function no longer uses scormid, but uses full scorm object. 2010-04-29 07:22:59 +00:00
Dan Marsden
449aa07bee SCORM MDL-21584 detect SCORM 2004 4th edition correctly. thanks to Valerian for the report and patch. 2010-02-22 01:31:45 +00:00
Petr Skoda
f8dab96615 MDL-20204 a lot more steps away from html_select 2010-02-10 09:37:50 +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
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00
Dan Marsden
f3f58e0b93 SCORM AICC MDL-21332 issue with returning to correct location when loading an AICC object for the 2nd time. - Thanks to Matteo Scaramuccia for the report and fix. 2010-01-13 22:58:03 +00:00
Dan Marsden
f1483df16a remove whitespace added in last commit 2010-01-13 22:06:54 +00:00
Dan Marsden
43001f4af0 SCORM AICC MDL-19392 add some missing params to querystring 2010-01-13 22:05:15 +00:00
Piers Harding
983befaf54 MDL-21096 - fixed inconsistency in mod/scorm attempts counting. Also added in exception for unlimited attempts (0) 2010-01-13 20:47:12 +00:00
Dan Marsden
d5ce5c22e8 SCORM AICC MDL-19392 MDL-13716 cast result as a String in AICC (already done in Scorm 1.2 and 1.3 2010-01-13 02:00:17 +00:00
Dan Marsden
67f941099a SCORM MDL-17891 pass back correct state if storeData fails in LMSFinish - thanks to Peter Chamberlin for the report. 2009-12-18 10:34:59 +00:00
Petr Skoda
4454447d56 MDL-20700 whitespace terror returns 2009-12-16 22:14:17 +00:00
Petr Skoda
b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Petr Skoda
683c01d2c8 MDL-20787 removed mod_icon_url() completely 2009-12-16 20:30:24 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Dan Marsden
ad97538d8a SCORM MDL-20955 fix bad use of update_record - thanks Petr 2009-11-24 21:03:46 +00:00
Petr Skoda
e5dd8e3bbd MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:24:58 +00:00
samhemelryk
ac310b3a7e lib-cookies MDL-19737 Removed need to include cookies.js on every page
Is only been used by SCORM and the chameleon theme so they include it locally when required
2009-09-17 06:42:54 +00:00
nicolasconnault
6aff538add MDL-19815 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:16:50 +00:00
nicolasconnault
7b1f2c829f MDL-19756 Renamed moodle_select to html_select for better API consistency 2009-08-10 08:38:45 +00:00
nicolasconnault
fd21e467e5 MDL-19815 Converted calls to popup_form() 2009-08-10 03:36:01 +00:00
tjhunt
d436d197d1 MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
Including MDL-19693

RIP $CFG->pixpath
2009-07-03 07:55:30 +00:00
samhemelryk
183abffc6b mod-scorm MDL-16706 Added missing global from commites yesterday 2009-07-03 01:36:18 +00:00
samhemelryk
0e2f318080 mod-scorm MDL-16706 Eliminated inline scripts to use PAGE methods 2009-07-02 06:40:54 +00:00