Dan Marsden
|
995e322e75
|
MDL-35418 SCORM: remove dumb function, include sequencinglib.php as scorm_13lib.php still calls some of the functions.
|
2012-10-15 19:25:01 +13:00 |
|
Mayank Gupa
|
41e205cd8e
|
MDL-35418 SCORM: Improve SCORM 2004 support
GSOC project to improve SCORM 2004 support, includes MDL-32835 rewrite scorm_get_toc
|
2012-10-15 19:25:01 +13:00 |
|
Dan Marsden
|
f7b5c6aae6
|
SCORM MDL-28111 tidy up formatting of code
|
2011-07-03 12:49:29 +12:00 |
|
Petr Skoda
|
431ac39634
|
MDL-26623 fix file permissions
The permissions are now going to be verified as part of the weekly release process.
|
2011-03-01 12:26:49 +01:00 |
|
Dan Marsden
|
2004f2eef0
|
SCORM MDL-24273 fix typo in SCORM 2004 code
|
2010-11-16 01:03:56 +00:00 |
|
Dan Marsden
|
5c58d55a4d
|
SCORM MDL-24273 fix typo in SCORM 2004 code
|
2010-11-16 01:02:17 +00:00 |
|
Dan Marsden
|
a4347c6937
|
SCORM MDL-24273 fix typo in SCORM 2004 code
|
2010-11-16 00:56:24 +00:00 |
|
Dan Marsden
|
70e3605358
|
SCORM MDL-24273 fix typo in SCORM 2004 code
|
2010-11-16 00:49:37 +00:00 |
|
Dan Marsden
|
72ef83b9ab
|
SCORM MDL-24273 fix typo in SCORM 2004 code
|
2010-11-16 00:21:59 +00:00 |
|
Dan Marsden
|
020f27dbfb
|
SCORM MDL-24273 fix typo in SCORM 2004 code
|
2010-11-16 00:19:41 +00:00 |
|
Dan Marsden
|
522aafc73b
|
SCORM MDL-24273 fix typo in SCORM 2004 code
|
2010-11-16 00:16:56 +00:00 |
|
Dan Marsden
|
0be8830f95
|
SCORM MDL-24272 fix for bad function call - thanks to Peter/Derek
|
2010-10-25 20:33:01 +00:00 |
|
Petr Skoda
|
05923fca30
|
fixed undefined $sco
|
2010-09-18 13:48:01 +00:00 |
|
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
|
86996ffe92
|
SCORM MDL-22340 use full path for includes.
|
2010-05-06 00:13:54 +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 |
|
nicolasconnault
|
6aff538add
|
MDL-19815 Upgraded calls to helpbutton, print_simple_box* and notify
|
2009-08-18 05:16:50 +00:00 |
|
mudrd8mz
|
081a9b0dad
|
MDL-18644 Bugs found by syntax checker, merged from MOODLE_19_STABLE
|
2009-03-23 09:53:02 +00:00 |
|
skodak
|
eaa8ad4990
|
MDL-15094 some forgotten conversions
|
2008-06-05 18:23:28 +00:00 |
|
skodak
|
bf34704184
|
MDL-15115 scorm dml covnersion
|
2008-06-05 10:02:26 +00:00 |
|
skodak
|
531fa830a6
|
MDL-9552 support for new gradebook in scorm
|
2007-08-10 20:58:09 +00:00 |
|
csantossaenz
|
7de38ebfcd
|
Fixed some sintactic errors in sequencinglib.php
|
2007-05-08 12:40:29 +00:00 |
|
csantossaenz
|
33cf55bf96
|
Changed Ojective Rollup Process
|
2007-05-08 07:38:11 +00:00 |
|
csantossaenz
|
0506995042
|
Added function to handle exceptions
|
2007-05-08 07:25:20 +00:00 |
|
csantossaenz
|
af8ed6dcba
|
Added some manifest data to the scorm_scoes_data table
|
2007-05-07 12:55:31 +00:00 |
|
csantossaenz
|
1536b92d5f
|
Added a function to control the rollup process and changed some stored data
|
2007-05-07 12:15:16 +00:00 |
|
csantossaenz
|
a59b393433
|
Made some changes on scorm_seq_overall
|
2007-05-04 12:27:49 +00:00 |
|
csantossaenz
|
980c089bfa
|
Fixed some problems with the variables stored in scorm_scoes_track and the last two functions have been commented and we are going to use scorm_seq_is() instead of them.
|
2007-05-04 11:17:15 +00:00 |
|
csantossaenz
|
d7309cf572
|
Changed some data from scorm_scoes_track to scorm_scoes_data
|
2007-05-04 07:46:15 +00:00 |
|
csantossaenz
|
6d41befdd0
|
Added some functions for the Sequencing and Navigation task for SCOMR 2004 compliance. This is a work-in-progress file
|
2007-05-03 12:55:22 +00:00 |
|
tjhunt
|
b186cb9d86
|
Fix all the PHP syntax errors in this code. I can't think of any valid reason for checking code with that many syntax errors into CVS, especially when there are plenty of editors out there that check the syntax for you and highlight the errors.
Also, can I point out that Moodle coding guidelines require spaces for indents, not tabs. (http://docs.moodle.org/en/Development:Coding)
|
2007-05-01 07:03:52 +00:00 |
|
csantossaenz
|
f3800343b4
|
Fixed some bugs about undefined variables and added some more functions. Still work-in-progress file
|
2007-04-30 12:46:08 +00:00 |
|
donal72
|
1883612a1a
|
Add missing closing-bracket from previous commit
|
2007-04-29 00:51:29 +00:00 |
|
csantossaenz
|
134588836e
|
Added functions to for the SCORM compliance 2004 (Sequencing and Navigation)
|
2007-04-27 12:20:26 +00:00 |
|
bobopinna
|
10fd330f38
|
new sequencing engine
|
2007-01-16 14:03:15 +00:00 |
|
skodak
|
32f0b38a4a
|
MDL-8049 Remove all language=Javascript from javascript includes
|
2007-01-03 19:33:44 +00:00 |
|
bobopinna
|
dc383b6f23
|
Splitted all the scorm/aicc library in type separeted files
|
2006-09-26 08:00:16 +00:00 |
|