stronk7
6e152cc621
Now basic types of conversion (int2char, char2int, number2char, char2number)
...
are working properly under all RDBMS.
2006-09-29 17:49:04 +00:00
stronk7
b0cd86786b
Change one test a bit...
2006-09-29 17:29:08 +00:00
vyshane
d1cc283172
Fixed wrong context bug
2006-09-29 08:58:02 +00:00
vyshane
825d73aa33
Fixed missing separator (MDL-3975).
2006-09-29 07:28:11 +00:00
bobopinna
aaa267965a
Moved to scorm_1x.js.php
2006-09-29 06:45:25 +00:00
bobopinna
ea5928ee16
No more used
2006-09-29 06:43:58 +00:00
moodler
76389cec17
Fixed the upgrade from 1.6.x. The role->shortname field was not being created.
2006-09-29 06:43:42 +00:00
bobopinna
5a40140ec4
New icon to support toc bug fix
2006-09-29 06:43:36 +00:00
moodler
aae37b638c
Added progress bar to role assignments during upgrade
2006-09-29 06:41:10 +00:00
bobopinna
cfc74f324c
Changes no datadir error message from bad manifest to bad package
2006-09-29 06:29:10 +00:00
bobopinna
3c6c4eaf66
Fixed completed status for launched Asset
2006-09-29 06:27:47 +00:00
bobopinna
172ec29fcc
Added _ to version data element
2006-09-29 06:26:36 +00:00
bobopinna
530a61d5d3
Fixed a bug in toc display
2006-09-29 06:25:56 +00:00
bobopinna
98baddf710
Added some strings
2006-09-29 06:20:53 +00:00
moodler
72da504606
Added a progress bar for the role assignments
2006-09-29 06:19:47 +00:00
moodler
dcc6b7c483
Add MS-SQL to installer :-)
2006-09-29 06:11:47 +00:00
toyomoyo
ae8402fe38
fixing a redundant order by clause
2006-09-29 05:46:02 +00:00
toyomoyo
a0db31e7e5
commentary text renamed to general feedback
2006-09-29 05:45:24 +00:00
moodler
ea35ab87d9
Header and footer should include $CFG->header and $CFG->footer, just in
...
case the chosen theme doesn't exist any more
2006-09-29 05:43:48 +00:00
moodler
459c1ff12a
Just tidying up code while reading it
2006-09-29 05:35:37 +00:00
toyomoyo
39ecfc7453
added a new temp config variable to help track maint mode before and after migration MDL-6182, not fixing in stable yet due to the lack of support of unset_config function.
2006-09-29 03:10:38 +00:00
moodler
721146820c
Slight change to Copyright notice to link to our License page, not Gnu site
2006-09-29 02:39:39 +00:00
toyomoyo
ed59cd6ea4
fix for MDL-5670
2006-09-29 02:19:27 +00:00
stronk7
72fa544947
Moving some tests up and down and introducing some more
...
tests about changing column types. Not working yet unded mssql
2006-09-28 23:16:29 +00:00
stronk7
f020b35705
Moving some change_field_XXX() functions and introducing
...
change_field_type(). Seems to work everywere but under
mssql (due to some problems with default constraints).
Will see it tomorrow.
2006-09-28 23:14:52 +00:00
stronk7
599caff8c5
prevent nulls to become nulls (oracle error)
...
and defaults null to become defaults null
when temporary columns are used
2006-09-28 23:06:04 +00:00
stronk7
531bf26489
Adding two more tests (create and drop foreign keys)
2006-09-28 22:11:06 +00:00
stronk7
5adc951c4f
Don't rely on index names to decide if we have to drop one key
2006-09-28 22:05:11 +00:00
stronk7
d54f85efa6
minor adjust. keytype to drop keys is not needed anymore. now it's
...
defined in mysql generator (the only one needing it)
2006-09-28 21:47:36 +00:00
koenr
2c79612205
one more
2006-09-28 21:32:20 +00:00
koenr
2c0d423d8c
few typos. Thanks a lot for spotting Mits!
2006-09-28 21:31:34 +00:00
koenr
8f36981c51
fixed MDL-3484
2006-09-28 20:58:55 +00:00
stronk7
ac5ff0e787
fixed one wrong constant
2006-09-28 20:12:00 +00:00
stronk7
9c46a7e6f9
changed mysql drop index syntax. Nothing relevant.
2006-09-28 20:11:30 +00:00
stronk7
71ea93e023
Argh! More than 3 hours searching for this error! I was calling one
...
constructor with wrong number of parameters and PHP said nothing at
all (with DEVELOPER level of debugging). Horrible OOP !
2006-09-28 20:06:08 +00:00
stronk7
53d3b80798
prevent some warnings on tables without indexes
2006-09-28 19:43:17 +00:00
stronk7
4690f076ca
Now keys and indexes are PERFECT (argh, Oracle, once more was causing problems)
2006-09-28 18:56:21 +00:00
stronk7
4df8b6cdfc
some more settings go to XMLDBGenerator (as they are default)
2006-09-28 18:39:33 +00:00
stronk7
1a275daaaf
some more settings go to XMLDBGenerator (as they are default)
2006-09-28 18:31:28 +00:00
skodak
30fce5000a
removed one more unneeded file from adodb library
2006-09-28 18:29:54 +00:00
mits
15cfddc323
Fixed addmin setting colors.
2006-09-28 17:48:12 +00:00
stronk7
a8b7de48fe
Adding some more tests about adding and dropping keys
2006-09-28 17:35:52 +00:00
stronk7
55c4b9435d
add_key() and drop_key() are working (with sync of undelying
...
indexes automated)
2006-09-28 17:30:14 +00:00
stronk7
fac17f427f
add_key() and drop_key() are working (with sync of undelying
...
indexes automated)
2006-09-28 17:25:00 +00:00
stronk7
0852990f9b
Deleting some parameters that aren't needed anymore. Code will
...
decide if creating underlying indexes for keys automatically now.
Also, add_key() and drop_key() are working (with sync of undelying
indexes automated)
2006-09-28 17:20:21 +00:00
stronk7
662244cb77
Deleting some parameters that aren't needed anymore. Code will
...
decide if creating underlying indexes for keys automatically now.
2006-09-28 17:02:49 +00:00
stronk7
b399c397bf
Added PHP 5.0.x restriction to Moodle 1.7. MDL-5653
2006-09-28 16:46:52 +00:00
skodak
8ba4cbd2a3
reverting last commit, expect new fixes soon
2006-09-28 15:34:54 +00:00
moodler
b7b0afb87f
Fixed a capability name: MDL-6727
2006-09-28 15:06:07 +00:00
moodler
5e6893720e
Guest should not see My Courses MDL-6736
2006-09-28 14:48:29 +00:00