5362 Commits

Author SHA1 Message Date
jamiesensei
6e372b2591 added commenting to addDependency method and used new functionality in forum\mod_form.php 2006-11-21 09:33:48 +00:00
tjhunt
6a126d3c3f Fix function arguments. 2006-11-19 21:28:15 +00:00
gbateson
dce744cc05 fix sort order of questions in legend, which caused mismatch between question numbers used in Detailed Statistics report and those used in the legend 2006-11-18 08:55:11 +00:00
tjhunt
bdf84aca92 Typo in function name. Merged from MOODLE_17_STABLE. 2006-11-16 16:46:11 +00:00
tjhunt
f2603dcc89 MDL-7576 - review link does not work after attempt is closed. Thanks to Chad Badiyan for the fix. Merged from MOODLE_17_STABLE. 2006-11-16 12:43:10 +00:00
skodak
37aaf16c92 Response file not uploading when grading student submission when using secureforms MDL-7566; merged from MOODLE_17_STABLE 2006-11-15 20:57:42 +00:00
skodak
70ad6fdbe6 Broken next button when grading assignments MDL-7569; merged from MOODLE_17_STABLE 2006-11-15 19:39:17 +00:00
tjhunt
1492a48f3c MDL-7309 Add error checking to the Quiz DB upgrade script. This should prevent the mysterious failures that some people are seeing when upgrading quizzes from 1.5.x to 1.6.x. Merged from MOODLE_16_STABLE. 2006-11-15 12:59:49 +00:00
jamiesensei
373503035f little bit of clean up. removed extra global var and format element helpbutton is now included in element definition. 2006-11-15 07:49:43 +00:00
jamiesensei
5f649aaa79 migrated mod/lesson/mod.html to formslib 2006-11-15 07:44:33 +00:00
toyomoyo
33a893aa2b merged, adding missing fields 2006-11-15 06:28:37 +00:00
toyomoyo
e1658dad73 merged, replacing deprecated functions 2006-11-15 06:23:28 +00:00
toyomoyo
baecd8cd72 dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
toyomoyo
ced6ca158f fixing alt tag to use capital "More" 2006-11-15 02:10:59 +00:00
jamiesensei
b2a0cb86d0 migrated journal/mod.html to formslib 2006-11-14 06:01:11 +00:00
jamiesensei
ed904dce6d range third parameter doesn't work pre PHP 5.0 removed the use of this. 2006-11-14 05:38:10 +00:00
jamiesensei
630371c03a *** empty log message *** 2006-11-13 09:20:42 +00:00
jamiesensei
085cfa7240 removing mod.html migrated to formslib 2006-11-13 07:56:01 +00:00
jamiesensei
a02c77dc6e glossary form migrated to formslib
and other formslib forms now using $COURSE global
2006-11-13 07:52:01 +00:00
vyshane
3d436d5974 Error message to use lang string nopostdiscussion 2006-11-13 07:38:51 +00:00
vyshane
a4ea3ef30a Merged from 1.7 2006-11-13 07:32:21 +00:00
ikawhero
90a0c73001 Replacing with working image. 2006-11-13 06:26:44 +00:00
vyshane
9fbccd3907 Merged from 1.7 2006-11-13 03:27:41 +00:00
toyomoyo
7ee256eed3 fix for MDL-7474, provide alt text for ascending/descending icons in glossary 2006-11-13 02:20:47 +00:00
toyomoyo
8c64b8ade5 fix for MDL-7473, adding alt tag for printer friendly version 2006-11-13 02:07:10 +00:00
skodak
c58efbf529 readded file uploads to forum post form, file processing was not updated because it would need a rewrite MDL-6961 2006-11-12 18:36:00 +00:00
jamiesensei
d24206d657 fixed problem with select box element for 'forum type' which must sometimes display option which is otherwise unselectable. 2006-11-12 11:07:12 +00:00
skodak
1936c10e54 fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899 2006-11-12 08:55:13 +00:00
skodak
810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
toyomoyo
5fdb12fe29 merged, fields should be backed up regardless of whether user data is selected 2006-11-10 04:17:37 +00:00
toyomoyo
c3bfe9fea8 merged, fields should be restored regardless of whether user data is to be restored 2006-11-10 04:11:10 +00:00
jamiesensei
535e0ab6c3 migrated mod/forum/mod.html to new formslib 2006-11-10 03:04:34 +00:00
jamiesensei
de5a83bc45 removed extra erroneous help button 2006-11-10 02:23:12 +00:00
skodak
0e52f01f0e coding style changes MDL-6961 2006-11-09 23:04:55 +00:00
skodak
396169f176 tiny coding style fix 2006-11-09 21:34:14 +00:00
jamiesensei
6403e67965 migrated mod/data/mod.html to formslib. Still to add lockoption functionality. 2006-11-09 19:44:20 +00:00
jamiesensei
264867fdeb add code to redirect to modedit.php from course/mod.php for activities adding / updating using new formslib
migrated chat/mod.html to formslib definition of form is in chat/mod_form.php
2006-11-09 18:25:58 +00:00
moodler
dae2952a59 Fix throttling capabilities so this works MDL-7414 2006-11-09 09:28:59 +00:00
moodler
981af8b8e1 Merged guest reply fix for MDL-7393 2006-11-08 09:45:09 +00:00
jamiesensei
bb40325e1b removed trusttext method from formslib which was unnecessary and revised trusttext use in mod/form/post.php 2006-11-08 06:22:58 +00:00
jamiesensei
8adca237cf following on from last commit to post.php removing redundant post.html and adding post_form.php new formslib form description 2006-11-07 09:08:08 +00:00
jamiesensei
2b63df96c3 migrated mod/forum/post.php to formslib and fixed a string in course/edit_form.php 2006-11-07 08:48:18 +00:00
mjollnir_
d3674ed965 Merged from MOODLE_17_STABLE: fixed the journal upgrade. renaming a null column to not null is unhappy 2006-11-07 00:09:37 +00:00
skodak
da5104e60a better param handling SC#331; merged from MOODLE_17_STABLE 2006-11-06 20:35:01 +00:00
moodler
f5bf7ea86a Merged reply link fix from stable 2006-11-05 09:35:01 +00:00
toyomoyo
e22482a73e fix for MDL-7300, mssql not null problem 2006-11-03 08:46:50 +00:00
toyomoyo
45ff09e49c merged fix for MDL-7031, removing control tags from add template 2006-11-03 03:27:10 +00:00
toyomoyo
b82fcee12a merged fix for MDL-6721 wiki broken for SPG 2006-11-02 08:50:52 +00:00
toyomoyo
5169310847 merged fix for MDL-7112 select distinct on text field 2006-11-02 02:17:39 +00:00
toyomoyo
0b9873f2a5 merged fix for MDL_7112 select distinct on text fields 2006-11-02 02:10:53 +00:00