sam_marshall
745c19685c
Wiki: some changes to improve error messages and (slightly) behaviour when in group mode
2006-10-09 14:29:14 +00:00
bobopinna
89656c6129
Fixed some bugs in the datamodel definition
2006-10-09 07:36:51 +00:00
skodak
78d4711ebb
fixed data/index.php when no databases available, initialized array in get_all_instances_in_course() from datalib.php; merged from MOODLE_16_STABLE
2006-10-08 19:45:29 +00:00
skodak
a8f5a8a2e4
Insert a Chinese charachter string to label resource result error MDL-6757
2006-10-08 10:07:03 +00:00
skodak
0ca30166f3
Resource frameset error in IE6 MDL-6842, patch submitted by Chris Fryer.
2006-10-08 08:20:38 +00:00
skodak
c664a03609
added 'Reviewed' assignment status to My moodle page MDL-6834, patch submitted by Stephen Bourget - thanks!
2006-10-08 08:06:04 +00:00
skodak
57f1b91497
fixed some incorrect strtolower() calls that were breaking non ascii languages MDL-6135
2006-10-07 20:47:54 +00:00
gbateson
c0e19266db
simplified the javascript to hide "name", "studentfeedbackurl" and dates when not required
2006-10-07 14:57:37 +00:00
gbateson
fb414b62e5
added PARAM types for all calls to "optional_param()" and "required_param()"
2006-10-07 08:59:59 +00:00
gbateson
cc4782064d
adjust "best grade" to range 0 to hotpot->maxgrade
2006-10-07 05:03:52 +00:00
gbateson
dee022991a
remvoved course selection for admins, and tidied up handling of capabilities
2006-10-07 01:57:57 +00:00
tjhunt
8ff134db82
Typo.
2006-10-06 17:20:37 +00:00
stronk7
29bbfb339a
One malformed XML was preventing wiki_logs to be properly UTF8-ised. MDL-6854
2006-10-06 15:26:13 +00:00
stronk7
b695b9106b
Typo recently introduced. MDL-6336
...
(merged from MOODLE_16_STABLE)
2006-10-06 15:03:46 +00:00
gbateson
bd9c7e8473
fix undefined variable $context on line 135
2006-10-06 09:36:40 +00:00
toyomoyo
837bde0cc0
fix for MDL-6336
2006-10-06 08:26:37 +00:00
gbateson
a81468432a
allow display and deletion of attempts by "All users" including unenrolled students
2006-10-06 08:02:07 +00:00
gbateson
8e6461f749
fix typo on line 89: get_context_instance(CONTEXT_COURSE, $course) ... should be ... get_context_instance(CONTEXT_COURSE, $course->id)
2006-10-06 07:09:27 +00:00
moodler
47545d4161
Removed some references to user_teachers that will probably cause a bug
2006-10-06 06:42:33 +00:00
moodler
f0c9f676db
Remove user_students references
2006-10-06 06:39:29 +00:00
moodler
99938ae7b6
Added some defaults to make sure Exercise is off by default
2006-10-06 06:34:08 +00:00
gbateson
259bcf0c8b
added "format_string" and "stripslashes" when print HotPot name to browser
2006-10-06 06:22:15 +00:00
toyomoyo
1b19e8107e
fix for MDL-6859, MDL-6860
2006-10-06 06:04:32 +00:00
gbateson
2398e835a8
renamed all $hp to $hotpot; added/update/delete calendar events when adding/updating/deleting hotpots; add functions required for participation report;
2006-10-06 05:56:53 +00:00
toyomoyo
0c40e390ad
adding utf8 support for new fields
2006-10-06 04:03:02 +00:00
gbateson
85b05f3784
removed all references to obsolete indexes on "hotpot_questions.name" and "hotpot_strings.string"
2006-10-06 02:03:43 +00:00
gbateson
cd49109677
reset version number in HotPot v1 with over-advanced version number
2006-10-06 01:25:56 +00:00
tjhunt
ec467c6929
MDL-6837 - move warning about pupup blockers into the lang file. Merged from MOODLE_16_STABLE.
2006-10-05 15:58:08 +00:00
bobopinna
04231a9547
Fixed comments_from_learner data element to fit ADL requirements
2006-10-05 06:48:30 +00:00
toyomoyo
b1e68bff0e
removing some debugging statements
2006-10-05 03:26:22 +00:00
vyshane
1a7cdb11b4
Merged fixes for MDL-2583
2006-10-05 03:18:29 +00:00
thompson697
eb87ac71c5
Change creation of restorelog file location to protected backupdata folder.
...
Reassign style and language links
2006-10-04 14:50:50 +00:00
moodler
57bdc37ddb
Committed a fix for streaming chat from Dan Polawski, MDL-6791
...
Seems to help!
2006-10-04 12:58:09 +00:00
tjhunt
b22fc90182
MDL-6814 - Can't change "maximum grade" value on a quiz. Now you can.
2006-10-04 10:21:23 +00:00
sam_marshall
b9f67bd23d
[MDL-6701] Added closing </form> tags in wiki admin pages (the pages are still not xhtml, but...)
2006-10-04 10:20:21 +00:00
sam_marshall
bdbed68baf
Wiki: list of pages to strip in the 'are you sure' message was incorrectly URL-encoded on display to user, this fix removes url encoding and html-encodes it instead
2006-10-04 10:11:15 +00:00
sam_marshall
1e4c8535ef
Wiki - fixed 'Strip versions' that didn't work in postgres because of GROUP BY a select alias not being allowed. (Even tested in mysql this time...)
2006-10-04 10:03:02 +00:00
bobopinna
acba841b09
Fixed a bad error code choose
...
Rewritten the GetErrorString function to fix bad error code call
2006-10-04 06:22:18 +00:00
bobopinna
e743389667
Added API property version required from ADL Test Suite
2006-10-04 06:18:49 +00:00
skodak
793a8c3af7
Assignment Module breaks MyMoodle Page MDL-6802, revisited - I hope it is correct now
2006-10-03 23:34:03 +00:00
skodak
9731624c87
Assignment Module breaks MyMoodle Page MDL-6802, please test it
2006-10-03 18:31:51 +00:00
moodler
921a34d61b
Added copyright notice (they paid moodle.com for this development)
...
http://moodle.org/mod/forum/discuss.php?d=55410
2006-10-03 12:51:24 +00:00
moodler
50e07a4995
Patched login for discussions
2006-10-03 01:19:35 +00:00
moodler
8303eb8447
Fixes related to presets and MDL-6755.
...
The original code was shocking once I started reviewing it, and even
after heavy editing I'm still not happy with it, but at least it works
more like it was supposed to.
Needs more cleaning up to make it clearer and probably safer.
Also, presets can now contain langage packs and they'll be used.
The image gallery is an example.
2006-10-02 17:24:54 +00:00
moodler
f22e389a41
Added language files to default preset as an example
2006-10-02 15:27:24 +00:00
skodak
8d9425149f
fixed directory creation issues in advanced upload assignment
2006-10-02 08:44:58 +00:00
skodak
8704af63b7
Student cannot see handed-in upload single assignment MDL-6770
2006-10-02 08:36:07 +00:00
skodak
8c408f8e46
assignment intro hiding before available date is now optional in advanced upload type ( MDL-6131 ), the rest of types will not be changed
2006-10-02 08:21:35 +00:00
skodak
01194b77ec
fixed error in assignments when no students enrolled in course
2006-10-01 21:45:54 +00:00
skodak
29889a2a45
partially fixed - assignment intro always avaible even setting available date MDL-6131
2006-10-01 21:35:16 +00:00