Dan Marsden
02bff1ad82
MDL-43541 SCORM: set first launchable sco correctly.
2014-02-17 19:56:40 +13:00
Damyon Wiese
86249e9aeb
Merge branch 'master_MDL-40223' of git://github.com/danmarsden/moodle
2013-11-19 09:49:57 +08:00
Dan Marsden
eef4c4c175
MDL-40223 SCORM: pass limit into function instead of hardcoding to allow cross-db
2013-11-19 13:23:06 +13:00
Dan Poltawski
728f924ec1
Merge branch 'MDL-42930-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/scorm/db/upgrade.php
2013-11-18 14:32:55 +08:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Dan Marsden
27c58e5583
MDL-40223 SCORM: update scorm->launch param after restore - also check that scorm->launch is valid.
2013-11-18 09:44:54 +13:00
Dan Marsden
8d29a8c3bc
MDL-39910 SCORM: set correct site level defaults.
2013-09-27 10:49:54 +12:00
Dan Marsden
6db676bfa1
MDL-39910 SCORM: hide toggle button when course structure disabled and fix upgrade of old settings
2013-09-25 19:25:37 +12:00
Mayank Gupta
df5c7086c8
MDL-39910 mod_scorm: rewrite SCORM code in YUI3, use responsive grids, add new nav setting; squashing commits
2013-09-20 22:45:36 +12:00
Dan Marsden
b33e466550
MDL-41434 SCORM: add new sortorder field to allow better ordering of scos
2013-09-16 10:11:16 +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
Dan Marsden
93c984a829
MDL-39239 SCORM: drop old imsrepository code - it doesn't work anyway.
2013-06-12 09:47:26 +12:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Dan Poltawski
d4c16e8b63
Merge branch 'master_MDL-33938' of git://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/db/upgrade.php
2012-07-03 12:19:07 +08:00
Aparup Banerjee
99c3c503e0
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:41:09 +08:00
Dan Marsden
e0d90c54c0
MDL-33938 SCORM use consistant naming for maxattempt setting - match setting name with db field name to help when matching default settings
2012-06-22 21:51:04 +12:00
Dan Poltawski
0a4660484c
Merge branch 'master_MDL-27469' of git://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/version.php
mod/scorm/db/upgrade.php
2012-03-21 11:38:09 +08:00
Aaron Barnes
94db27498d
MDL-27469 scorm: Add extra activity completion conditions
2012-03-21 09:48:38 +13:00
Petr Skoda
40e4cd435b
MDL-30610 remove outdated mod upgrade code
2011-12-23 10:38:11 +01:00
Aparup Banerjee
46f2a9366a
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 01:28:59 +01:00
Dan Marsden
ba0e91a281
SCORM MDL-27036 enable AICC HACP
2011-11-05 20:31:01 +13:00
Eloy Lafuente (stronk7)
89c6def316
Merge branch 'master_MDL-28295' of git://github.com/danmarsden/moodle
2011-08-10 22:46:42 +02:00
Dan Marsden
6d954dd372
MDL-28295 SCORM change mangement of pop-up windows, load full SCORM API in existing window - this fixes an issue with IE 7 and httpreq communication
2011-08-10 12:19:49 +12:00
Eloy Lafuente (stronk7)
1cdb96319d
MDL-28493 scorm - fix whitespace
2011-08-08 18:15:42 +02:00
Dan Marsden
894dbd0420
MDL-28493 - fix version in upgrade - thanks Andrew
2011-08-03 15:36:52 +12:00
Mayank Gupa
45075df124
MDL-28493 SCORM Changed objectiveid field to char
2011-07-31 17:13:03 +12:00
Dan Marsden
59cdcb9770
MDL-28017 - SCORM unset old config var
2011-07-12 09:46:23 +12:00
Eloy Lafuente (stronk7)
26635fd7f9
Merge branch 'MDL-28169' of git://github.com/nebgor/moodle
2011-07-07 10:21:32 +02:00
Aparup Banerjee
c5a8abfedd
MDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.
2011-07-07 11:40:38 +08:00
Dan Marsden
f7b5c6aae6
SCORM MDL-28111 tidy up formatting of code
2011-07-03 12:49:29 +12:00
Eloy Lafuente (stronk7)
3b3e2cecf3
MDL-26361 scorm - fix upgrade on change to not null
...
Every time one column is changed from null to not null
we must ensure that there aren't nulls at all or the
DDL statement will fail, as was reported here. The
simplest way, just apply for the default when the column is null.
2011-02-17 17:25:44 +01:00
Eloy Lafuente (stronk7)
676874df1d
MDL-25708 recordsets - scorm module
2011-01-25 19:59:02 +01:00
Sam Hemelryk
631cefc35f
mod-scorm MDL-25792 Changed forcecompleted to have lenght 1 and bumbed version number
2011-01-14 11:09:59 +08:00
Sam Hemelryk
b964171cbf
mod-scorm MDL-25792 Fixed database discrepancies between a fresh install and an upgraded site within the SCORM module
2011-01-14 11:01:30 +08:00
Petr Skoda
80cfa4537c
MDL-24239 scorm upgrade includes handling of extracted archives
2010-11-11 03:43:04 +00:00
Dan Marsden
bea5ad66cd
SCORM MDL-24239 update scorm settings correctly during file upgrade
2010-09-23 23:38:43 +00:00
Petr Skoda
0744fded5d
fixed upgrade that never got executed - whatgrade was not filled
2010-09-18 13:40:21 +00:00
Dan Marsden
9d49a142b6
SCORM MDL-21568 fix regression
2010-07-17 06:45:57 +00:00
Petr Skoda
39ac3f6e28
MDL-23204 grrr, fixed regression
2010-07-16 10:15:25 +00:00
Petr Skoda
d682eadf51
MDL-23204 convert text to html in scorm intro
2010-07-16 09:31:23 +00:00
Dan Marsden
b326c85a36
SCORM MDL-21568 - provide a way for checking to see if these fixes were made on the 1.9 branch already.
2010-07-08 11:33:19 +00:00
Dan Marsden
07b21d0467
SCORM MDL-21568 - less efficient but more reliable cross-compatible db scripts.
2010-07-08 11:01:14 +00:00
Dan Marsden
793141476f
SCORM MDL-21568 - add fix for whatgrade column - can't add this to newer upgrade functions as it will break any changes to scorms that have been created since. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch
2010-07-08 10:45:52 +00:00
Dan Marsden
03751efe8a
SCORM MDL-21568 - use correct storing of grading method - remove old references to bad calls. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch
2010-07-08 10:40:46 +00:00
Petr Skoda
2e0406a53a
repeating upgrade typo fixed
2010-07-06 16:10:17 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +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
84683abaef
SCORM Upgrade MDL-22694 upgrade of 1.9 fails if mulitple references of the same SCORM package exist in a course. Kudos to Tim Lock for Report and patch.
2010-06-07 22:35:35 +00:00
Dan Marsden
1bd51a6c7c
SCORM MDL-19899 field not long enough to store data - according to ADL spec this field needs to store up to 2000 characters
2010-03-12 07:06:55 +00:00