163 Commits

Author SHA1 Message Date
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
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
mudrd8mz
081a9b0dad MDL-18644 Bugs found by syntax checker, merged from MOODLE_19_STABLE 2009-03-23 09:53:02 +00:00
piers
e23cc5d2e5 MDL-18148 - AICC compliance fixes. Fixing general new file API problems, and stripslashes_safe(). 2009-02-26 18:19:05 +00:00
piers
67859ce61e MDL-18023 - add type check to check against default to avoid 0 error 2009-02-04 18:37:18 +00:00
piers
faa0e87572 MDL-17821 - fix incorrect data validation regexs for 2004. thanks Peter Chamberlin. 2009-01-09 00:56:32 +00:00
skodak
973d2660e6 MDL-16613 sesskey cleanup 2009-01-02 10:51:26 +00:00
danmarsden
d9e6517a2f Accessibility: MDL-17705: Thanks Tim 2008-12-22 07:03:09 +00:00
danmarsden
c8420afee8 XHTML Striiict:MDL-17705 2008-12-21 22:28:58 +00:00
skodak
c144ca1e6f MDL-17115 fixed new DML syntax 2008-12-09 23:52:20 +00:00
piers
c78b79d037 MDL-17572 - remove php short tags. 2008-12-09 22:00:03 +00:00
piers
309ee0895b MDL-17115 - SCORM onload API checking. Hunt for the API. Matching part of the patch that fixes scorm version detection. 2008-12-07 22:22:51 +00:00
piers
d6d1f9b3be MDL-16949 - fix wrong addition of times in SCORM API, thanks Xabi Martin. 2008-11-10 23:56:54 +00:00
piers
f7c9304b04 MDL-7068 - SCORM 2004 compliance - fix mod/scorm to handle core data elements correctly - now passes test DMI. 2008-10-05 22:35:46 +00:00
piers
bf34ac0fb2 MDL-7068 - SCORM 2004 compliance. Handle cmi.interactions hydration (scorm 1.2 to as well). 2008-09-24 23:12:09 +00:00
piers
1881df2733 MDL-7097 - API debug. Change the control of debugging over to SCORM admin settings. 2008-09-16 22:50:16 +00:00
piers
1cd167cc44 MDL-7097 - API debug. Add ability to manually poke the SCORM API for 1.2 and 2004. 2008-09-15 19:56:36 +00:00
skodak
9528568bf0 MDL-16088 scorm new file api conversion 2008-09-09 08:30:00 +00:00
piers
527af45775 MDL-11734 - cmi.comments_from_learner not read - write. revamp the handling of array style elements. 2008-09-08 19:45:50 +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
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
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
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
piers
7bbb7f4974 MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool. 2008-08-21 00:36:12 +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
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
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
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
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
45402fe989 MDL-11137 Unable to locate API error - remove comment code with bad characters. 2008-07-25 02:32:00 +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
piers
52005f3455 MDL-7323 AICC Import does not handle Core_Vendor - applied patch from Keith Starling (thanks). 2008-07-23 01:32:12 +00:00
piers
4ecf843819 MDL-14455 also affects, MDL-11892, MDL-14485, and MDL-14486 - patches supplied by Martin Holden described in MDL-14455 (thank you!) applied to HEAD. 2008-07-21 01:31:55 +00:00
piers
859e38fe65 MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM AICC code. 2008-07-21 00:50:52 +00:00
piers
770f1bc881 MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM 1.2, and 1.3 code. Minor update to remove tab characters. 2008-07-19 00:25:36 +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
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
mchurch
d28548d5e4 MDL-11892 Fixed calls to expand javascript to correctly use quoted strings in all necessary places. 2008-06-05 21:07:09 +00:00