toyomoyo
91f3f616a6
MDL-7861, strict xhtml fixes
2007-01-05 02:38:09 +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
8fcf22595e
MDL-7861, fixing xhtml strict divs
2007-01-05 01:19:02 +00:00
skodak
b150307551
MDL-7861 xhtml strict fixes - fixed capital letter tags and attributes
2007-01-04 23:59:55 +00:00
skodak
7150226896
MDL-7861 xhtml strict fixes - fixed all <br> in our code
2007-01-04 23:38:17 +00:00
skodak
ccffd41265
fixed potential problems with undefined $USER->screenreader
2007-01-04 21:39:47 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +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
a1857045dc
Tidy up discussion controls using CSS MDL-7861
2007-01-04 15:58:55 +00:00
moodler
c7a049a3e2
More fixes for Strict MDL-7861
2007-01-04 15:31:05 +00:00
moodler
81d227745a
XHTML Strict fixes for forum search MDL-7861
2007-01-04 15:23:45 +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
toyomoyo
dc808910e1
MDL-7861, fixing xhtml
2007-01-04 05:32:23 +00:00
toyomoyo
9fcdacfdaf
adding fieldset to form MDL-7861
2007-01-04 03:18:10 +00:00
toyomoyo
7dc6c73e33
users with screenreader flag set should only see 1 link to manual refresh chat rooms
2007-01-04 01:13:26 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
c7225fe291
MDL-8062 chat, login page and messaging - removed name attribute from some <form>s and fixed focus; changed set_focus() JS to accept element ID == the $focus parameter in print_header() + other minor Strict XHTML fixes
2007-01-03 20:35:09 +00:00
skodak
32f0b38a4a
MDL-8049 Remove all language=Javascript from javascript includes
2007-01-03 19:33:44 +00:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +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
toyomoyo
e8e76f5a16
MDL-7861, fixing various xhtml strict issues and formatting
2007-01-03 07:29:51 +00:00
vyshane
37ce014f91
Fixed xhtml for MDL-7861
2007-01-03 02:00:52 +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
759a18ddf5
MDL-7861, fixing missing tag
2007-01-02 04:37:45 +00:00
vyshane
76b1f3c740
XHTML fixes for MDL-7861.
2007-01-02 01:25:40 +00:00
skodak
4702be4ef7
MDL-8028 Add separate addslashes_js function for javascript quoting
2007-01-01 13:26:20 +00:00
skodak
dd2d45a878
MDL-8029 obsoleted ob_end_clean() emulation removed from chat
2006-12-30 21:10:23 +00:00
skodak
953eb6f315
MDL-8022 Chat accessibility - new gui_basic should integrated and fully working now
...
+ improved print_user_picture() to allow images with empty alt to prevent repetitive reading of usernames in jaws when username is printed next to avatar
2006-12-30 19:45:24 +00:00
mark-nielsen
f521f98a22
modified some strings to add more meaning to buttons and links
...
left menu, clock and media file all display like blocks
some general code cleanup eg: went through several of the todo's in the code
2006-12-30 17:29:44 +00:00
skodak
636069a369
MDL-8021 resource "Link to a file or web site", when created, doesn't open in a new window - fixed recourse typo
2006-12-29 20:16:50 +00:00
skodak
6ee78ceeaf
MDL-8022 chat accessiblity
...
- new gui_basic that can be used as fallback or accessible option to gui_header_js - it is not compatible with chat daemon
- todo: CSS styling, beeping, JS fallback code in view.php and noframes fallback in gui_header_js
- minor changes in messaging language strings
- minor coding style improvements
2006-12-29 18:33:41 +00:00
skodak
feaf5d06db
MDL-8015 improved file uploading
...
- changed file upload api in formslib
- fixed blog attachments and related code in file.php
- fixed glossary attachments
- fixed embedded images in forum posts and blogs - only gif, png and jpeg; the problme was that svg were embedded using img tag which was wrong, the same applied to other picture formats unsupported by browsers (please note that student submitted svg should be never embedded in moodle page for security reasons)
- other minor fixes
2006-12-28 21:21:44 +00:00
jamiesensei
ebff6e2c5e
better code formatting
2006-12-28 16:44:47 +00:00
jamiesensei
b6d15ddef9
removed all 'Revert' buttons from forms and removed it altogether from add_action_buttons method since it was decided it didn't contribute to usability.
2006-12-28 16:12:22 +00:00
jamiesensei
1d284fbd85
fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling)
2006-12-28 15:43:47 +00:00
jamiesensei
f07b9627b6
changes to how we generate the id attribute of forms and the naming convention of forms
...
migrate blog edit to formslib
2006-12-28 09:32:45 +00:00
tjhunt
77ed3ba5fd
MDL-8002 - Don't show overall feedback for incomplete quiz attempts.
...
Also, cleanup of mod/quiz/index.php
2006-12-22 12:52:13 +00:00
toyomoyo
70f150bf0c
MDL-7861, fixing xhtml tags
2006-12-22 07:19:00 +00:00
toyomoyo
7ac95a7181
MDL-7861, fixing tags
2006-12-22 06:31:34 +00:00
toyomoyo
c5f6db7a61
MDL-7861, fixing broken tags
2006-12-22 05:58:28 +00:00
moodler
0cdf34fb03
Fixed lots of XHTML errors but still not working correctly in Strict
2006-12-22 05:42:36 +00:00
toyomoyo
9d9aa95baf
fixing broken tags for MDL-7861
2006-12-22 05:20:20 +00:00
moodler
2222eb84bb
Added CDATA to Javascript
2006-12-22 05:01:17 +00:00
moodler
704a26cbdd
Fixed XHTML and Javascript insertion of tags into the templates
2006-12-22 04:55:41 +00:00
moodler
5e87b920e3
Added CDATA to Javascript
2006-12-22 04:52:13 +00:00
moodler
5f60ed9b6a
Added CDATA to Javascript
2006-12-22 04:25:00 +00:00
toyomoyo
6221541139
taking out unwanted/broken strings from mod_form to make form xhtml strict MDL-7861
2006-12-22 04:23:43 +00:00
skodak
77c7f0f549
MDL-7996 Add ods export support - quiz report and number value, call time pass by ref... warnings fixed; fix in ods export lib
2006-12-21 20:34:51 +00:00
skodak
d81b7ffbd7
MDL-7996 Add ods export support - more reports
2006-12-21 19:46:29 +00:00