nicolasconnault
bc79dd3116
MDL-8870 - Added support for embedded flash, as well as css hooks for different embedded files (e.g. class="resourceswf")
2007-03-14 05:27:13 +00:00
moodler
67725821ad
Merged user profile size fix for message history
2007-03-14 04:50:00 +00:00
nicolasconnault
9eaf65f629
MDL-8792 - Added a language string: keepnavigationvisible
2007-03-14 04:34:16 +00:00
toyomoyo
cbc943f755
merged fix for MDL-8885, teachers should not be able to set course as hidden if they can not view hidden courses
2007-03-14 04:31:04 +00:00
moodler
7563c86771
Automatic installer.php lang files by installer_builder (20070314)
2007-03-14 03:45:25 +00:00
toyomoyo
82d561ee79
merged fix for MDL-8885, do not show bulk message option if user has no capability
2007-03-14 01:50:54 +00:00
toyomoyo
4b7ae3c4da
merged fix for MDL-8885, editting teacher should be able to read all messages in course
2007-03-14 01:37:07 +00:00
gbateson
6b1d898f1c
fix superfluous double-quote causing malformed FORM tag (MDL-8675)
2007-03-14 01:22:54 +00:00
moodler
29a430133d
Merged MDL-8872 from stable
2007-03-14 00:16:22 +00:00
stronk7
2cc0796dc1
Now documental search mimics real relational search behaviour. MDL-8884
...
Merged from MOODLE_18_STABLE
2007-03-13 22:40:42 +00:00
stronk7
9a5e30dfab
Fix one awful background showed in form-buttons (that are enclosed in a fieldset????
...
Merged from MOODLE_18_STABLE
2007-03-13 18:31:44 +00:00
tjhunt
e1a3af61a3
Eliminate bizarre use of function_exists.
2007-03-13 17:42:57 +00:00
tjhunt
0c6b4d2e81
Entity decoding only done the right number of times on import, not once too often.
...
Also, fix a notice and and Eclipse warning.
2007-03-13 16:27:24 +00:00
tjhunt
5b0dc681ad
Use the right string processing when outputting question text on import/export.
2007-03-13 16:24:13 +00:00
tjhunt
70ed76670e
Use the right string processing functions when outputting question names.
2007-03-13 16:20:41 +00:00
jamiesensei
24e25bc124
small change to fix MDL-8788 which was a problem with non unique header element names
2007-03-13 14:50:22 +00:00
moodler
5b6191963b
MDL-8872 Merged "course" fixes from 1.8
2007-03-13 08:52:46 +00:00
nicolasconnault
9217695a64
MDL-8696 - Just reduced input field from 64 to 48
2007-03-13 07:38:54 +00:00
toyomoyo
21b89cb43b
allow guests to see the reply link
2007-03-13 04:49:05 +00:00
toyomoyo
9276d74255
merged fix for MDL-8864, users with no replypost capabilitiy can see reply link
2007-03-13 04:37:57 +00:00
moodler
223f73a35b
Automatic installer.php lang files by installer_builder (20070313)
2007-03-13 03:28:09 +00:00
nicolasconnault
f7cec5cf56
MDL-8855 - Wrote additional GD code to support alpha transparency in PNG files.
2007-03-13 02:40:18 +00:00
toyomoyo
86c4258a72
merged fixing a broken has_capability() call
2007-03-13 00:52:14 +00:00
mark-nielsen
ccfe8fddfe
Merging in navigation to breadcrumb conversion fix for MDL-8843
2007-03-12 23:04:07 +00:00
thepurpleblob
55c548682f
MDL-8857
...
Make numerical and essay question formats more consistent.
2007-03-12 16:32:52 +00:00
pichetp
9dcfbae72c
MD here! Adding a blank line just to test pichetp account
2007-03-12 15:26:59 +00:00
moodler
b105a94b4f
Merged registration button fix from stable
2007-03-12 13:42:46 +00:00
moodler
f7641e60ab
Merged navigation menu fixed from stable
2007-03-12 13:26:29 +00:00
tjhunt
42be916421
Comitting language string for Pierre Pichet.
2007-03-12 11:39:47 +00:00
skodak
531468274f
MDL-5229 and MDL-6196 adding gb18030 mime header encoding; merged from MOODLE_18_STABLE
2007-03-12 08:41:28 +00:00
moodler
a974c79932
Merged patch (1.536.2.14) from stable into head MDL-8767
2007-03-12 07:29:06 +00:00
toyomoyo
102b6e3385
merged fix for MDL-8821, do not display grade table when no grade
2007-03-12 07:01:09 +00:00
nicolasconnault
2ef7c374a4
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.
2007-03-12 06:43:24 +00:00
nicolasconnault
facb512c06
MDL-8792 - Simply added help icon to explain the options available regarding embedding media files in the site.
2007-03-12 05:46:41 +00:00
nicolasconnault
3b73b15d37
MDL-8847 - Added a little 'p' :-)
2007-03-12 05:19:21 +00:00
mark-nielsen
18ec35d97b
Merging in fix for MDL-8843 from MOODLE_18_STABLE
2007-03-12 03:38:06 +00:00
toyomoyo
096c91afdb
merged fixed a broken sql call to get_my_courses
2007-03-12 03:07:43 +00:00
donal72
76691858b2
MNET: Check that xml-rpc is installed: #MDL-8731 #MDL-8846
2007-03-12 02:31:50 +00:00
toyomoyo
8308419e76
merged fix for parent forloginforprofile problem
2007-03-12 01:22:25 +00:00
mudrd8mz
8442e01394
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.
2007-03-11 22:41:56 +00:00
skodak
702cf10b01
MDL-8849 use proper value quoting; merged from MOODLE_18_STABLE
2007-03-11 19:59:54 +00:00
moodler
26f329ba61
Merged argument fix from stable
2007-03-11 06:59:53 +00:00
moodler
72736a739c
I've updated the timezones from the latest Olsen data MDL-8842
...
Should fix all the USA issues for 2007
2007-03-10 14:47:45 +00:00
pichetp
382486d0fa
merge from 18 STABLE
2007-03-10 11:05:26 +00:00
pichetp
92e2ed8f16
merge from 18_STABLE
2007-03-10 10:31:49 +00:00
moodler
c8ab69f2dd
Automatic installer.php lang files by installer_builder (20070310)
2007-03-10 03:24:03 +00:00
tjhunt
5dba65907b
MDL-8177 - Random questions selected deleted questions. Merged from MOODLE_18_STABLE.
2007-03-10 00:34:05 +00:00
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