Commit graph

6298 commits

Author SHA1 Message Date
Martin Langhoff
f5c39e0b23 cvsimport fixups 2007-08-29 13:13:58 +12:00
tjhunt
9ce40f4de1 MDL-10858 - Edit field sizes for overall feedback are silly 2007-08-15 12:44:30 +00:00
tjhunt
c72a4079b1 MDL-10834 - Restore of quiz module may create calendar events without a date/time. Fix thanks to Derek Woolhead. Merged from MOODLE_17_STABLE. 2007-08-14 13:33:44 +00:00
tjhunt
1138529ffa Notice on quiz config.html page. - backported from HEAD. 2007-08-13 11:20:59 +00:00
toyomoyo
80289b2543 MDL-10691, slow forum_role_unassign() 2007-08-13 05:38:14 +00:00
moodler
6339452c3e Added a small exception to make a download link for zip files MDL-9478 2007-08-11 14:56:48 +00:00
stronk7
31682b1276 Fixing one SQL that could cause problems with coincidences
in the associative array. MDL-10787
2007-08-10 01:44:46 +00:00
moodler
2e5815427b Further to MDL-10771 2007-08-09 13:28:15 +00:00
moodler
1c2d58cc99 Further fix for MDL-10771 2007-08-09 13:27:06 +00:00
moodler
ebecdf8d14 Removed <P> tags MDL-10771 2007-08-09 13:24:13 +00:00
moodler
9b2aa32147 FIxed display of results when groups have been defined
It was only showing the current group EVEN even the choice acticity itself was not in group mode
2007-08-09 06:25:49 +00:00
tjhunt
4514f4bf4b MDL-10759 - Bogus get_context_instance call in quiz_print_recent_mod_activity. Merged from MOODLE_17_STABLE. 2007-08-08 11:31:09 +00:00
stronk7
62ec0b2bd4 Id tag added + whitespace cleaning 2007-08-06 23:20:21 +00:00
stronk7
4adbf6cf72 Added Id tag 2007-08-06 18:28:30 +00:00
poltawski
87aa917219 MDL-10715 - remove inappropiate 'upload not allowed' options on upload assignment types! 2007-08-06 13:26:43 +00:00
tjhunt
1221d87de8 MDL-9519 - incorrectuse of language strings in quiz. 2007-08-06 13:22:06 +00:00
moodler
caa413ece1 Some fixes relating to the unsubscribe link in emails for some types of forums 2007-08-06 13:08:05 +00:00
stronk7
1f31378d11 fix insert_record() call using arrays instead of objects
Merged from MOODLE_17_STABLE
2007-08-05 22:49:49 +00:00
urs_hunkler
db8a7ac9d1 $thumbheigt was calculated instead of $thumbwidth 2007-08-05 16:40:05 +00:00
tjhunt
4fadd52878 Tabs to spaces. 2007-08-03 10:34:15 +00:00
tjhunt
87b9156edb MDL-10690 - Make quiz name a manditory field. 2007-08-03 10:32:53 +00:00
gbateson
964b1bb8c5 fix 2 javascript errors: "getELementById not defined" and "parseint not defined" 2007-08-01 05:23:35 +00:00
tjhunt
9ff3b4ab32 MDL-10300 - cleaning incorrectly applied to overall feedback. Backported from HEAD. 2007-07-30 10:41:15 +00:00
tjhunt
c7ff87ee13 OU Bug 2867 - Overview report keeps forgetting the 'Display options' settings. Merged from OU Moodle. 2007-07-25 17:08:24 +00:00
mark-nielsen
13f4d81384 Fixed MDL-9923 2007-07-24 07:01:43 +00:00
stronk7
02e7dadc05 Let's use the default (cached) list of fields here. MDL-10571 2007-07-23 16:33:54 +00:00
moodler
84345a1d0d Fixed a broken link to full post in searches 2007-07-23 09:10:47 +00:00
mchurch
d715f651f4 Changing the doc. 2007-07-19 17:01:04 +00:00
tjhunt
597abe1a2c MDL-8056 - one if statement was missed during Matt Clarkson's/Eloy's commit on 15th July 2007. 2007-07-19 16:51:05 +00:00
mchurch
9a1dd76cfa Adding 'get_coursemodule_info' to the standard available functions for assignment types. As a minimum, this allows assignment types to add their own icon (like resource does). 2007-07-19 16:49:08 +00:00
moodler
ece92348bf Merged fixes for mp3 and flv files from MDL-9739 2007-07-19 06:00:19 +00:00
moodler
29b30932c9 Merged fix for navigation from HEAD 2007-07-19 03:51:20 +00:00
skodak
9d46c8fbbf MDL-10517 Use of addslashes in assignment/lib.php; backported from HEAD 2007-07-18 18:43:51 +00:00
toyomoyo
43a8efaadc fix for MDL-10475, before dropping student can post add an override for all legacy student role to prevent them from adding entries. 2007-07-17 02:45:47 +00:00
skodak
ce52f7c68c MDL-10482 incorrect texarea height; backported from HEAD 2007-07-16 14:51:03 +00:00
stronk7
1aca4eeaf0 Now the glossary->allowcoments setting is respected. MDL-8056
Credit goes to Matt Clarkson. Thanks.
2007-07-15 22:24:43 +00:00
tjhunt
e0fdaa9de0 MDL-10452 - start quiz UI is confusing if you have quiz:preview capability. Change the 'start/continue attempt button' to say 'start/continue preview' in this case. Merged from MOODLE_17_STABLE. 2007-07-13 15:58:32 +00:00
moodler
be8963b70c Fixed a string for the no posts page 2007-07-13 03:04:25 +00:00
nfreear
be76a35ac3 Part fix of bug MDL-10332 "Data module not filtering list by group on .." - restore bug. Merged. 2007-07-12 14:15:58 +00:00
Martin Langhoff
9084681497 cvsimport fixups 2007-07-07 14:09:13 +12:00
urs_hunkler
44a718e930 In HTML resources the container box collapsed, when floats are used for content. Solved by adding "clearfix" to the classes. 2007-07-06 08:38:42 +00:00
bobopinna
d9a1a6f021 Fixed a bad definited string 2007-07-03 10:27:30 +00:00
bobopinna
d10fd935b9 Readded Exit link now called "Exit Activity" 2007-07-03 09:36:31 +00:00
bobopinna
d205581b9e Fixed bug MDL-9236 2007-07-03 09:27:42 +00:00
bobopinna
e3c424e08c Fixed bug MDL-9776 2007-07-03 09:17:39 +00:00
bobopinna
fa21044e08 Fixed bug MDL-10318 on db/update.php 2007-07-03 07:55:33 +00:00
bobopinna
5b696e30cc Fixed bug MDL-10318 2007-07-03 07:54:32 +00:00
stronk7
5c03a7d201 File no longer used. It's under formslib control since
Moodle 1.8. Thanks James! MDL-10036
2007-07-02 17:10:47 +00:00
stronk7
55c59f5050 XHTML conmpliance 2007-07-02 17:02:06 +00:00
stronk7
c9c54db3d8 Using the new "choose" parameter to navigate/preview/choose
IMS-CP resource packages. MDL-10036
2007-07-02 16:56:31 +00:00