25290 Commits

Author SHA1 Message Date
tjhunt
3ed998f343 MDL-6773 - eliminate duplicate code for getting a list of question categories. Merged from MOODLE_18_STABLE. 2007-03-01 09:45:53 +00:00
moodler
7c393e9c4f Fixed unenrol_student MDL-8591 2007-03-01 08:06:05 +00:00
moodler
40fa2a74e7 Don't redirect guests to mymoodle page! MDL-8594 2007-03-01 07:59:15 +00:00
jamiesensei
120e5cbf4c fiexs MDL-8659 : Impossible to create Cloze type question in Moodle 1.8 beta 2007-03-01 07:45:22 +00:00
toyomoyo
d0e7d6e1d6 replacing fieldsets with divs in small forms 2007-03-01 07:45:14 +00:00
nicolasconnault
20576b84af MDL-8693 Fixed the double-equal typos (2) 2007-03-01 07:34:51 +00:00
toyomoyo
a1b5dd2bd9 replacing fieldsets with divs in small forms 2007-03-01 07:28:11 +00:00
defacer
927a78087c Merging from MOODLE_16_STABLE:
Fix for MDL-8515: Prefixing chat messages with a slash should not hide the
user's name unless it's a special command we handle.

I completely removed the emoticon handling case, but it seems like it was
not needed for a long time now? Emoticons work just fine without it.
2007-03-01 07:19:57 +00:00
toyomoyo
d5b04008fd replacing fieldsets with divs in small forms 2007-03-01 06:57:11 +00:00
toyomoyo
eba5e98bed replacing fieldsets with divs in small forms 2007-03-01 06:27:15 +00:00
toyomoyo
c03ebabebc replacing fieldsets with divs in small forms 2007-03-01 06:06:16 +00:00
nicolasconnault
0af0271031 MDL-8629 - Outputting correct messages during redirection after forum posting with mail-now selected 2007-03-01 06:01:43 +00:00
toyomoyo
456aecd017 replacing fieldsets with divs in small forms 2007-03-01 05:53:49 +00:00
moodler
c4cda2a4b6 Merged Urs changes to 1.8 that were not merged to head before MDL-8657 2007-03-01 05:52:31 +00:00
toyomoyo
e5c158bbbd fixing javascript error in MDL-8652 2007-03-01 05:47:57 +00:00
toyomoyo
76d4ec0095 replacing fieldsets in small forms to divs 2007-03-01 05:29:50 +00:00
nicolasconnault
bf0b04f3d5 MDL-8691
Added format_string() around $course->shortname in calendar.view.php
2007-03-01 05:16:02 +00:00
toyomoyo
2aab6488a6 replacing fieldset in small forms with divs 2007-03-01 05:10:58 +00:00
toyomoyo
7a4a9005c5 replacing fieldset with div in small forms 2007-03-01 05:03:06 +00:00
nicolasconnault
eb1f8f1dd2 MDL-8697 Moved inline text-align:right to stylesheet, and removed table and td text-align: center 2007-03-01 04:42:41 +00:00
toyomoyo
44a825c28f replacing fieldset in small form to div 2007-03-01 04:40:50 +00:00
toyomoyo
4e7b349e0a replacing single button fieldsets with divs 2007-03-01 04:30:42 +00:00
nicolasconnault
109694fbf9 Issue MDL-8697
Someone must have fixed this earlier, because there are no more tables. However I found the use of the align attribute which I replaced with inline CSS style=\"text-align:right\"
2007-03-01 04:09:39 +00:00
toyomoyo
2ce10f2920 changing fieldset to div 2007-03-01 04:06:08 +00:00
toyomoyo
05bc5f01da changing fieldset in single button form to use div 2007-03-01 04:02:45 +00:00
nicolasconnault
7f8febdc7e MDL-8701 2007-03-01 02:55:18 +00:00
toyomoyo
6b1b9376a0 merged fixing xhtml issue 2007-03-01 02:47:33 +00:00
toyomoyo
b3460b8e8a merged fixing xhtml and display issues in restore 2007-03-01 02:46:04 +00:00
moodler
61c1b4b573 Merged changes to use new ajaxenabled for MDL-8417 2007-03-01 02:42:16 +00:00
nicolasconnault
4309bd17dd Manually merged from MOODLE_18_STABLE 2007-03-01 02:35:13 +00:00
nicolasconnault
c2a9fc9166 Issue 8417:
Added support for array of tested browsers to be passed to ajaxenabled()
Merged in from MOODLE_18_STABLE
2007-03-01 02:08:06 +00:00
nicolasconnault
d499142e5a Safari 2.0 and Opera 9.0 are now detected and supported for YUI. However, preliminary tests show that drag&drop behaviour is very slow on Opera and user-unfriendly on both browsers. A YUI debug window also pops up on Safari.
I added a unit test for ajaxlib.php

Issue MDL-8417
Merged from MOODLE_18_STABLE
2007-03-01 01:31:37 +00:00
nfreear
f155c563d8 Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. 2007-02-28 18:11:43 +00:00
tjhunt
b9ea2b7ad5 Add a unique index to the question_numerical_units table, to prevent duplicate units being created. 2007-02-28 17:19:04 +00:00
tjhunt
a24a414f24 When restoring numerical questions, don't create duplicate unit definitions. Merged from MOODLE_18_STABLE. 2007-02-28 17:18:28 +00:00
tjhunt
51e89d95f7 Improve validation code to match the recent improvements in shortanswer validation.
Also do some validation on the units entered to stop duplicate units being defined.

 Merged from MOODLE_18_STABLE.
2007-02-28 17:17:40 +00:00
tjhunt
2cb16d8f9b Minor improvement to validation code. Merged from MOODLE_18_STABLE. 2007-02-28 17:15:45 +00:00
poltawski
e071099001 Merging fixes to MDL-8582 from MOODLE_18_STABLE 2007-02-28 16:30:41 +00:00
tjhunt
c349b05181 XHTML Strrrrrrict! 2007-02-28 15:34:56 +00:00
tjhunt
3023608c83 Bug with editing essay questions. 2007-02-28 15:21:35 +00:00
tjhunt
7919952cf7 Remove CVS conflict markers. 2007-02-28 15:16:01 +00:00
nfreear
d02e887b69 Part of fix for Bug 2617 "Implement groupings & course modules..." 2007-02-28 14:10:18 +00:00
nfreear
ab6138d2bc Partial fix for MDL-8668 - group upgrade - applying part of the patch. 2007-02-28 13:16:51 +00:00
tjhunt
a0807a0091 XHTML Strrrrrrict! on quiz module config page.
Fix errors when config changes are saved.

Merged from MOODLE_18_STABLE.
2007-02-28 12:24:54 +00:00
tjhunt
645dff1cf7 Correct logic for stopping people using guest access from doing quizzes. Merged from MOODLE_18_STABLE. 2007-02-28 11:34:50 +00:00
toyomoyo
862c219ae9 merged replacing <fieldset> with <div> 2007-02-28 08:01:41 +00:00
moodler
239c15765c Merged from 1.8 stable 2007-02-28 07:58:34 +00:00
moodler
ec249a4d25 Merged extension to check_browser_version from MDL-8417 (Nick) 2007-02-28 07:54:40 +00:00
toyomoyo
375ec5a5b0 merged fix for MDL-8655, replacing <fieldset> with <div> 2007-02-28 07:11:58 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00