768 Commits

Author SHA1 Message Date
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
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
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
skodak
bfca8b1774 MDL-7861 resource mod related xhtml strict fixes (student visible interface only) 2007-01-07 13:49:31 +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
b1307cbca5 MDL-7861 xhtml strict fixes - removed table from navbar layout 2007-01-06 20:18:44 +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
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
moodler
df26dd34fd The fixes I meant to make with print_simple box doh! MDL-7861 MDL-4943 2007-01-05 11:51:43 +00:00
moodler
fa4c975c89 Some extensions to print_error to make it more useful for admin pages 2007-01-05 08:18:26 +00:00
toyomoyo
64888fc1cb MDL-7861, xhtml strict issues 2007-01-05 08:01:33 +00:00
moodler
84d04c3e83 More XHTML fixes for help files 2007-01-05 06:57:21 +00:00
moodler
4079b3d7b2 More strrrrict tweaks 2007-01-05 06:23:35 +00:00
jamiesensei
18a7736107 added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +00:00
moodler
d69e9c1519 Changed fieldsets to use the new invisiblefieldset class 2007-01-05 02:01:45 +00:00
toyomoyo
e9f044341f MDL-7861, xhtml related issues, added class for some fieldsets to not display border 2007-01-05 02:00:20 +00:00
toyomoyo
df07bbeee6 MDL-7861, xhtml strict fix 2007-01-05 01:06:24 +00:00
skodak
7947829fde fixed JS-less "go" button layout in popup form 2007-01-05 00:03:41 +00:00
skodak
7bc1c17fef MDL-7861 xhtml strict fixes for login page 2007-01-04 23:27:19 +00:00
skodak
fa73873105 MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit 2007-01-04 18:23:55 +00:00
moodler
adc5f292f2 XHTML Strict for user images MDL-7861 2007-01-04 15:42:49 +00:00
moodler
593bc22bf5 Various XHTML Strict fixes for popup links and simple box 2007-01-04 15:16:31 +00:00
skodak
4f24b3e386 MDL-7861 various xhtml fixes and fixed layout of add activity/resource menu 2007-01-04 12:44:58 +00:00
jamiesensei
5ce73257ab some bug fixes in setHelpButton internals.
added new editorhelpbutton function that can be used to refer to several help topics.
2007-01-04 10:23:06 +00:00
moodler
244f6f3248 Removed old attributes on moodle mlogo 2007-01-04 06:06:17 +00:00
toyomoyo
2558aa7fe8 adding fieldset MDL-7861 2007-01-04 05:49:29 +00:00
moodler
d21a5865cf Added CFG->frametarget (defined by frametarget()) MDL-8050 2007-01-04 04:57:50 +00:00
martinlanghoff
03d820c788 mnet: changes to core moode libs
- get_user_listing() is now aware of remote users
 - require_login() is now aware of remote users
 - new auth plugins infrastructure in place
 - is_internal_auth() is now a deprecated legacy call
 - create_user_record()/update_user_record()/authenticate_user_login() handle multi-auth
 - is_mnet_remote_user() checks for remoteness
 - clean_param() handles PARAM_PEM and PARAM_BASE64

Also
 - user_login_string() knows to offer a link to remote users to login @ their host
 - XMLTDBTable field creation returns the field obj so that
   the caller has a chance to set additional properties such as comment
2007-01-04 02:52:44 +00:00
skodak
b8806cccdf Adobe Acrobat JavaScript Execution Bug SC#346 2007-01-03 23:35:03 +00:00
skodak
c94eac4a4e MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid) - fixed typo :-( 2007-01-03 22:54:54 +00:00
skodak
e6bfd8e45e MDL-8050 1.2 Remove all target="_top" - fixed typo 2007-01-03 20:06:11 +00:00
skodak
e25cb71041 MDL-8050 1.2 Remove all target="_top" 2007-01-03 19:24:48 +00:00
skodak
ee5567d1ae MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid) 2007-01-03 18:53:03 +00:00
moodler
f4ba7e1a54 Bend over for XHTML 1.0 Strict ... MDL-8049
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +00:00
moodler
84dec541b0 On second thoughts, while we are in testing phase, let's run with XHTML Strict all the time. MDL-7861 2007-01-03 02:03:22 +00:00
moodler
8af1b1ba80 MDL-7861 Better setting of strict in other debug modes too 2007-01-03 01:51:02 +00:00
skodak
e0fdb167d9 MDL-8032 remove repeated dashes from navmenu - replace with CSS styling 2007-01-02 10:27:59 +00:00
skodak
9119f247cf MDL-7861 I have noticed that the last change in weblib.php http://moodle.cvs.sourceforge.net/moodle/moodle/lib/weblib.php?r1=1.722&r2=1.723 broke validation because name and id attributes are not the same, committing fix, please review ;-) 2007-01-02 10:00:38 +00:00
skodak
89bfeee0d6 MDL-7742 added nested drop down box to add activities/resources to course, 3rd party mods can specify type
MDL-6987 preparation for migration of mod/assignment/mod.html
2007-01-02 09:33:07 +00:00
toyomoyo
9d3c6ee506 chaning reference from document.abc to document.getElementById('abc'), MDL-7861 2007-01-02 05:04:11 +00:00
skodak
4702be4ef7 MDL-8028 Add separate addslashes_js function for javascript quoting 2007-01-01 13:26:20 +00:00
skodak
0d1cd0ea21 MDL-8028 Add separate addslashes_js function for javascript quoting 2006-12-30 22:45:40 +00:00
skodak
d90ffc1f66 MDL-8029 removed obsoleted use of nvl() from weblib 2006-12-30 21:25:13 +00:00