Commit graph

25465 commits

Author SHA1 Message Date
csantossaenz
a46cf52d26 Firex MDL-8600. Added code to get the scoid which was missed 2007-03-08 12:41:43 +00:00
csantossaenz
f9d553cca7 Comments and debug messages deleted from last version 2007-03-08 12:39:35 +00:00
csantossaenz
28ffbff352 Fixed MDL - 8600: scorm_simple_play function changed to make it work in PostgreSQL, making the changes explained on moodle-tracker 8600 2007-03-08 12:06:26 +00:00
nfreear
8834b12ad2 Follow-up fixes for MDL-8531 "Groups icons..." -PARAM_ALPHANUM bug. 2007-03-08 10:35:28 +00:00
moodler
16b4e5b6b2 A few tweaks to the comments and output of Yu's change to forum_cron 2007-03-08 08:22:24 +00:00
moodler
909409b5ef Merged fix for rss enclosure notices from 1.8 2007-03-08 08:13:11 +00:00
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
pichetp
38a2212c8f merge from 18 STABLE MDL-8809 2007-03-08 07:10:12 +00:00
pichetp
a7b696ef38 merge from 18 STABLE MDL-8809 2007-03-08 07:02:53 +00:00
pichetp
fd0973ccaa merging form 18 STABLE MDL-8809 2007-03-08 06:57:33 +00:00
pichetp
f6232d583e merge from 18-STABLE MDL-8809 2007-03-08 06:53:36 +00:00
toyomoyo
f15850f899 merged fixing a typo 2007-03-08 06:05:32 +00:00
moodler
23adf25248 Merged ppichet changes to quiz files from 1.8 2007-03-08 05:15:19 +00:00
toyomoyo
d0c5373f16 merged changing require_once to include_once to tolerate faulty mods 2007-03-08 03:32:55 +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
skodak
e50916c80f MDL-6196 minor related cleanup - should not be needed to backport it; merged from MOODLE_18_STABLE 2007-03-08 00:10:49 +00:00
skodak
684663f526 MDL-6196 infinite loop in header encoding when using some site charsets (gb18030); merged from MOODLE_18_STABLE 2007-03-08 00:05:58 +00:00
pichetp
0f22fa4157 merge from 18 (adding null) MDL-8806 2007-03-07 19:44:55 +00:00
nfreear
2721fe0cdf Fixes MDL-8531 "Groups icons are no longer being uploaded" 2007-03-07 19:09:16 +00:00
pichetp
f0ee68f738 first modifications MDL-5650 2007-03-07 16:31:58 +00:00
pichetp
dce6e520ad merging form 18_STABLE correcting </divt> to <div> line 30 2007-03-07 15:10:43 +00:00
moodler
eef879ecdb Merged patches from MDL-8385 from 1.8 stable 2007-03-07 13:45:41 +00:00
urs_hunkler
c16ba031ac merged from 1.8 - removed commented old block widths definitions 2007-03-07 09:49:56 +00:00
urs_hunkler
d41746c954 'merged from 1.8 - block width definition did not work any more, needs to come after config.php is loaded' 2007-03-07 09:47:23 +00:00
skodak
66a27728a9 fixed unassigning to use standard function in get_legacy_type() 2007-03-07 09:38:21 +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
0616d3e82f Merged fixes for MDL-8785 from 1.8 to head 2007-03-07 04:56:07 +00:00
nicolasconnault
a66fe10336 MDL-8758 - Corrected the packagezip -> package.zip typo in 3 locations (2 in admin/langimport.php and 1 in install.php). The notification about allow_url_fopen has already been added to the default lang/en_utf8/error.php string. 2007-03-07 02:02:41 +00:00
moodler
78d4a57d30 Merged display footer fixes for block course_list 2007-03-07 02:02:17 +00:00
toyomoyo
3fe54e5195 merged, fixing hidden teacher upgrade 2007-03-07 01:35:47 +00:00
nicolasconnault
45b26feebb MDL-2974 - Corrected notification of correctly entered new category with multilang display 2007-03-07 01:25:43 +00:00
skodak
18ceee5c25 MDL-8777 Failing setup_lang_from_browser if lang contains dash; user lang preference not respected 2007-03-06 23:51:34 +00:00
skodak
279948083b MDL-8777 Failing setup_lang_from_browser if lang contains dash 2007-03-06 22:33:03 +00:00
skodak
d67de0ca05 MDL-7633 legacy capabilities now have special menu 2007-03-06 22:01:22 +00:00
skodak
b357ed13f3 MDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each role 2007-03-06 19:19:19 +00:00
tjhunt
08eef20df4 MDL-8349 - responses not being filtered in history display. Merged from MOODLE_18_STABLE. 2007-03-06 18:00:23 +00:00
skodak
de7d84b107 removed some forgotten comments ;-) 2007-03-06 17:00:49 +00:00
skodak
89d1efe4fe (MDL-8745) prevent cannot logon trouble after update to 1.8 2007-03-06 16:56:00 +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
tjhunt
06565ec739 Add a couple more plugin types to get_string that Martin missed yesterday. 2007-03-06 07:57:22 +00:00
nicolasconnault
33e2115383 MDL-8759 - Unset $USER 2007-03-06 06:11:10 +00:00
nicolasconnault
6d2d91d6b7 MDL-8771 - Restricted has_capability() sanity checks to DEVELOPER debug mode 2007-03-06 05:36:19 +00:00
toyomoyo
dfe38a47d4 missing user info 2007-03-06 05:14:46 +00:00