4124 Commits

Author SHA1 Message Date
jamiesensei
78354cec8c fixed xhtml problem in repeared header elements which had [] in id. 2007-01-10 06:17:45 +00:00
jamiesensei
10a3103164 fix for MDL-8117 - div nested in span for grouped elements in formslib - changed spans to div 2007-01-10 05:26:22 +00:00
jamiesensei
9aa022feef xhtml validity fix for static element type
qtype calculated form - started
2007-01-10 05:05:26 +00:00
donal72
b7b50143f3 Auth: Bugfix: MDL-8131 2007-01-10 00:50:59 +00:00
moodler
4609c6f0b5 JUst a minor tidy - I yank this line all the time :-) 2007-01-09 12:30:26 +00:00
skodak
f82c88abd4 MDL-5120 list blocks now use <div for columns instead of span and floats; blocks related CSS cleanup, some xhtml strict fixes 2007-01-09 11:04:13 +00:00
toyomoyo
beae179786 MDL-7861 related problems for wiki. use_html_editor() call in ewiki.php is probably causing additional problems. 2007-01-09 08:21:29 +00:00
moodler
38fca5d7c7 Don't let downloaded environment files cause problems forever by overriding the
more up-to-date internal files
2007-01-09 05:52:11 +00:00
toyomoyo
d3981e3804 MDL-7861, chat realated xhtml strict fixes, changed stlye in notice_yesno 2007-01-09 04:50:07 +00:00
skodak
82b9f43e76 MDL-7861xhtml strict fixes 2007-01-08 21:22:57 +00:00
skodak
0f13ec8f9b MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon 2007-01-08 20:30:38 +00:00
stronk7
c90edfe168 Environment checks support mysqli. MDL-8113
Merged from MOODLE_17_STABLE
2007-01-08 19:54:44 +00:00
skodak
60af27037b MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
stronk7
c0fe837eeb Adding support for mysqli. MDL-8113 2007-01-08 19:07:41 +00:00
urs_hunkler
162f74a29f added CSS constants - MDL-6798 2007-01-08 18:37:24 +00:00
urs_hunkler
16f0af59b0 'added handling of CSS constants - MDL-6798' 2007-01-08 18:35:28 +00:00
stronk7
cbcde5d8af Adding initial support for mysqli databases. MDL-7967 2007-01-08 18:33:03 +00:00
jamiesensei
86aab05ced fix for xhtml probs MDL-8102 and MDL-7979 - invalid id attributes.
and stopped using label tag for a group of elements where the label refers to the group of elements and not an individual one.
2007-01-08 15:53:17 +00:00
jamiesensei
08224df157 migrated randomsamatch to formslib.
fixed small typo in quiz mod_form
2007-01-08 13:58:42 +00:00
moodler
c46fce7156 Fixed an old typo 2007-01-08 12:47:41 +00:00
moodler
f6994e71fa Flash-based filters are now strrrrrrrict AND accessible! MDL-7889
Unfortunately this is only possible using Javascript to rewrite the DOM, so this means Flash content won't work without Javascript on.



   MDL-7861
2007-01-08 11:55:18 +00:00
skodak
0d905d9f34 MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
vyshane
464f76ae73 Updated YUI to version 0.12.1. 2007-01-08 08:47:49 +00:00
skodak
18f3ad8372 xhtml fix - now only 'for=' with wrong id is removed from labels - static and grouped elemenst (date selector), because the missing label might cause problems with CSS styling 2007-01-08 08:00:46 +00:00
moodler
f79aa8921d Reverted mistakes from donal's last checkin 2007-01-08 07:55:45 +00:00
donal72
1bbb43eb93 mnet: XHTML strict fixes: MDL-7861 2007-01-08 07:16:29 +00:00
moodler
0be4d8bf67 Removed more tables from forum display :-) Strrrrrict! 2007-01-08 06:56:15 +00:00
moodler
fedf73572e Refinements for print_box_* arguments names 2007-01-08 06:38:43 +00:00
donal72
cac88d400a mnet: In lib/db/upgrade.php, switch the magic number 1 to $CFG->mnet_localhost_id 2007-01-08 05:05:00 +00:00
moodler
2123b644a6 print_simple_box_* functions deprecated and replaced with clean new functions print_box_*
MDL-8101 MDL-4943
2007-01-08 03:06:32 +00:00
toyomoyo
736c3c4ce5 putting nowarp back into table with proper style 2007-01-08 02:13:21 +00:00
skodak
a1c91f9a15 MDL-7861 assignment related xhtml strict fixes (client view and fixed quickgrading/grading) and admin tree CSS styling 2007-01-07 21:54:39 +00:00
jamiesensei
111be766b6 changed implementation of advcheckbox so as to keep PEAR code seperate to Moodle code. 2007-01-07 16:41:06 +00:00
jamiesensei
cfcfddbcbf new formslib element type advcheckbox prepends a hidden element to a checkbox so a value is submitted whether the checkbox is checked or not. 2007-01-07 16:11:48 +00:00
jamiesensei
375ed78a93 fixed the MoodleQuickForm_questioncategory, question_category_options function wasn't committed so I've implemented it from question_category_select_menu code. 2007-01-07 13:54:36 +00:00
skodak
bfca8b1774 MDL-7861 resource mod related xhtml strict fixes (student visible interface only) 2007-01-07 13:49:31 +00:00
jamiesensei
271ffe3f25 various formslib work including bug fixes for MDL-8039 id attribute collision between forms and page ids. Also added editor helpbutton. This is a fix for MDL-6941 need the ability to associate several helptopics with htmleditor. Also started on converting forms for question types to formslib. 2007-01-07 12:46:47 +00:00
vyshane
eb3f9f0816 Related to MDL-7861. Replaced html nowrap="nowrap" with inline style style="white-space:nowrap;". 2007-01-07 11:20:09 +00:00
skodak
d36462eb00 MDL-7861 xhtml strict fixes - do not add label for static element in formslib, fixed wrong regex in previous commit 2007-01-06 21:22:02 +00:00
skodak
217d03a14c MDL-7861 xhtml strict fixes - do not add label for static element in formslib 2007-01-06 20:45:17 +00:00
skodak
72f46d119b MDL-8039 formslib Form id collission with body id when editing course, user details, etc. 2007-01-06 20:31:06 +00:00
skodak
b1307cbca5 MDL-7861 xhtml strict fixes - removed table from navbar layout 2007-01-06 20:18:44 +00:00
skodak
d2ce367fb9 MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera) 2007-01-06 19:22:58 +00:00
skodak
ee7f231d08 revised adobe XSS protection SC#346 2007-01-06 15:22:23 +00:00
skodak
63f3b3a551 fixed warning in error() function - $continue not used there at all, is it? error() is expected to always terminate execution or should we add new function parameter? 2007-01-06 14:55:56 +00:00
moodler
c11387978c Fixes to make user profile pages validate Strrrict 2007-01-06 14:07:00 +00:00
tjhunt
9e93222df2 questioncategory formslib.php form control. 2007-01-05 16:46:28 +00:00
moodler
fcf9577a28 Sundry fixes related to course categpry page for XHTRML strict MDL-7861 2007-01-05 14:13:26 +00:00
moodler
a09646cf23 More fixes to print_simple_box 2007-01-05 13:17:21 +00:00
moodler
7cd2f598aa More XHTML strict - removed image borders and height/width 2007-01-05 12:58:22 +00:00