]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoMDL-8872 Merged "course" fixes from 1.8
moodler [Tue, 13 Mar 2007 08:52:46 +0000 (08:52 +0000)]
MDL-8872 Merged "course" fixes from 1.8

18 years agoMDL-8696 - Just reduced input field from 64 to 48
nicolasconnault [Tue, 13 Mar 2007 07:38:54 +0000 (07:38 +0000)]
MDL-8696 - Just reduced input field from 64 to 48

18 years agoallow guests to see the reply link
toyomoyo [Tue, 13 Mar 2007 04:49:05 +0000 (04:49 +0000)]
allow guests to see the reply link

18 years agomerged fix for MDL-8864, users with no replypost capabilitiy can see reply link
toyomoyo [Tue, 13 Mar 2007 04:37:57 +0000 (04:37 +0000)]
merged fix for MDL-8864, users with no replypost capabilitiy can see reply link

18 years agoAutomatic installer.php lang files by installer_builder (20070313)
moodler [Tue, 13 Mar 2007 03:28:09 +0000 (03:28 +0000)]
Automatic installer.php lang files by installer_builder (20070313)

18 years agoMDL-8855 - Wrote additional GD code to support alpha transparency in PNG files.
nicolasconnault [Tue, 13 Mar 2007 02:40:18 +0000 (02:40 +0000)]
MDL-8855 - Wrote additional GD code to support alpha transparency in PNG files.

18 years agomerged fixing a broken has_capability() call
toyomoyo [Tue, 13 Mar 2007 00:52:14 +0000 (00:52 +0000)]
merged fixing a broken has_capability() call

18 years agoMerging in navigation to breadcrumb conversion fix for MDL-8843
mark-nielsen [Mon, 12 Mar 2007 23:04:07 +0000 (23:04 +0000)]
Merging in navigation to breadcrumb conversion fix for MDL-8843

18 years agoMDL-8857
thepurpleblob [Mon, 12 Mar 2007 16:32:52 +0000 (16:32 +0000)]
MDL-8857
Make numerical and essay question formats more consistent.

18 years agoMD here! Adding a blank line just to test pichetp account
pichetp [Mon, 12 Mar 2007 15:26:59 +0000 (15:26 +0000)]
MD here!  Adding a blank line just to test pichetp account

18 years agoMerged registration button fix from stable
moodler [Mon, 12 Mar 2007 13:42:46 +0000 (13:42 +0000)]
Merged registration button fix from stable

18 years agoMerged navigation menu fixed from stable
moodler [Mon, 12 Mar 2007 13:26:29 +0000 (13:26 +0000)]
Merged navigation menu fixed from stable

18 years agoComitting language string for Pierre Pichet.
tjhunt [Mon, 12 Mar 2007 11:39:47 +0000 (11:39 +0000)]
Comitting language string for Pierre Pichet.

18 years agoMDL-5229 and MDL-6196 adding gb18030 mime header encoding; merged from MOODLE_18_STABLE
skodak [Mon, 12 Mar 2007 08:41:28 +0000 (08:41 +0000)]
MDL-5229 and MDL-6196 adding gb18030 mime header encoding; merged from MOODLE_18_STABLE

18 years agoMerged patch (1.536.2.14) from stable into head MDL-8767
moodler [Mon, 12 Mar 2007 07:29:06 +0000 (07:29 +0000)]
Merged patch (1.536.2.14) from stable into head  MDL-8767

18 years agomerged fix for MDL-8821, do not display grade table when no grade
toyomoyo [Mon, 12 Mar 2007 07:01:09 +0000 (07:01 +0000)]
merged fix for MDL-8821, do not display grade table when no grade

18 years agoMDL-8737 - Added a focus() to the generated validation JS, so that if an element...
nicolasconnault [Mon, 12 Mar 2007 06:43:24 +0000 (06:43 +0000)]
MDL-8737 - Added a focus() to the generated validation JS, so that if an element fails client-side validation, the focus jumps straight to it when the submit button is clicked. This doesn't yet work with HTMLArea elements.

18 years agoMDL-8792 - Simply added help icon to explain the options available regarding embeddin...
nicolasconnault [Mon, 12 Mar 2007 05:46:41 +0000 (05:46 +0000)]
MDL-8792 - Simply added help icon to explain the options available regarding embedding media files in the site.

18 years agoMDL-8847 - Added a little 'p' :-)
nicolasconnault [Mon, 12 Mar 2007 05:19:21 +0000 (05:19 +0000)]
MDL-8847 - Added a little 'p' :-)

