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
toyomoyo
3402a6f345
MDL-7861, broken xhtml
2006-12-21 07:50:19 +00:00
toyomoyo
4aac765f4c
MDL-7861, fixng broken xhtml
2006-12-21 06:01:35 +00:00
toyomoyo
4b75f9f8ef
MDL-7861, fixing xhtml strict problem
2006-12-21 05:48:08 +00:00
toyomoyo
83e09b629a
MDL-7861, fixing broken xhtml
2006-12-21 02:12:44 +00:00
stronk7
72da35d536
Add support for multilang titles in forum->posts
...
Merged from MOODLE_17_STABLE
2006-12-20 16:41:11 +00:00
stronk7
47c9c8f5dd
Added one missing format_string() to post->subject
...
Merged from MOODLE_17_STABLE
2006-12-20 10:00:02 +00:00
toyomoyo
2ba9db3cd5
MDL-7861 fixng lesson xhtml tags
2006-12-20 02:17:13 +00:00
toyomoyo
a0b939df01
fixing xhtml tags MDL-7861
2006-12-20 02:00:12 +00:00
toyomoyo
220dcd583c
MDL-7861 fixing broken xhtml in lesson
2006-12-20 01:49:58 +00:00
jamiesensei
cc8cbf5591
got rid of extra help button that shouldn't have been there.
2006-12-19 11:43:32 +00:00
csantossaenz
25fe9d1972
Fixed a problem with double indexed elements in the GetValue method
2006-12-19 08:55:25 +00:00
csantossaenz
469a8d7505
Fixed a problem with double indexed elements in the GetValue method
2006-12-19 08:37:44 +00:00
jamiesensei
a23f0aaf95
* Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
...
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
vyshane
ac21137379
Making sure that restore views work in xhtml strict 1.0. MDL-7861.
2006-12-19 07:00:14 +00:00
toyomoyo
37aa59a932
no need to use javascript for a submit button
2006-12-19 02:34:38 +00:00
toyomoyo
4cb35c1b95
MDL-7861, fixing xhtml for lesson. When in strict mode, javascript button is not working
2006-12-19 01:52:39 +00:00
toyomoyo
78d112679d
MLD-7861, making moodle xhtml strict. There are still errors in lesson mod
2006-12-18 06:13:04 +00:00
toyomoyo
88878a5be2
MDL-7681, fix for non xhtml strict tags and attributes
2006-12-18 05:24:01 +00:00
moodler
2d3da9b8eb
XHTML compliance MDL-7861
2006-12-18 04:47:58 +00:00
toyomoyo
d3cc8d56c6
fixing broken xhtml
2006-12-18 01:56:21 +00:00
skodak
488fa6f7f9
MDL-7959 improve rss template for Image gallery preset
2006-12-17 22:00:30 +00:00
skodak
aa3b20e9df
MDL-7945 Database learning activity does not use user defined RSS template, but continues to use default template.
2006-12-17 21:48:51 +00:00
skodak
e076bccbc9
fixed number of rss articles in data mod settings - broken during new forms conversion
2006-12-17 21:12:23 +00:00
gbateson
244299a374
increased release number to v2.3.0, to differentiate this version fo the module from v2.2.0, which is used on Moodle 1.7
2006-12-17 02:27:40 +00:00