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
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13: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
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
moodler
2d5a4f255b
Merged fixes for MDL-6907 from stable
2006-10-11 06:21:58 +00:00
moodler
924ccd683a
Fixed up some wrong entries in the log_display table MDL-6516
...
NOTE: The dates are a month in advance for $version here! We need
to increment very slowly until it catches up, and make sure that we
manage the versions in HEAD very carefully after we branch for 1.7
2006-09-27 14:08:17 +00:00
stronk7
7bd1b4f5ba
Ops, scorm->skipview default must be 1
2006-09-26 16:58:49 +00:00
stronk7
d5a28fdae9
Adding scorm->skipview to PostgreSQL
2006-09-26 15:56:18 +00:00
stronk7
d107d19057
Adding scorm->skipview to XMLDB file!
2006-09-26 15:25:29 +00:00
bobopinna
32cfa4dbf8
Added skip view page feature
2006-09-26 14:25:59 +00:00
vyshane
af94faf492
Removed mod/scorm:view
2006-09-22 03:07:29 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
nfreear
8ea144bf77
Fixes MDL-6516, "Error on logs page because of mess in mdl_log_display table"
2006-09-11 11:40:43 +00:00
bobopinna
0d699c2449
Fixed context selection
2006-08-31 10:29:16 +00:00
bobopinna
2b3447c38a
Added capability support
2006-08-31 08:34:13 +00:00
stronk7
9bd4d98bc2
Initial version of the XMLDB file for this plugin
2006-08-12 22:19:10 +00:00
moodler
dabfd0ed85
Removed tabs
2006-08-09 13:45:49 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
skodak
bfc38bb2eb
merging changes from MOODLE_16_STABLE
2006-07-31 18:21:42 +00:00
martinlanghoff
2a0f40e98c
mod/choice mod/lesson mod/scorm moodle16cleanup: Added notification
...
for cleanup that may fail if one is starting fresh from moodle 1.5.3+,
previous cleanup before 1.5.3 is not needed
2006-05-17 06:42:57 +00:00
martinlanghoff
c89dfcfcf5
moodle16cleanup: mod/scorm version column should not be dropped, it must
...
exist. it was not upgraded as with mysql.php 2005041600
2006-05-17 06:30:13 +00:00
vyshane
5f672a4dd8
Fixed inserts for log_display.
2006-04-24 09:05:08 +00:00
toyomoyo
f21cc86bca
changed formats for log_display table
2006-04-24 08:10:55 +00:00
toyomoyo
4c3b42f7c5
just in case someone has the index elemeny and not element
2006-04-24 02:17:16 +00:00
bobopinna
586de5a08a
Fixed default stage size
2006-04-12 06:04:15 +00:00
bobopinna
5046492815
Added multi attempt support
2006-04-12 06:03:46 +00:00
mjollnir_
34f4ff351d
WHERE 1 is NOT valid postgres syntax. Just pass empty string instead!
2006-03-27 04:04:40 +00:00
patrickslee
cb8229d0a8
UTF8 migration - now supporting PostgreSQL
2006-03-10 03:43:33 +00:00
skodak
38b7336ed1
short php tags
2006-03-07 21:35:13 +00:00
toyomoyo
f841494c62
see changes for admin/utfdbmigrate.php
2006-02-24 08:20:13 +00:00
toyomoyo
81ef8c1f48
fixing a weird index in scorm_scoes_track (see bug report 4742)
2006-02-14 02:44:03 +00:00
moodler
136b6ab33f
changed to use utfconvert function
2006-01-31 02:15:21 +00:00
moodler
677169b9dc
fixing typo
2006-01-27 04:31:46 +00:00
moodler
3b32165cc7
bug fixing
2006-01-24 02:37:18 +00:00
moodler
f6691427d9
Added default values where needed for columns in the MySQL creation script mysql.sql.
...
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.
Committed by vyshane
2006-01-17 07:37:29 +00:00
moodler
5d7a2722d5
more bugs
2006-01-16 07:57:56 +00:00
toyomoyo
e8f7b20f9a
more bug fixes =(
2006-01-13 07:24:43 +00:00
toyomoyo
c8ee027b0e
added 2 fields in xml, addindex and dropindex, and bug fixes
2006-01-11 01:46:22 +00:00
toyomoyo
1e4d9ff6dc
utf8 migration support scripts
2006-01-09 06:06:49 +00:00
mjollnir_
6f61d7b985
Postgres compatibility in scorm db upgrade
2005-12-20 20:39:52 +00:00
martinlanghoff
d57f7fda7c
mod/scorm: fixed syntax errors (switch to an editor that balances brackets, mate ;-) -- credits to Nigel McNie
2005-12-12 03:26:54 +00:00
bobopinna
47de120cbf
Added multiple attempts support
2005-11-29 14:54:39 +00:00
bobopinna
133c5c2792
General review to support XHTML Strict
...
First step in multi-attempt feature (requested by SCORM 2004)
Removed javascript use as much as possible in button and link
2005-11-15 08:10:26 +00:00
bobopinna
77f18d3936
Added the new popup window mode
2005-09-26 15:15:07 +00:00