18 years agoMerging in fix for MDL-8843 from MOODLE_18_STABLE
mark-nielsen [Mon, 12 Mar 2007 03:38:06 +0000 (03:38 +0000)]
Merging in fix for MDL-8843 from MOODLE_18_STABLE

18 years agomerged fixed a broken sql call to get_my_courses
toyomoyo [Mon, 12 Mar 2007 03:07:43 +0000 (03:07 +0000)]
merged fixed a broken sql call to get_my_courses

18 years agoMNET: Check that xml-rpc is installed: #MDL-8731 #MDL-8846
donal72 [Mon, 12 Mar 2007 02:31:50 +0000 (02:31 +0000)]
MNET: Check that xml-rpc is installed: #MDL-8731 #MDL-8846

18 years agomerged fix for parent forloginforprofile problem
toyomoyo [Mon, 12 Mar 2007 01:22:25 +0000 (01:22 +0000)]
merged fix for parent forloginforprofile problem

18 years agoIn the missing mode, substr() function introduced in MDL-8184 patch is now replaced...
mudrd8mz [Sun, 11 Mar 2007 22:41:56 +0000 (22:41 +0000)]
In the missing mode, substr() function introduced in MDL-8184 patch is now replaced by lang_xhtml_save_substr(). Fixes MDL-8852.

There was a problem with pure substr() which could possibly produce XHTML parsing error - see an example:
   substr('Marks & Spencer', 0, 9) -> 'Marks &am' ... is not XHTML compliance
The new function takes care of HTML entities during cutting the string.

18 years agoMDL-8849 use proper value quoting; merged from MOODLE_18_STABLE
skodak [Sun, 11 Mar 2007 19:59:54 +0000 (19:59 +0000)]
MDL-8849 use proper value quoting; merged from MOODLE_18_STABLE

18 years agoMerged argument fix from stable
moodler [Sun, 11 Mar 2007 06:59:53 +0000 (06:59 +0000)]
Merged argument fix from stable

18 years agoI've updated the timezones from the latest Olsen data MDL-8842
moodler [Sat, 10 Mar 2007 14:47:45 +0000 (14:47 +0000)]
I've updated the timezones from the latest Olsen data   MDL-8842

Should fix all the USA issues for 2007

18 years agomerge from 18 STABLE
pichetp [Sat, 10 Mar 2007 11:05:26 +0000 (11:05 +0000)]
merge from 18 STABLE

18 years agomerge from 18_STABLE
pichetp [Sat, 10 Mar 2007 10:31:49 +0000 (10:31 +0000)]
merge from 18_STABLE

18 years agoAutomatic installer.php lang files by installer_builder (20070310)
moodler [Sat, 10 Mar 2007 03:24:03 +0000 (03:24 +0000)]
Automatic installer.php lang files by installer_builder (20070310)

18 years agoMDL-8177 - Random questions selected deleted questions. Merged from MOODLE_18_STABLE.
tjhunt [Sat, 10 Mar 2007 00:34:05 +0000 (00:34 +0000)]
MDL-8177 - Random questions selected deleted questions. Merged from MOODLE_18_STABLE.

18 years agoPrevent some languages without word whitespace separators to use
stronk7 [Fri, 9 Mar 2007 20:58:01 +0000 (20:58 +0000)]
Prevent some languages without word whitespace separators to use
documental searches over MySQL.

Merged from MOODLE_18_STABLE

18 years agoMDL-8834 smtp debugging can now be turned off - now independent on $CFG->debug; merge...
skodak [Fri, 9 Mar 2007 20:16:48 +0000 (20:16 +0000)]
MDL-8834 smtp debugging can now be turned off - now independent on $CFG->debug; merged from MOODLE_18_STABLE

18 years agoAdding support for forum documental searches. Disabled by default.
stronk7 [Fri, 9 Mar 2007 18:29:32 +0000 (18:29 +0000)]
Adding support for forum documental searches. Disabled by default.
Only MySQL supported. Experimental under 1.8! MDL-8830

Merged from MOODLE_18_STABLE

18 years agoAdded the search_generate_text_SQL() function that generates
stronk7 [Fri, 9 Mar 2007 18:21:06 +0000 (18:21 +0000)]
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

18 years agoMerging MDL-8825 Fixed html editor in wiki (invisible fieldset problem)
sam_marshall [Fri, 9 Mar 2007 15:44:48 +0000 (15:44 +0000)]
Merging MDL-8825 Fixed html editor in wiki (invisible fieldset problem)

18 years agoGroups upgrade fails if you have groups defined, but none of them contain any members.
tjhunt [Fri, 9 Mar 2007 14:33:50 +0000 (14:33 +0000)]
Groups upgrade fails if you have groups defined, but none of them contain any members.

