22718 Commits

Author SHA1 Message Date
stronk7
3650ba6f58 Using the new table_exists() to initialize tests properly. 2006-09-30 15:51:41 +00:00
stronk7
3e1861cc87 Applying the field_exists() check to add and drop fields. 2006-09-30 15:48:23 +00:00
skodak
55b4d09637 new advanced upload assignmet type - replaces old upload type, existing data and settings not fully compatible 2006-09-30 15:41:20 +00:00
stronk7
342da808c5 New function field_exists() to detect if one field exists 2006-09-30 15:35:32 +00:00
stronk7
73d111a820 Add some checks to detect if one table exists before creating or
dropping it. Part of MDL-6614
2006-09-30 15:19:56 +00:00
stronk7
7471f3f0dd Adding some debugging() for some controlled actions. 2006-09-30 15:15:34 +00:00
stronk7
ed37b15464 Moving some uses of find_index_name() to index_exists() 2006-09-30 15:00:46 +00:00
stronk7
cf9a1a40f1 Fixed typo 2006-09-30 14:59:03 +00:00
stronk7
4103c3545c Prevent tables without prefix to be duplicated at install time. MDL-6614 2006-09-30 14:36:52 +00:00
moodler
2c13082db0 Fixed up Preset name 2006-09-30 14:13:22 +00:00
moodler
26ea488855 Don't show progress bar when there's nothing worth showing 2006-09-30 13:52:15 +00:00
stronk7
2719f3e2c9 Inside ddllib, for consistency we call parameters table, field...
(without the xmldb_ prefix)
2006-09-30 13:04:17 +00:00
stronk7
a504ba0213 Added index_exists(). One wrapper over find_index_name() 2006-09-30 12:56:39 +00:00
stronk7
512a237ff6 One more use of getTableName() added. 2006-09-30 12:34:17 +00:00
stronk7
9af19c728d Extendig use of new getTableName() over all generators 2006-09-30 12:13:07 +00:00
stronk7
97b9178459 New getTableName() function to get normalised table names everywhere 2006-09-30 12:03:19 +00:00
stronk7
68bc165bed Added new function table_exists() to be used later... 2006-09-30 12:01:33 +00:00
stronk7
87c6baf4a1 Ah! forgot to interchange keys and values! 2006-09-30 11:09:44 +00:00
stronk7
ef18962b00 Execute the index_get_name() silently to avoid a lot of
output in the install/upgrade process. Original db->debug
is re-set to their original status once executed.
2006-09-30 10:54:37 +00:00
moodler
d4484f3209 IFxed some notices when the block was used on sticky blocks page. MDL-6620 2006-09-30 08:22:17 +00:00
stronk7
4fae686bc2 Enablig PHP generation of code for change_field_type() 2006-09-29 23:12:40 +00:00
stronk7
cec4b7c621 Added to more tests to check float <---> char conversion 2006-09-29 23:10:31 +00:00
skodak
7d47261645 towards new upload assignment - expect brand-new version tomorrow :-) 2006-09-29 21:45:04 +00:00
skodak
03bfaba1fd fixed parameter cleanup SC#318; merged from MOODLE_16_STABLE 2006-09-29 20:54:15 +00:00
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