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
Petr Skoda
c6d75bffa5
MDL-23628 improved log action support - now similar to handling of capabilities
2010-08-03 10:07:18 +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
Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +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
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +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
74c288a100
MDL-18577 drop enums support - step2: enums out from install.xml files
2009-05-01 14:07:43 +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
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +00:00
skodak
9c82ff2acd
MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules
2009-01-12 21:13:28 +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
piers
7554f67190
MDL-16651 - add in delete attempt capability - thanks Dan/Tim.
2008-11-29 17:51:47 +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
nicolasconnault
4f0d8cc837
MDL-11501 Fixed error in xml file
2008-09-17 06:41:08 +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
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +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
stronk7
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +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
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
bobopinna
7d97f6f87b
Fixed a problem with memory use and big data tracks MDL-10318
2007-07-03 07:52:22 +00:00