18 years agoMerging authentication changes back to head
exe-cutor [Fri, 9 Mar 2007 13:20:55 +0000 (13:20 +0000)]
Merging authentication changes back to head

18 years agoMade it so you can call require_js after header printed (bug 8823)
sam_marshall [Fri, 9 Mar 2007 12:52:35 +0000 (12:52 +0000)]
Made it so you can call require_js after header printed (bug 8823)

18 years agomerged fix for MDL-8782, adding a mentees block
toyomoyo [Fri, 9 Mar 2007 07:08:27 +0000 (07:08 +0000)]
merged fix for MDL-8782, adding a mentees block

18 years agomerging from 18 STABLE
pichetp [Fri, 9 Mar 2007 05:50:55 +0000 (05:50 +0000)]
merging from 18 STABLE

18 years agomodifs MDL-5650
pichetp [Fri, 9 Mar 2007 05:28:40 +0000 (05:28 +0000)]
modifs MDL-5650

18 years agoMerged fix for MDL-8803 from 1.8
moodler [Fri, 9 Mar 2007 05:04:53 +0000 (05:04 +0000)]
Merged fix for MDL-8803 from 1.8

18 years agoAutomatic installer.php lang files by installer_builder (20070309)
moodler [Fri, 9 Mar 2007 03:40:45 +0000 (03:40 +0000)]
Automatic installer.php lang files by installer_builder (20070309)

18 years agoforgot to check this in
toyomoyo [Fri, 9 Mar 2007 02:59:52 +0000 (02:59 +0000)]
forgot to check this in

18 years agomerged fix for MDL-8681, course imports creates duplicate roles
toyomoyo [Fri, 9 Mar 2007 02:39:44 +0000 (02:39 +0000)]
merged fix for MDL-8681, course imports creates duplicate roles

18 years agoMDL-8814 fixed typo; merged from HEAD
skodak [Thu, 8 Mar 2007 15:23:49 +0000 (15:23 +0000)]
MDL-8814 fixed typo; merged from HEAD

18 years agoMerged fixes from MDLSITE-145 regarding forum_cron problems
moodler [Thu, 8 Mar 2007 13:55:02 +0000 (13:55 +0000)]
Merged fixes from MDLSITE-145 regarding forum_cron problems

18 years agoFirex MDL-8600. Added code to get the scoid which was missed
csantossaenz [Thu, 8 Mar 2007 12:41:43 +0000 (12:41 +0000)]
Firex MDL-8600. Added code to get the scoid which was missed

18 years agoComments and debug messages deleted from last version
csantossaenz [Thu, 8 Mar 2007 12:39:35 +0000 (12:39 +0000)]
Comments and debug messages deleted from last version

18 years agoFixed MDL - 8600: scorm_simple_play function changed to make it work in PostgreSQL...
csantossaenz [Thu, 8 Mar 2007 12:06:26 +0000 (12:06 +0000)]
Fixed MDL - 8600: scorm_simple_play function changed to make it work in PostgreSQL, making the changes explained on moodle-tracker 8600

18 years agoFollow-up fixes for MDL-8531 "Groups icons..." -PARAM_ALPHANUM bug.
nfreear [Thu, 8 Mar 2007 10:35:28 +0000 (10:35 +0000)]
Follow-up fixes for MDL-8531 "Groups icons..." -PARAM_ALPHANUM bug.

18 years agoA few tweaks to the comments and output of Yu's change to forum_cron
moodler [Thu, 8 Mar 2007 08:22:24 +0000 (08:22 +0000)]
A few tweaks to the comments and output of Yu's change to forum_cron

18 years agoMerged fix for rss enclosure notices from 1.8
moodler [Thu, 8 Mar 2007 08:13:11 +0000 (08:13 +0000)]
Merged fix for rss enclosure notices from 1.8

18 years agoConverted embedded media files (avi, wmv and mov) to xhtml strict compliance. However...
nicolasconnault [Thu, 8 Mar 2007 07:49:33 +0000 (07:49 +0000)]
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>

18 years agomerge from 18 STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 07:10:12 +0000 (07:10 +0000)]
merge from 18 STABLE MDL-8809

18 years agomerge from 18 STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 07:02:53 +0000 (07:02 +0000)]
merge from 18 STABLE MDL-8809

18 years agomerging form 18 STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 06:57:33 +0000 (06:57 +0000)]
merging form 18 STABLE MDL-8809

18 years agomerge from 18-STABLE MDL-8809
pichetp [Thu, 8 Mar 2007 06:53:36 +0000 (06:53 +0000)]
merge from 18-STABLE MDL-8809

