25382 Commits

Author SHA1 Message Date
stronk7
375450a4e7 Prevent some languages without word whitespace separators to use
documental searches over MySQL.

Merged from MOODLE_18_STABLE
2007-03-09 20:58:01 +00:00
skodak
854f5ef034 MDL-8834 smtp debugging can now be turned off - now independent on $CFG->debug; merged from MOODLE_18_STABLE 2007-03-09 20:16:48 +00:00
stronk7
532daab479 Adding support for forum documental searches. Disabled by default.
Only MySQL supported. Experimental under 1.8! MDL-8830

Merged from MOODLE_18_STABLE
2007-03-09 18:29:32 +00:00
stronk7
b2964e45d9 Added the search_generate_text_SQL() function that generates
SQL clauses using documental indexes. Only MySQL for now.
Under 1.8 this isn't used officially (experimental!) but
we need it here right now (won't interfere at all). MDL-8830

Merged from MOODLE_18_STABLE
2007-03-09 18:21:06 +00:00
sam_marshall
cc7565ea84 Merging MDL-8825 Fixed html editor in wiki (invisible fieldset problem) 2007-03-09 15:44:48 +00:00
tjhunt
c2f51fe3be Groups upgrade fails if you have groups defined, but none of them contain any members. 2007-03-09 14:33:50 +00:00
exe-cutor
3ea28768af Merging authentication changes back to head 2007-03-09 13:20:55 +00:00
sam_marshall
0e9d0c0b85 Made it so you can call require_js after header printed (bug 8823) 2007-03-09 12:52:35 +00:00
toyomoyo
521296f5b8 merged fix for MDL-8782, adding a mentees block 2007-03-09 07:08:27 +00:00
pichetp
fde0ef3922 merging from 18 STABLE 2007-03-09 05:50:55 +00:00
pichetp
46551466d8 modifs MDL-5650 2007-03-09 05:28:40 +00:00
moodler
b7791fab19 Merged fix for MDL-8803 from 1.8 2007-03-09 05:04:53 +00:00
moodler
f7f3e25ea4 Automatic installer.php lang files by installer_builder (20070309) 2007-03-09 03:40:45 +00:00
toyomoyo
377314aee5 forgot to check this in 2007-03-09 02:59:52 +00:00
toyomoyo
3a35a34e9c merged fix for MDL-8681, course imports creates duplicate roles 2007-03-09 02:39:44 +00:00
skodak
aa2d0152e1 MDL-8814 fixed typo; merged from HEAD 2007-03-08 15:23:49 +00:00
moodler
4dad2828a6 Merged fixes from MDLSITE-145 regarding forum_cron problems 2007-03-08 13:55:02 +00:00
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