23951 Commits

Author SHA1 Message Date
toyomoyo
3402a6f345 MDL-7861, broken xhtml 2006-12-21 07:50:19 +00:00
vyshane
39f5a2bdf0 Fixed xhtml issues in grade_set_categories(). MDL-7861. 2006-12-21 07:43:29 +00:00
vyshane
60078fffdd Uncommented print_footer() in grade_stats() to make popup pass xhtml 1.0 strict validation. MDL-7861. 2006-12-21 07:39:52 +00:00
toyomoyo
b9072f81de fix for MDL-7861, taking out extra </form> tag 2006-12-21 07:01:28 +00:00
vyshane
29c16a55ba Fixes for MDL-7861. 2006-12-21 06:26:22 +00:00
vyshane
4b4830fe5d Fixes for MDL-7861. 2006-12-21 06:12:15 +00:00
vyshane
bf290fd6b3 xhtml fixes for MDL-7861. 2006-12-21 06:05:34 +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
e777bc9aeb MDL-7861, fixing broken xhtml in loan calculator, adding CDATA tags 2006-12-21 04:45:44 +00:00
martinlanghoff
47b8b9eb80 Introducing $CFG->debugdisplay -- mimics PHPs display_errors, controls debugging() 2006-12-21 04:30:03 +00:00
martinlanghoff
4bd0ddeafa debugging(): use CFG->debugdisplay instead of PHPs display_errors 2006-12-21 04:03:21 +00:00
martinlanghoff
c7533061ef debugging(): use trigger_error() when !display_errors -- now you can debug stuff without breaking HTTP headers, HTML and JS 2006-12-21 02:51:20 +00:00
martinlanghoff
d5afb8cb59 login form: Fix closing TR
opening TR is not conditional, so the closing one should not be conditional
either. Fixes XHTML compliance.
2006-12-21 02:20:28 +00:00
toyomoyo
83e09b629a MDL-7861, fixing broken xhtml 2006-12-21 02:12:44 +00:00
toyomoyo
9d4eb0632b fixing the last comit, removing addtional < 2006-12-21 01:37:33 +00:00
toyomoyo
9d00db504a fix for MDL-7861, removing doulbe << 2006-12-21 01:31:46 +00:00
toyomoyo
d4228481db fix for MDL-7861, strict xhtml 2006-12-21 01:14:57 +00:00
toyomoyo
63d6266282 fixing broken xhtml MDL-7861 2006-12-21 01:12:05 +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
447ca67d35 MDL-7861, adding new xhtml compatible import forms 2006-12-20 08:05:26 +00:00
toyomoyo
661b912bfa fixing broken xhtml MLD-7861 2006-12-20 07:15:23 +00:00
vyshane
79b9651ec5 Missing </div>. MDL-7861. 2006-12-20 06:14:18 +00:00
vyshane
9e2679e395 Added missing html closing tags in function redirect() before the die call. MDL-7861. 2006-12-20 05:56:38 +00:00
vyshane
1577488f68 xhtml fixes for MDL-7861. 2006-12-20 05:55:22 +00:00
toyomoyo
5c8ea9d958 MDL-7861, fixing broken xhtml tags 2006-12-20 03:44:59 +00:00
vyshane
6e6014aea1 Fixed xhtml issues. MDL-7861. 2006-12-20 02:38:10 +00:00
vyshane
048e3e2121 xhtml fixes for MDL-7861. 2006-12-20 02:25:52 +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
vyshane
d4a18e3460 Added missing footer for delete confirmation view. MDL-7861. 2006-12-20 01:15:15 +00:00
toyomoyo
402d802de4 fixing warning 2006-12-20 01:01:05 +00:00
toyomoyo
475ed85c57 MDL-7861, fixing broken xhtml tags 2006-12-20 00:48:49 +00:00
jamiesensei
cc8cbf5591 got rid of extra help button that shouldn't have been there. 2006-12-19 11:43:32 +00:00
jamiesensei
da43c002ff fix for MDL-7937 'Fatal error: Call to a member function on a non-object in /var/www/dev/lib/pear/HTML/QuickForm.php on line 602 error' 2006-12-19 11:18:06 +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
toyomoyo
b2603953be MDL-7861, taking out <br/>s in title tag 2006-12-19 07:19:13 +00:00
toyomoyo
5fabce28e3 adding missing tag MDL-7861 2006-12-19 07:05:48 +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
64034641cf MDL-7861, adding third param to error() function to print correct admin footer 2006-12-19 06:58:20 +00:00
toyomoyo
92a6d3f510 MDL-7861, adding third param to notice() function, so that the right footer is printed. Currently missing admin footer 2006-12-19 06:49:45 +00:00
toyomoyo
b1b5e86829 removing extra tag MDL-7861 2006-12-19 06:19:16 +00:00
toyomoyo
8fc21fc00f MDL-7861, adding missing tag 2006-12-19 06:16:17 +00:00
toyomoyo
f78aa86032 MDL-7861, strict xhtml for course/index page 2006-12-19 05:57:55 +00:00
vyshane
b721223856 Merged from 1.7. Also contains some xhtml fixes for MDL-7861. 2006-12-19 05:02:22 +00:00
toyomoyo
866065f78b MDL-7861, fixing xhtml strict problems in scales 2006-12-19 04:37:28 +00:00