18 years agomerged fixing a typo
toyomoyo [Thu, 8 Mar 2007 06:05:32 +0000 (06:05 +0000)]
merged fixing a typo

18 years agoMerged ppichet changes to quiz files from 1.8
moodler [Thu, 8 Mar 2007 05:15:19 +0000 (05:15 +0000)]
Merged ppichet changes to quiz files from 1.8

18 years agomerged changing require_once to include_once to tolerate faulty mods
toyomoyo [Thu, 8 Mar 2007 03:32:55 +0000 (03:32 +0000)]
merged changing require_once to include_once to tolerate faulty mods

18 years agoMDL-8759 reverted previous incorrect patch with unset($USER), fixed logging function...
skodak [Thu, 8 Mar 2007 01:09:00 +0000 (01:09 +0000)]
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

18 years agoMDL-6196 minor related cleanup - should not be needed to backport it; merged from...
skodak [Thu, 8 Mar 2007 00:10:49 +0000 (00:10 +0000)]
MDL-6196 minor related cleanup - should not be needed to backport it; merged from MOODLE_18_STABLE

18 years agoMDL-6196 infinite loop in header encoding when using some site charsets (gb18030...
skodak [Thu, 8 Mar 2007 00:05:58 +0000 (00:05 +0000)]
MDL-6196 infinite loop in header encoding when using some site charsets (gb18030); merged from MOODLE_18_STABLE

18 years agomerge from 18 (adding null) MDL-8806
pichetp [Wed, 7 Mar 2007 19:44:55 +0000 (19:44 +0000)]
merge from 18 (adding null) MDL-8806

18 years agoFixes MDL-8531 "Groups icons are no longer being uploaded"
nfreear [Wed, 7 Mar 2007 19:09:16 +0000 (19:09 +0000)]
Fixes MDL-8531 "Groups icons are no longer being uploaded"

18 years agofirst modifications MDL-5650
pichetp [Wed, 7 Mar 2007 16:31:58 +0000 (16:31 +0000)]
first modifications MDL-5650

18 years agomerging form 18_STABLE correcting </divt> to <div> line 30
pichetp [Wed, 7 Mar 2007 15:10:43 +0000 (15:10 +0000)]
merging form 18_STABLE correcting </divt> to <div> line 30

18 years agoMerged patches from MDL-8385 from 1.8 stable
moodler [Wed, 7 Mar 2007 13:45:41 +0000 (13:45 +0000)]
Merged patches from MDL-8385 from 1.8 stable

18 years agomerged from 1.8 - removed commented old block widths definitions
urs_hunkler [Wed, 7 Mar 2007 09:49:56 +0000 (09:49 +0000)]
merged from 1.8 - removed commented old block widths definitions

18 years ago'merged from 1.8 - block width definition did not work any more, needs to come after...
urs_hunkler [Wed, 7 Mar 2007 09:47:23 +0000 (09:47 +0000)]
'merged from 1.8 - block width definition did not work any more, needs to come after config.php is loaded'

18 years agofixed unassigning to use standard function in get_legacy_type()
skodak [Wed, 7 Mar 2007 09:38:21 +0000 (09:38 +0000)]
fixed unassigning to use standard function in get_legacy_type()

18 years agoMerged notice fixes from stable 18
moodler [Wed, 7 Mar 2007 07:50:24 +0000 (07:50 +0000)]
Merged notice fixes from stable 18

18 years agoMDL-8787 - Created new help file for News Forum Type, and overrode the help button...
nicolasconnault [Wed, 7 Mar 2007 07:13:31 +0000 (07:13 +0000)]
MDL-8787 - Created new help file for News Forum Type, and overrode the help button for the forum type select in mod_form.php

18 years agofixing a warning
toyomoyo [Wed, 7 Mar 2007 07:12:13 +0000 (07:12 +0000)]
fixing a warning

18 years agofixing a missing {
toyomoyo [Wed, 7 Mar 2007 06:48:22 +0000 (06:48 +0000)]
fixing a missing {

18 years agoforum_cron should be using the $USER variable and not $userto
toyomoyo [Wed, 7 Mar 2007 06:45:29 +0000 (06:45 +0000)]
forum_cron should be using the $USER variable and not $userto

18 years agodo not force parents to enrol
toyomoyo [Wed, 7 Mar 2007 06:22:58 +0000 (06:22 +0000)]
do not force parents to enrol

18 years agoadding test code for new forum_cron()
toyomoyo [Wed, 7 Mar 2007 05:58:16 +0000 (05:58 +0000)]
adding test code for new forum_cron()

18 years agoMerged fixes for MDL-8785 from 1.8 to head
moodler [Wed, 7 Mar 2007 04:56:07 +0000 (04:56 +0000)]
Merged fixes for MDL-8785 from 1.8 to head

18 years agoMDL-8758 - Corrected the packagezip -> package.zip typo in 3 locations (2 in admin...
nicolasconnault [Wed, 7 Mar 2007 02:02:41 +0000 (02:02 +0000)]
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.

18 years agoMerged display footer fixes for block course_list
moodler [Wed, 7 Mar 2007 02:02:17 +0000 (02:02 +0000)]
Merged display footer fixes for block course_list

18 years agomerged, fixing hidden teacher upgrade
toyomoyo [Wed, 7 Mar 2007 01:35:47 +0000 (01:35 +0000)]
merged, fixing hidden teacher upgrade

18 years agoMDL-2974 - Corrected notification of correctly entered new category with multilang...
nicolasconnault [Wed, 7 Mar 2007 01:25:43 +0000 (01:25 +0000)]
MDL-2974 - Corrected notification of correctly entered new category with multilang display

18 years agoMDL-8777 Failing setup_lang_from_browser if lang contains dash; user lang preference...
skodak [Tue, 6 Mar 2007 23:51:34 +0000 (23:51 +0000)]
MDL-8777  Failing setup_lang_from_browser if lang contains dash; user lang preference not respected

18 years agoMDL-8777 Failing setup_lang_from_browser if lang contains dash
skodak [Tue, 6 Mar 2007 22:33:03 +0000 (22:33 +0000)]
MDL-8777  Failing setup_lang_from_browser if lang contains dash

18 years agoMDL-7633 legacy capabilities now have special menu
skodak [Tue, 6 Mar 2007 22:01:22 +0000 (22:01 +0000)]
MDL-7633 legacy capabilities now have special menu

18 years agoMDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each...
skodak [Tue, 6 Mar 2007 19:19:19 +0000 (19:19 +0000)]
MDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each role

18 years agoMDL-8349 - responses not being filtered in history display. Merged from MOODLE_18_STABLE.
tjhunt [Tue, 6 Mar 2007 18:00:23 +0000 (18:00 +0000)]
MDL-8349 - responses not being filtered in history display. Merged from MOODLE_18_STABLE.

18 years agoremoved some forgotten comments ;-)
skodak [Tue, 6 Mar 2007 17:00:49 +0000 (17:00 +0000)]
removed some forgotten comments ;-)

18 years ago(MDL-8745) prevent cannot logon trouble after update to 1.8
skodak [Tue, 6 Mar 2007 16:56:00 +0000 (16:56 +0000)]
(MDL-8745) prevent cannot logon trouble after update to 1.8

18 years agoMerged some forum fixes from stable MDL-8767
moodler [Tue, 6 Mar 2007 12:59:18 +0000 (12:59 +0000)]
Merged some forum fixes from stable MDL-8767

18 years agoMDL-8765 user preference usage cleanup
skodak [Tue, 6 Mar 2007 10:45:49 +0000 (10:45 +0000)]
MDL-8765 user preference usage cleanup

18 years agoAdd a couple more plugin types to get_string that Martin missed yesterday.
tjhunt [Tue, 6 Mar 2007 07:57:22 +0000 (07:57 +0000)]
Add a couple more plugin types to get_string that Martin missed yesterday.

18 years agoMDL-8759 - Unset $USER
nicolasconnault [Tue, 6 Mar 2007 06:11:10 +0000 (06:11 +0000)]
MDL-8759 - Unset $USER

18 years agoMDL-8771 - Restricted has_capability() sanity checks to DEVELOPER debug mode
nicolasconnault [Tue, 6 Mar 2007 05:36:19 +0000 (05:36 +0000)]
MDL-8771 - Restricted has_capability() sanity checks to DEVELOPER debug mode

18 years agomissing user info
toyomoyo [Tue, 6 Mar 2007 05:14:46 +0000 (05:14 +0000)]
missing user info

18 years agoStub for a web-based integration test
nicolasconnault [Tue, 6 Mar 2007 05:09:28 +0000 (05:09 +0000)]
Stub for a web-based integration test

18 years agoUpgraded weblib::format_string() so it accepts unicode htmlentities. Also added more...
nicolasconnault [Tue, 6 Mar 2007 05:05:45 +0000 (05:05 +0000)]
Upgraded weblib::format_string() so it accepts unicode htmlentities. Also added more unit tests, including a stub for an integration web-based test.