25412 Commits

Author SHA1 Message Date
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
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