59 Commits

Author SHA1 Message Date
Dan Marsden
b33e466550 MDL-41434 SCORM: add new sortorder field to allow better ordering of scos 2013-09-16 10:11:16 +12:00
Matteo Scaramuccia
9d507f1d70 MDL-37393 SCORM: Fixed PHP Strict Standards errors with AICC packages 2013-08-16 09:28:41 +12:00
Dan Marsden
d4978e044e MDL-37393 SCORM: Fix existing AICC scoes to use correct parent/child relationships
also fix bad version used by patch in MDL-39239
2013-08-16 09:28:40 +12:00
Ankit Agarwal
a3fc4b3ad6 MDL-34468 scorm: Replace all instances of get_context_instance() with respective context_XXXX in mod/scorm 2012-07-24 17:08:05 +08:00
Dan Poltawski
637406f3c0 Merge branch 'm23_MDL-33053_AICC_flattened_TOC' of git://github.com/scara/moodle 2012-07-02 15:50:09 +08:00
Sam Hemelryk
849b9a6af7 MDL-33399 mixed: Fixed up calls to get_area_files that used empty sorts 2012-05-29 16:44:28 +12:00
Matteo Scaramuccia
8ac8aae4f4 MDL-33053 AICC: Incorrect Table Of Content hierarchy using "structured" AICC
courses
[Fix] 'scorm_scoes' doesn't contain all the entries described in the DES file
[Fix] HTMLizing the parent relationship, described in the CST file,
      fails: it considers 'index = 0' (found) equals to 'false' (not found)
2012-05-22 00:47:01 +02:00
Dan Marsden
d3bf0a950f SCORM AICC MDL-30223 invalid call to update_record - very hard to test/reproduce. 2011-11-16 08:48:50 +13:00
Eloy Lafuente (stronk7)
0a9ed36c9e Merge branch 'master_MDL-30146' of git://github.com/danmarsden/moodle 2011-11-09 02:13:38 +01:00
Dan Marsden
3cfffd8c3e SCORM MDL-27036 increase sessid, improve lang strings 2011-11-07 14:34:13 +13:00
Dan Marsden
4388bd45b2 SCORM MDL-30146 AICC - add ability to link direct to a simple AICC url 2011-11-05 21:51:24 +13:00
Dan Marsden
ba0e91a281 SCORM MDL-27036 enable AICC HACP 2011-11-05 20:31:01 +13:00
Dan Marsden
db0a77cc1a SCORM MDL-26942 merge scorm_get_toc to decrease duplicated code and simplify toc display 2011-07-09 11:05:54 +12:00
Dan Marsden
f7b5c6aae6 SCORM MDL-28111 tidy up formatting of code 2011-07-03 12:49:29 +12:00
Dan Marsden
334d8b94f5 SCORM MDL-25850 - check for viewscores cap before adding score to toc 2011-01-31 17:38:01 +08:00
Dan Marsden
39340358b4 MDL-26176 - cleanup garbage/pointless code 2011-01-29 21:27:12 +13:00
Dan Marsden
7cc7cf58f5 SCORM MDL-25781 fix links in TOC on view.php 2011-01-29 21:27:12 +13:00
Petr Skoda
39790bd805 MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
Petr Skoda
3f975b9c6b coding style improvements 2010-09-18 13:50:12 +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
Piers Harding
821aa03da0 MDL-22951 - fix link issue for loadSCO.php 2010-07-23 20:02:36 +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
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
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
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
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
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
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
nicolasconnault
6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +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
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
9528568bf0 MDL-16088 scorm new file api conversion 2008-09-09 08:30:00 +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
c6089d9352 MDL-14967 Upgrade all code using DML - a few missing bits in mod/scorm. 2008-07-29 01:01:36 +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
859e38fe65 MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM AICC code. 2008-07-21 00:50:52 +00:00