48 Commits

Author SHA1 Message Date
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
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
stronk7
2a88f626f7 MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts. 2009-05-01 01:19:16 +00:00
skodak
d0bcf735aa MDL-18910 normalised module intro and introformat 2009-04-20 19:57:04 +00:00
skodak
1045a0074c MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead 2009-01-12 16:52:53 +00:00
piers
65478eea3c MDL-16810 - amend upgrade process to preserve config values where possible. thanks for pointer Tim. 2008-12-14 23:45:54 +00:00
danmarsden
d54e2145ba add time restriction MDL-12588 - add ability to restrict the viewing of SCORM objects using a time/date restriction like most other modules already allow. 2008-11-28 09:20:59 +00:00
piers
1adc77e6d2 MDL-16810 - Allow site configuration of scorm settings. Fixing grammar of texts, and default options values. Clean up $CFG values nolonger required. 2008-11-11 04:45:39 +00:00
piers
30fc6e2dac MDL-16810 - Allow site configuration of scorm settings. Thanks Jason Hardin. 2008-11-11 02:46:20 +00:00
piers
6381fa56ed MDL-11501 Scorm New attempts and reviewing. Changes to help customise player/package interactions. 2008-09-16 20:32:50 +00:00
skodak
9528568bf0 MDL-16088 scorm new file api conversion 2008-09-09 08:30:00 +00:00
skodak
775f811a66 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
piers
c57ce9f251 MDL-14902 Missing column 'whatgrade' in prefix_scorm table. Is a DB patch (thanks Hans de Zwart). 2008-08-01 02:32:36 +00:00
skodak
b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
skodak
219f652b91 MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
fmarier
9858605e59 Add missing fields when upgrading/installing on Postgres
mod/exercise, mod/scorm and question/type/rqp
MDL-12023
2007-11-09 01:25:28 +00:00
skodak
531fa830a6 MDL-9552 support for new gradebook in scorm 2007-08-10 20:58:09 +00:00
poltawski
c31f631baa MDL-9742 - converting tabs to spaces 2007-07-23 15:38:31 +00:00
bobopinna
7d97f6f87b Fixed a problem with memory use and big data tracks MDL-10318 2007-07-03 07:52:22 +00:00
poltawski
e73457e4ba MDL-9742 Converting tabs to spaces 2007-05-08 15:44:37 +00:00
bobopinna
4ecb6a9bbb Bug fix MDL-8903 2007-03-15 07:47:43 +00:00
bobopinna
3efde7e21a Added conditional rename/add for field external 2007-01-24 20:24:51 +00:00
bobopinna
e9c0b9ecbf Changed drop and add with rename
Fixed a problem with md5hash field
2007-01-24 15:33:46 +00:00
bobopinna
6a6fd8acbc renamed field external changed it to updatefreq
renamed filed md5_result in md5hash
2007-01-24 10:32:45 +00:00
csantossaenz
efe95fc405 Added the field external to the mdl_scorm table 2007-01-18 12:05:14 +00:00
csantossaenz
aa7a17131d added a field to store ckecksum of a remote package 2007-01-17 15:31:40 +00:00
bobopinna
0e1bf35071 Added sequencing tables 2006-12-11 15:13:44 +00:00
bobopinna
b3659259fd Splitted scoes optional data in a new table 2006-11-21 16:12:19 +00:00
stronk7
b8a342d7ac New upgrade.php file added for this module. MDL-7214 2006-10-26 17:33:40 +00:00