5959 Commits

Author SHA1 Message Date
nicolasconnault
e0af42ef0f Converted embedded media files (avi, wmv and mov) to xhtml strict compliance. However, this is far from finished, since some browsers are not displaying correctly.
<table border="1" cellpadding="2" cellspacing="2">
<tr>
<td></td><th colspan="8">Browsers</th>
</tr>

<tr>
<th>File</th>
<td>FF 1.5</td>
<td>FF 2.0</td>
<td>IE 1.5</td>
<td>IE 1.6</td>
<td>IE 1.7</td>
<td>Safari 2.0</td>
<td>Opera 9.10</td>
<td>Konqueror</td>
</tr>

<tr>
<td>AVI (800x600)</td>
<td>?</td><!-- FF 1.5 -->
<td>?</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>?</td><!-- IE 1.6 -->
<td>?</td><!-- IE 1.7 -->
<td>?</td><!-- Safari 2.0 -->
<td>?</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>AVI (300x200)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK (pb with size)</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>OK</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>WMV (800x600)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>NO</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>WMV (300x200)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK (pb with size)</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>OK</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>MOV (800x600)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>NO</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>

<tr>
<td>MOV (300x200)</td>
<td>?</td><!-- FF 1.5 -->
<td>OK</td><!-- FF 2.0 -->
<td>?</td><!-- IE 1.5 -->
<td>OK</td><!-- IE 1.6 -->
<td>OK</td><!-- IE 1.7 -->
<td>NO</td><!-- Safari 2.0 -->
<td>OK</td><!-- Opera 2.0 -->
<td>?</td><!-- Konqueror 2.0 -->
</tr>
</table>
2007-03-08 07:49:33 +00:00
skodak
7c3dab9f86 MDL-8759 reverted previous incorrect patch with unset($USER), fixed logging function instead; solves the broken language in forum cron too; merged from MOODLE_18_STABLE 2007-03-08 01:09:00 +00:00
moodler
e921dffdc4 Merged notice fixes from stable 18 2007-03-07 07:50:24 +00:00
nicolasconnault
b2e8e723eb MDL-8787 - Created new help file for News Forum Type, and overrode the help button for the forum type select in mod_form.php 2007-03-07 07:13:31 +00:00
toyomoyo
704ca25c57 fixing a warning 2007-03-07 07:12:13 +00:00
toyomoyo
a0f2dae882 fixing a missing { 2007-03-07 06:48:22 +00:00
toyomoyo
15f81ee31d forum_cron should be using the $USER variable and not $userto 2007-03-07 06:45:29 +00:00
toyomoyo
7034b46c8a do not force parents to enrol 2007-03-07 06:22:58 +00:00
toyomoyo
5fac3a5e42 adding test code for new forum_cron() 2007-03-07 05:58:16 +00:00
moodler
918e9805c3 Merged some forum fixes from stable MDL-8767 2007-03-06 12:59:18 +00:00
skodak
f2d042c4c3 MDL-8765 user preference usage cleanup 2007-03-06 10:45:49 +00:00
nicolasconnault
33e2115383 MDL-8759 - Unset $USER 2007-03-06 06:11:10 +00:00
toyomoyo
dfe38a47d4 missing user info 2007-03-06 05:14:46 +00:00
skodak
efe12f6c22 MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes 2007-03-05 11:27:01 +00:00
moodler
453db436a7 Don't allow modes that don't exist 2007-03-05 07:32:21 +00:00
moodler
5af76d3c91 Old fix I'd forgotten 2007-03-05 07:17:32 +00:00
moodler
d293521a90 Merged notice fix from stable 2007-03-05 05:58:28 +00:00
moodler
c8135a3509 Merged notice fix from stable 2007-03-05 05:47:27 +00:00
donal72
78e02af979 XHTML Strict fix: # MDL-8754 2007-03-05 05:04:02 +00:00
moodler
f4e53a4636 Merged group tweaks from stable MDL-8741 2007-03-05 02:52:38 +00:00
moodler
511ec76be0 Merged fixes from stable for MDL-8741 2007-03-05 02:15:32 +00:00
moodler
b5ddfa29c7 Merged MDL-8741 fix from stable 2007-03-04 07:35:29 +00:00
skodak
84347f30b7 MDL-8733 fixed approving logic when editing; merged from MOODLE_16_STABLE 2007-03-03 12:27:55 +00:00
bobopinna
021d903e10 Fixed MDL-8191 2007-03-02 21:30:16 +00:00
skodak
c718dd57ba MDL-8578 new capability for adding and replying to news in forum 2007-03-02 19:41:31 +00:00
nicolasconnault
8058aa051b MDL-7861 - XHTML errors (strict) were found in course/editsection.html and mod/chat/view.php. They were corrected and additional css rules were written to replace the corrected inline styling. 2007-03-02 02:40:30 +00:00
toyomoyo
bb84fffea1 replacing fieldsets with divs for small forms 2007-03-02 01:29:28 +00:00
toyomoyo
c4596d2d20 replacing fielsets with divs in small forms 2007-03-02 01:19:00 +00:00
toyomoyo
66c574c908 replacing fieldsets with divs for small forms 2007-03-02 01:03:50 +00:00
tjhunt
31f6834e36 Fix upgrade that MySQL could not cope with. 2007-03-01 16:47:55 +00:00
nfreear
5489fce7f7 Fixes MDL-6548 "... block should use lists" - blocks: blog tags, news items, recent activity - forum. 2007-03-01 11:13:37 +00:00
toyomoyo
d0e7d6e1d6 replacing fieldsets with divs in small forms 2007-03-01 07:45:14 +00:00
toyomoyo
a1b5dd2bd9 replacing fieldsets with divs in small forms 2007-03-01 07:28:11 +00:00
defacer
927a78087c Merging from MOODLE_16_STABLE:
Fix for MDL-8515: Prefixing chat messages with a slash should not hide the
user's name unless it's a special command we handle.

I completely removed the emoticon handling case, but it seems like it was
not needed for a long time now? Emoticons work just fine without it.
2007-03-01 07:19:57 +00:00
toyomoyo
eba5e98bed replacing fieldsets with divs in small forms 2007-03-01 06:27:15 +00:00
nicolasconnault
0af0271031 MDL-8629 - Outputting correct messages during redirection after forum posting with mail-now selected 2007-03-01 06:01:43 +00:00
toyomoyo
e5c158bbbd fixing javascript error in MDL-8652 2007-03-01 05:47:57 +00:00
toyomoyo
76d4ec0095 replacing fieldsets in small forms to divs 2007-03-01 05:29:50 +00:00
tjhunt
b9ea2b7ad5 Add a unique index to the question_numerical_units table, to prevent duplicate units being created. 2007-02-28 17:19:04 +00:00
tjhunt
a0807a0091 XHTML Strrrrrrict! on quiz module config page.
Fix errors when config changes are saved.

Merged from MOODLE_18_STABLE.
2007-02-28 12:24:54 +00:00
tjhunt
645dff1cf7 Correct logic for stopping people using guest access from doing quizzes. Merged from MOODLE_18_STABLE. 2007-02-28 11:34:50 +00:00
toyomoyo
862c219ae9 merged replacing <fieldset> with <div> 2007-02-28 08:01:41 +00:00
toyomoyo
375ec5a5b0 merged fix for MDL-8655, replacing <fieldset> with <div> 2007-02-28 07:11:58 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
toyomoyo
8663848910 fix for MDL-5958 from Elijah (HSU) 2007-02-28 06:23:25 +00:00
gbateson
e5ea6227e6 removed unnecessary setting of NULL string fields to '', in hotpot_update_to_v2_1_21. 2007-02-28 05:28:53 +00:00
toyomoyo
5328c274d5 merged fix for MDL-8686, MDL-8576, replacing <fieldset> with <div> for display issues 2007-02-28 04:58:48 +00:00
toyomoyo
343e683453 fixed insert_instance so that it complys with the formslib form 2007-02-28 04:12:13 +00:00
toyomoyo
8509c33345 merged fix for MDL-8645, assignment due dates not written into db 2007-02-28 03:26:35 +00:00
martinlanghoff
5e227395d4 hotpot: Fixing db upgrade script
Note MySQL upgrade (earlier on by version)


Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2007-02-28 00:29:24 +00:00