5642 Commits

Author SHA1 Message Date
bobopinna
e9c0b9ecbf Changed drop and add with rename
Fixed a problem with md5hash field
2007-01-24 15:33:46 +00:00
bobopinna
a679d64d39 renamed external to updatefreq
renamed md5_result to md5hash
2007-01-24 10:39:24 +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
fcdd946422 Added code to the scorm_view_display function to update the SCORM activities which have to be updated every time they are used 2007-01-24 07:27:40 +00:00
csantossaenz
bfe8c2f0ae Added code to the scorm_cron function to update the SCORM activity every day when this option is selected 2007-01-24 07:26:37 +00:00
vyshane
38f169e25a Fix for MDL-6966. 2007-01-23 05:42:15 +00:00
skodak
9f741612e5 MDL-8262 fixed require_course_login and $COURSE logic 2007-01-22 18:49:42 +00:00
csantossaenz
44ded09781 Corrected a warning related to a variable which could be used with no assigned value 2007-01-22 08:48:38 +00:00
stronk7
79804e2805 Convert DB lang fields to 30cc. Part of MDL-7157 2007-01-21 23:49:23 +00:00
jamiesensei
3a298174e8 important security fix previous use of ['type'] in repeatedeloptions array would not have worked. 2007-01-21 10:32:42 +00:00
jamiesensei
f84d6a8d56 fixes to wiki form checkboxes value saving 2007-01-21 08:26:59 +00:00
stronk7
0cfdd50bdc Changing resource->alltext to medium. MDL-6872 2007-01-20 19:32:02 +00:00
stronk7
8dc0648057 Now resource->summary is nullable. MDL-7355 2007-01-20 18:10:29 +00:00
skodak
9467ab7ddf MDL-8161 fixed displaying of submitted values in SCORM reports 2007-01-19 21:20:00 +00:00
skodak
dfc7f21941 fixed wrong disabledif conditions in resource subtypes - sorry 2007-01-19 19:50:30 +00:00
sam_marshall
d6f15b5eb3 MDL-8227 - Made wiki locking only apply to group being edited! 2007-01-19 15:25:35 +00:00
sam_marshall
7f93cff60e MDL-8225 Made it not display wiki title twice in navigation, when first page has same name as title. 2007-01-19 12:48:35 +00:00
jamiesensei
d4039c7262 fix for syntax error trying to call hardFreeze on element instead of form object. 2007-01-19 10:35:00 +00:00
skodak
60f9e36ee8 MDL-8223 - last global $course hacks removed 2007-01-19 10:29:03 +00:00
jamiesensei
549b26b339 migrated wiki form to formslib 2007-01-19 08:10:01 +00:00
bobopinna
a119ff9ce3 Fixed an error in $score initialization 2007-01-18 20:33:59 +00:00
tjhunt
901011fd4d MDL-8205 - Layout of quiz editing screen not right 2007-01-18 17:38:51 +00:00
csantossaenz
8aee93f134 Added code to allow the remote package update with a php later version than 4.2 2007-01-18 15:54:56 +00:00
csantossaenz
efe95fc405 Added the field external to the mdl_scorm table 2007-01-18 12:05:14 +00:00
skodak
835ebe588b MDL-5690 text format in text type resource is now stored in reference field 2007-01-17 20:41:19 +00:00
csantossaenz
456f5e6e43 Modified scorm module to allow remote packages updating 2007-01-17 15:53:06 +00:00
csantossaenz
75b4cb6456 Added a field to scorm table to store the ckecksum of a remote package 2007-01-17 15:38:40 +00:00
csantossaenz
aa7a17131d added a field to store ckecksum of a remote package 2007-01-17 15:31:40 +00:00
mchurch
7c4b621a20 Fixing bug where quizzes from 1.4 will lose their answers when upgraded to later versions.
Fixes MDL-8207.
2007-01-16 22:02:07 +00:00
jamiesensei
a7f7e52fc5 changed name of moodleform_mod method 'defaults_preprocessing' to 'data_preprocessing' in line with change of set_defaults name to set_data. 2007-01-16 15:36:33 +00:00
bobopinna
5297c819c4 modified dirname call to scorm_dirname that works also with URLs 2007-01-16 14:08:22 +00:00
bobopinna
2347a35113 added scorm 2004 sequencing/navigation support 2007-01-16 14:05:52 +00:00
bobopinna
10fd330f38 new sequencing engine 2007-01-16 14:03:15 +00:00
bobopinna
667a21664a fixed some typos. removed all tabs 2007-01-16 14:01:41 +00:00
bobopinna
76659ac98f moved in locallib.php as a function 2007-01-16 13:23:07 +00:00
bobopinna
76ea4fb419 Moved validation.php in locallib.php as a function. Now is called by lib.php add/updateinstance() 2007-01-16 13:21:19 +00:00
bobopinna
a4813c36c8 The new edit page using QuickForm lib 2007-01-16 13:18:41 +00:00
bobopinna
a6f505ff4a substitute by the new mod_form.php 2007-01-16 13:16:34 +00:00
vyshane
818c1b0592 Merged from 1.7. 2007-01-16 02:44:13 +00:00
sam_marshall
2cf02a3935 MDL-8185: Changed wiki html tag balancer to leave CDATA sections alone 2007-01-15 17:42:06 +00:00
stronk7
73be66c7a8 Now all the modules global config pages are valid XML. Related to MDL-7861 2007-01-13 20:13:58 +00:00
gbateson
4e9e64230f fixed typo in SQL query when starting a new HotPot attempt 2007-01-13 11:46:33 +00:00
gbateson
923aefe7a1 removed db specific conditional clauses from SQL to get grades (see Moodle tracker - mdl-8169) 2007-01-13 02:39:04 +00:00
stronk7
38b7241934 Some more uses of $CFG->dbfamily. MDL-7061 2007-01-13 00:52:59 +00:00
stronk7
a4bad45c2c Some more uses of $CFG->dbfamily. MDL-7061 2007-01-13 00:32:19 +00:00
skodak
32db0d42c9 MDL-8166 some forgotten set_defaults converted to set_data 2007-01-12 19:01:31 +00:00
skodak
beac4717de MDL-8166 rename in/out methods in formslib - HQ consensus 2007-01-12 18:52:09 +00:00
csantossaenz
18fd9bf1b9 The second paremeter has been removed from the required_param($reference) call for allow URL 2007-01-12 12:17:34 +00:00
skodak
eee3dc10dd MDL-7013 advanced buttons inplemented in resource settings 2007-01-12 11:43:25 +00:00
skodak
f6bb9a93a3 MDL-7013 disabeldIf implemented in resource settings 2007-01-12 10:24:01 +00:00