Issue Details (XML | Word | Printable)

Key: MDL-7861
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Martin Dougiamas
Reporter: Martin Dougiamas
Votes: 0
Watchers: 3
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-7860

Strict XHTML 1.0

Created: 11/Dec/06 03:04 PM   Updated: 20/Dec/08 01:03 AM
Return to search
Component/s: Accessibility
Affects Version/s: 1.7
Fix Version/s: 1.8

Issue Links:
Dependency
 
Relates
 

Participants: David Horat, Eloy Lafuente (stronk7), Martin Dougiamas, Nick Freear and Petr Skoda
Security Level: None
QA Assignee: Eloy Lafuente (stronk7)
Resolved date: 19/Dec/08
Affected Branches: MOODLE_17_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
Terms: Create pages and objects thereon using technology defined by formal grammars published in the most recent versions available, when they are supported by user programs. Use elements and attributes so that they conform to specifications, respecting the semantic aspect. In particular, for HTML (HyperText Markup Language) markup languages and XHTML (eXtensible HyperText Markup Language):
a) for all new sites, use at least version 4.01 of HTML, or preferably version 1.0 of XHTM, in any case, with Strict DTD (Document Type Definition);
b) for existing sites, instead of the first application, where it is not possible to comply with point a), it shall be permitted to use the version of the above-mentioned languages with Transitional DTD, but with the following cautions:
1. avoid using, within the markup language in which the page is coded, elements and attributes to define the page's presentation characteristics (for example, characteristics of the text characters, colours of the text and the background, etc.), and use CSS (Cascading Style Sheets) to achieve the same graphic effect instead;
2. avoid generating new windows. Where this is not possible, explicitly warn the user of the change of focus;
3. plan the transition of the entire site to the Strict DTD version of the language used, informing the Prime Minister's Office - Department for Innovation and Technology, and the National Centre for Computing in Public Administration.

WCAG 1.0 References: 3.1, 3.2, 3.5, 3.6, 3.7, 11.1, 11.2
Sec. 508 References: None

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
moodler committed 2 files to 'Moodle CVS' - 12/Dec/06 04:30 PM
Fixed some potential XHTML strict errors MDL-7861
MODIFY backup/backup.php   Rev. 1.40    (+2 -2 lines)
MODIFY backup/restore_check.html   Rev. 1.35    (+2 -2 lines)
moodler committed 1 file to 'Moodle CVS' - 18/Dec/06 01:47 PM
XHTML compliance MDL-7861
MODIFY mod/data/preset.php   Rev. 1.17    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 18/Dec/06 01:53 PM
MDL-7861, making moodle xhtml strict, adding missing alt text
MODIFY lang/en_utf8/help/chat/chatting.html   Rev. 1.2    (+1 -1 lines)
toyomoyo committed 3 files to 'Moodle CVS' - 18/Dec/06 02:03 PM
MDL-7861, fixing minor xhtml strict problem
MODIFY admin/roles/assign.php   Rev. 1.41    (+3 -3 lines)
MODIFY admin/roles/tabs.php   Rev. 1.16    (+2 -2 lines)
MODIFY admin/roles/Attic/assign.html   Rev. 1.19    (+1 -1 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 18/Dec/06 02:13 PM
Added a missing alt text to a translated help file for chat MDL-7861.
MODIFY ja_utf8/help/chat/chatting.html   Rev. 1.3    (+1 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 18/Dec/06 05:08 PM
MDL-7861 added proper s() quoting into user image alt text and popup title
MODIFY lib/weblib.php   Rev. 1.707    (+4 -4 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 19/Dec/06 10:52 AM
MDL-7861, fixing xhtml for lesson. When in strict mode, javascript button is not working
MODIFY mod/lesson/locallib.php   Rev. 1.52    (+5 -5 lines)
MODIFY mod/lesson/Attic/viewend.html   Rev. 1.4    (+3 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 19/Dec/06 12:33 PM
Fixed some xhtml issues. MDL-7861.
MODIFY admin/roles/Attic/override.html   Rev. 1.17    (+13 -7 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 19/Dec/06 01:37 PM
MDL-7861, fixing xhtml strict problems in scales
MODIFY course/scales.php   Rev. 1.27    (+4 -5 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 19/Dec/06 02:02 PM
Merged from 1.7. Also contains some xhtml fixes for MDL-7861.
MODIFY backup/restorelib.php   Rev. 1.211    (+10 -10 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 19/Dec/06 02:57 PM
MDL-7861, strict xhtml for course/index page
MODIFY course/index.php   Rev. 1.60    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 19/Dec/06 03:16 PM
MDL-7861, adding missing tag
MODIFY course/category.php   Rev. 1.87    (+1 -1 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 19/Dec/06 03:19 PM
removing extra tag MDL-7861
MODIFY admin/replace.php   Rev. 1.7    (+5 -5 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 19/Dec/06 03:49 PM
MDL-7861, adding third param to notice() function, so that the right footer is printed. Currently missing admin footer
MODIFY admin/lang.php   Rev. 1.74    (+2 -2 lines)
MODIFY lib/weblib.php   Rev. 1.708    (+10 -3 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 19/Dec/06 03:58 PM
MDL-7861, adding third param to error() function to print correct admin footer
MODIFY lib/weblib.php   Rev. 1.709    (+7 -2 lines)
MODIFY admin/Attic/langdoc.php   Rev. 1.18    (+6 -6 lines)
Vy-Shane Sin Fat committed 2 files to 'Moodle CVS' - 19/Dec/06 04:00 PM
Making sure that restore views work in xhtml strict 1.0. MDL-7861.
MODIFY mod/forum/restorelib.php   Rev. 1.60    (+2 -2 lines)
MODIFY backup/restorelib.php   Rev. 1.212    (+73 -19 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 19/Dec/06 04:05 PM
adding missing tag MDL-7861
MODIFY admin/lang.php   Rev. 1.75    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 19/Dec/06 04:19 PM
MDL-7861, taking out <br/>s in title tag
MODIFY lib/tablelib.php   Rev. 1.16    (+5 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 20/Dec/06 09:48 AM
MDL-7861, fixing broken xhtml tags
MODIFY user/view.php   Rev. 1.132    (+3 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 20/Dec/06 10:15 AM
Added missing footer for delete confirmation view. MDL-7861.
MODIFY course/index.php   Rev. 1.61    (+3 -1 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 20/Dec/06 10:49 AM
MDL-7861 fixing broken xhtml in lesson
MODIFY mod/lesson/import.php   Rev. 1.23    (+13 -13 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 20/Dec/06 11:00 AM
fixing xhtml tags MDL-7861
MODIFY mod/lesson/importppt.php   Rev. 1.16    (+9 -9 lines)
toyomoyo committed 3 files to 'Moodle CVS' - 20/Dec/06 11:17 AM
MDL-7861 fixng lesson xhtml tags
MODIFY mod/lesson/edit.php   Rev. 1.10    (+5 -3 lines)
MODIFY mod/lesson/locallib.php   Rev. 1.54    (+3 -3 lines)
MODIFY mod/lesson/action/addbranchtable.php   Rev. 1.11    (+7 -7 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 20/Dec/06 11:25 AM
xhtml fixes for MDL-7861.
MODIFY course/report/outline/index.php   Rev. 1.7    (+2 -9 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 20/Dec/06 11:38 AM
Fixed xhtml issues. MDL-7861.
MODIFY course/report/participation/index.php   Rev. 1.13    (+5 -5 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 20/Dec/06 12:44 PM
MDL-7861, fixing broken xhtml tags
MODIFY files/index.php   Rev. 1.104    (+3 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 20/Dec/06 02:55 PM
xhtml fixes for MDL-7861.
MODIFY question/editlib.php   Rev. 1.34    (+3 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 20/Dec/06 02:56 PM
Added missing html closing tags in function redirect() before the die call. MDL-7861.
MODIFY lib/weblib.php   Rev. 1.710    (+3 -0 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 20/Dec/06 03:14 PM
Missing </div>. MDL-7861.
MODIFY question/question.php   Rev. 1.28    (+2 -1 lines)
toyomoyo committed 5 files to 'Moodle CVS' - 20/Dec/06 05:05 PM
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 10:12 AM
fixing broken xhtml MDL-7861
MODIFY question/import.php   Rev. 1.26    (+3 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 10:14 AM
fix for MDL-7861, strict xhtml
MODIFY question/category_class.php   Rev. 1.10    (+3 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 10:31 AM
fix for MDL-7861, removing doulbe <<
MODIFY question/editlib.php   Rev. 1.35    (+3 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 11:12 AM
MDL-7861, fixing broken xhtml
MODIFY mod/quiz/editlib.php   Rev. 1.39    (+8 -4 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 01:45 PM
MDL-7861, fixing broken xhtml in loan calculator, adding CDATA tags
MODIFY blocks/loancalc/block_loancalc.php   Rev. 1.4    (+11 -12 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 21/Dec/06 02:48 PM
MDL-7861, fixing xhtml strict problem
MODIFY mod/workshop/Attic/view.php   Rev. 1.52    (+2 -2 lines)
MODIFY mod/workshop/Attic/assessments.php   Rev. 1.53    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 03:01 PM
MDL-7861, fixng broken xhtml
MODIFY mod/wiki/view.php   Rev. 1.61    (+3 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 21/Dec/06 03:05 PM
xhtml fixes for MDL-7861.
MODIFY question/Attic/showbank.php   Rev. 1.18    (+9 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 21/Dec/06 03:12 PM
Fixes for MDL-7861.
MODIFY question/export.php   Rev. 1.24    (+5 -5 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 21/Dec/06 03:26 PM
Fixes for MDL-7861.
MODIFY course/scales.php   Rev. 1.28    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 04:01 PM
fix for MDL-7861, taking out extra </form> tag
MODIFY blocks/rss_client/Attic/config_instance.html   Rev. 1.26    (+2 -2 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 21/Dec/06 04:39 PM
Uncommented print_footer() in grade_stats() to make popup pass xhtml 1.0 strict validation. MDL-7861.
MODIFY grade/lib.php   Rev. 1.54    (+2 -2 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 21/Dec/06 04:43 PM
Fixed xhtml issues in grade_set_categories(). MDL-7861.
MODIFY grade/lib.php   Rev. 1.55    (+3 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 21/Dec/06 04:50 PM
MDL-7861, broken xhtml
MODIFY mod/choice/lib.php   Rev. 1.50    (+5 -5 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 22/Dec/06 11:10 AM
MDL-7861, fixing xhtml forms
MODIFY files/index.php   Rev. 1.105    (+3 -5 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 22/Dec/06 11:14 AM
xhtml fix in grade_display_grade_preferences(). For MDL-7861.
MODIFY grade/lib.php   Rev. 1.57    (+2 -2 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 22/Dec/06 11:23 AM
xhtml fixes in grade_display_grade_weights() for MDL-7861.
MODIFY grade/lib.php   Rev. 1.58    (+16 -7 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 22/Dec/06 11:26 AM
xhtml fix in grade_display_letter_grades() for MDL-7861.
MODIFY grade/lib.php   Rev. 1.59    (+2 -2 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 22/Dec/06 11:34 AM
More fixes in grade_display_letter_grades(). MDL-7861.
MODIFY grade/lib.php   Rev. 1.60    (+18 -8 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 22/Dec/06 11:51 AM
MDL-7861, fixing broken tag
MODIFY grade/lib.php   Rev. 1.61    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 22/Dec/06 01:23 PM
taking out unwanted/broken strings from mod_form to make form xhtml strict MDL-7861
MODIFY mod/glossary/mod_form.php   Rev. 1.9    (+1 -1 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 22/Dec/06 02:20 PM
fixing broken tags for MDL-7861
MODIFY mod/lesson/action/editpage.php   Rev. 1.17    (+27 -27 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 22/Dec/06 02:58 PM
MDL-7861, fixing broken tags
MODIFY mod/lesson/edit.php   Rev. 1.11    (+4 -4 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 22/Dec/06 03:31 PM
MDL-7861, fixing tags
MODIFY mod/lesson/action/addpage.php   Rev. 1.14    (+20 -20 lines)
MODIFY mod/lesson/locallib.php   Rev. 1.55    (+3 -3 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 22/Dec/06 04:19 PM
MDL-7861, fixing xhtml tags
MODIFY mod/lesson/action/addpage.php   Rev. 1.15    (+4 -4 lines)
MODIFY mod/lesson/action/editpage.php   Rev. 1.18    (+19 -14 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 02/Jan/07 10:25 AM
XHTML fixes for MDL-7861.
MODIFY mod/forum/search.php   Rev. 1.69    (+9 -9 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 10:41 AM
MDL-7861, adding cdata to javascript
MODIFY course/Attic/groups-edit.html   Rev. 1.17    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 10:59 AM
MDL-7861, fixing javascript
MODIFY course/Attic/groups-edit.html   Rev. 1.18    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 11:21 AM
MDL-7861, fixing javascript
MODIFY course/Attic/groups-edit.html   Rev. 1.19    (+9 -9 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 01:37 PM
MDL-7861, fixing missing tag
MODIFY mod/workshop/Attic/view.php   Rev. 1.53    (+2 -1 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 02:04 PM
chaning reference from document.abc to document.getElementById('abc'), MDL-7861
MODIFY lib/weblib.php   Rev. 1.723    (+6 -4 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 02:55 PM
MDL-7861, replacing document.abc with document.getElementById('abc')
MODIFY blocks/loancalc/block_loancalc.php   Rev. 1.5    (+3 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 04:43 PM
MDL-7861, fixing missing space
MODIFY course/recent.php   Rev. 1.29    (+2 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 02/Jan/07 04:47 PM
MDL-7861, fixing broken xhtml
MODIFY blocks/quiz_results/Attic/config_instance.html   Rev. 1.7    (+1 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 02/Jan/07 07:00 PM
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 ;-)
MODIFY lib/weblib.php   Rev. 1.725    (+4 -4 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 03/Jan/07 09:41 AM
moodler committed 1 file to 'Moodle CVS' - 03/Jan/07 10:51 AM
MDL-7861 Better setting of strict in other debug modes too
MODIFY lib/weblib.php   Rev. 1.727    (+11 -7 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 03/Jan/07 11:00 AM
Fixed xhtml for MDL-7861
MODIFY mod/forum/Attic/config.html   Rev. 1.12    (+1 -1 lines)
moodler committed 1 file to 'Moodle CVS' - 03/Jan/07 11:03 AM
On second thoughts, while we are in testing phase, let's run with XHTML Strict all the time. MDL-7861
MODIFY lib/weblib.php   Rev. 1.728    (+1 -4 lines)
toyomoyo committed 3 files to 'Moodle CVS' - 03/Jan/07 04:29 PM
MDL-7861, fixing various xhtml strict issues and formatting
MODIFY mod/lesson/action/addpage.php   Rev. 1.16    (+4 -4 lines)
MODIFY mod/lesson/view.php   Rev. 1.119    (+17 -13 lines)
MODIFY mod/lesson/action/editpage.php   Rev. 1.19    (+14 -9 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 03/Jan/07 04:34 PM
MDL-7861, adding a missing tag
MODIFY lang/en_utf8/help/lesson/overview.html   Rev. 1.3    (+1 -1 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 03/Jan/07 05:19 PM
xhtml fix for MDL-7861
MODIFY lang/en_utf8/quiz.php   Rev. 1.56    (+2 -2 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 03/Jan/07 05:23 PM
xhtml fixes for MDL-7861.
MODIFY question/category_class.php   Rev. 1.11    (+4 -4 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 03/Jan/07 07:03 PM
Updated a translated string for quiz based on /lang/en_utf8 fix MDL-7861.
MODIFY ja_utf8/quiz.php   Rev. 1.93    (+1 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 03/Jan/07 09:28 PM
xhtml fix for MDL-7861
MODIFY fr_utf8/quiz.php   Rev. 1.57    (+1 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 04/Jan/07 03:53 AM
MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid)
MODIFY lib/weblib.php   Rev. 1.730    (+9 -9 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 04/Jan/07 07:54 AM
MDL-7861 Strict XHTML 1.0 - popup_form() fixes (added div and $formname parameter changed to $formid) - fixed typo :-(
MODIFY lib/weblib.php   Rev. 1.733    (+3 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 04/Jan/07 12:18 PM
adding fieldset to form MDL-7861
MODIFY mod/data/edit.php   Rev. 1.18    (+3 -2 lines)
moodler committed 19 files to 'Moodle CVS' - 04/Jan/07 01:44 PM
toyomoyo committed 3 files to 'Moodle CVS' - 04/Jan/07 02:32 PM
toyomoyo committed 2 files to 'Moodle CVS' - 04/Jan/07 02:49 PM
adding fieldset MDL-7861
MODIFY lib/weblib.php   Rev. 1.737    (+6 -6 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.281    (+4 -0 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 04/Jan/07 04:19 PM
adding fieldset MDL-7861, needs new css class for border?
MODIFY user/view.php   Rev. 1.137    (+15 -1 lines)
Petr Skoda committed 6 files to 'Moodle CVS' - 04/Jan/07 09:44 PM
MDL-7861 various xhtml fixes and fixed layout of add activity/resource menu
MODIFY lib/weblib.php   Rev. 1.740    (+13 -14 lines)
MODIFY blocks/search/block_search.php   Rev. 1.5    (+2 -2 lines)
MODIFY blocks/search_forums/block_search_forums.php   Rev. 1.18    (+3 -3 lines)
MODIFY course/lib.php   Rev. 1.467    (+7 -7 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.282    (+9 -0 lines)
MODIFY blocks/admin_tree/block_admin_tree.php   Rev. 1.16    (+3 -3 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 04/Jan/07 10:01 PM
moodler committed 1 file to 'Moodle CVS' - 05/Jan/07 12:23 AM
XHTML Strict fixes for forum search MDL-7861
MODIFY mod/forum/lib.php   Rev. 1.520    (+6 -4 lines)
moodler committed 2 files to 'Moodle CVS' - 05/Jan/07 12:31 AM
More fixes for Strict MDL-7861
MODIFY mod/forum/lib.php   Rev. 1.521    (+1 -3 lines)
MODIFY mod/forum/discuss.php   Rev. 1.93    (+4 -4 lines)
moodler committed 1 file to 'Moodle CVS' - 05/Jan/07 12:42 AM
XHTML Strict for user images MDL-7861
MODIFY lib/weblib.php   Rev. 1.742    (+4 -5 lines)
moodler committed 1 file to 'Moodle CVS' - 05/Jan/07 12:51 AM
XHTML Strict MDL-7861
MODIFY enrol/manual/enrol.php   Rev. 1.14    (+3 -4 lines)
moodler committed 5 files to 'Moodle CVS' - 05/Jan/07 12:52 AM
moodler committed 1 file to 'Moodle CVS' - 05/Jan/07 12:53 AM
Bending over for Strict MDL-7861
MODIFY iplookup/hostip/Attic/lib.php   Rev. 1.2    (+2 -2 lines)
moodler committed 2 files to 'Moodle CVS' - 05/Jan/07 12:58 AM
Tidy up discussion controls using CSS MDL-7861
MODIFY mod/forum/discuss.php   Rev. 1.94    (+2 -2 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.284    (+5 -0 lines)
moodler committed 2 files to 'Moodle CVS' - 05/Jan/07 12:59 AM
Style fixes related to coursebox fixes MDL-7861
MODIFY theme/standard/styles_color.css   Rev. 1.117    (+1 -1 lines)
MODIFY theme/standard/styles_moz.css   Rev. 1.33    (+2 -2 lines)
Mitsuhiro Yoshida committed 1 file to 'Moodle CVS' - 05/Jan/07 03:27 AM
Fixed coursebox style MDL-7861.
MODIFY theme/oceanblue/styles_color.css   Rev. 1.53    (+1 -1 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 05/Jan/07 03:58 AM
MDL-7861 some xhtml strict fixes
MODIFY blocks/admin_tree/block_admin_tree.php   Rev. 1.18    (+2 -2 lines)
MODIFY index.php   Rev. 1.172    (+3 -3 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 05/Jan/07 07:49 AM
MDL-7861 some xhtml strict fixes
MODIFY login/index.php   Rev. 1.103    (+4 -4 lines)
MODIFY login/index_form.html   Rev. 1.41    (+4 -3 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 05/Jan/07 08:27 AM
MDL-7861 xhtml strict fixes for login page
MODIFY login/index.php   Rev. 1.104    (+2 -2 lines)
MODIFY lib/weblib.php   Rev. 1.744    (+3 -3 lines)
MODIFY login/index_form.html   Rev. 1.42    (+30 -20 lines)
Petr Skoda committed 35 files to 'Moodle CVS' - 05/Jan/07 08:38 AM
MDL-7861 xhtml strict fixes - fixed all <br> in our code
MODIFY mod/choice/lib.php   Rev. 1.51    (+3 -3 lines)
MODIFY mod/lams/Attic/lib.php   Rev. 1.5    (+28 -28 lines)
MODIFY search/query.php   Rev. 1.13    (+1 -1 lines)
MODIFY auth/shibboleth/config.html   Rev. 1.19    (+1 -1 lines)
MODIFY filter/algebra/algebradebug.php   Rev. 1.17    (+9 -9 lines)
MODIFY mod/exercise/Attic/restorelib.php   Rev. 1.16    (+3 -3 lines)
MODIFY mod/glossary/editcategories.php   Rev. 1.32    (+2 -2 lines)
MODIFY lang/en_utf8/help/quiz/itemanalysis.html   Rev. 1.4    (+3 -3 lines)
MODIFY iplookup/ipatlas/Attic/plot.inc   Rev. 1.2    (+2 -2 lines)
MODIFY blocks/search/config_global.html   Rev. 1.2    (+2 -2 lines)
MODIFY enrol/ldap/config.html   Rev. 1.11    (+4 -4 lines)
MODIFY grade/lib.php   Rev. 1.63    (+2 -2 lines)
MODIFY lang/en_utf8/lesson.php   Rev. 1.21    (+2 -2 lines)
MODIFY enrol/mnet/config.html   Rev. 1.2    (+1 -1 lines)
MODIFY mod/hotpot/restorelib.php   Rev. 1.24    (+3 -3 lines)
MODIFY mod/resource/type/ims/Attic/repository_deploy.php   Rev. 1.6    (+4 -4 lines)
MODIFY mod/wiki/ewiki/fragments/wiki_format.inc   Rev. 1.3    (+4 -4 lines)
MODIFY mod/lesson/reformat.php   Rev. 1.5    (+4 -4 lines)
MODIFY lang/en_utf8/enrol_mnet.php   Rev. 1.2    (+4 -4 lines)
MODIFY backup/restorelib.php   Rev. 1.213    (+6 -6 lines)
MODIFY mod/lams/Attic/mod.html   Rev. 1.4    (+4 -4 lines)
MODIFY backup/backuplib.php   Rev. 1.131    (+2 -2 lines)
MODIFY lang/en_utf8/auth.php   Rev. 1.10    (+2 -2 lines)
MODIFY mod/hotpot/db/Attic/update_to_v2.php   Rev. 1.36    (+2 -2 lines)
MODIFY course/format/lams/Attic/format.php   Rev. 1.16    (+2 -2 lines)
MODIFY mod/hotpot/attempt.php   Rev. 1.16    (+2 -2 lines)
MODIFY search/tests/index.php   Rev. 1.6    (+1 -1 lines)
MODIFY mod/lesson/restorelib.php   Rev. 1.35    (+11 -11 lines)
MODIFY lib/moodlelib.php   Rev. 1.813    (+5 -5 lines)
MODIFY search/indexer.php   Rev. 1.11    (+1 -1 lines)
MODIFY auth/radius/auth.php   Rev. 1.2    (+10 -10 lines)
MODIFY enrol/mnet/enrol.php   Rev. 1.2    (+2 -2 lines)
MODIFY auth/mnet/auth.php   Rev. 1.2    (+2 -2 lines)
MODIFY group/assign.php   Rev. 1.3    (+1 -1 lines)
MODIFY search/lib.php   Rev. 1.10    (+1 -1 lines)
Petr Skoda committed 16 files to 'Moodle CVS' - 05/Jan/07 08:59 AM
MDL-7861 xhtml strict fixes - fixed capital letter tags and attributes
MODIFY mod/lams/Attic/mod.html   Rev. 1.5    (+2 -2 lines)
MODIFY admin/mnet/peers.html   Rev. 1.3    (+2 -2 lines)
MODIFY admin/mnet/delete.html   Rev. 1.2    (+2 -2 lines)
MODIFY mod/wiki/removepages.html   Rev. 1.5    (+6 -6 lines)
MODIFY mod/hotpot/Attic/config.html   Rev. 1.6    (+18 -18 lines)
MODIFY mod/wiki/revertpages.html   Rev. 1.5    (+33 -33 lines)
MODIFY mod/wiki/checklinks.html   Rev. 1.5    (+6 -6 lines)
MODIFY admin/mnet/trustedhosts.html   Rev. 1.3    (+2 -2 lines)
MODIFY enrol/ldap/config.html   Rev. 1.12    (+3 -3 lines)
MODIFY mod/wiki/lib.php   Rev. 1.45    (+10 -10 lines)
MODIFY mod/wiki/index.php   Rev. 1.9    (+3 -3 lines)
MODIFY mod/wiki/setpageflags.html   Rev. 1.5    (+6 -6 lines)
MODIFY mod/wiki/admin.php   Rev. 1.25    (+2 -2 lines)
MODIFY user/messageselect.php   Rev. 1.12    (+1 -1 lines)
MODIFY course/Attic/grades.php   Rev. 1.33    (+3 -3 lines)
MODIFY mod/wiki/strippages.html   Rev. 1.5    (+6 -6 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 05/Jan/07 09:02 AM
Translated new strings for self registration.
xhtml strict fix - changed <br> to <br /> MDL-7861.
MODIFY ja_utf8/auth.php   Rev. 1.15    (+4 -2 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 05/Jan/07 09:07 AM
xhtml strict fix - changed all <br> to <br /> MDL-7861.
MODIFY ja_utf8/help/quiz/itemanalysis.html   Rev. 1.6    (+1 -1 lines)
MODIFY ja_utf8/help/participationreport.html   Rev. 1.3    (+3 -3 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 05/Jan/07 09:16 AM
MDL-7861 xhtml strict fixes for login page - fixed empty div when no error
MODIFY login/index_form.html   Rev. 1.43    (+7 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 05/Jan/07 10:06 AM
MDL-7861, xhtml strict fix
MODIFY lib/weblib.php   Rev. 1.746    (+3 -3 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 05/Jan/07 10:19 AM
MDL-7861, fixing xhtml strict divs
MODIFY mod/data/edit.php   Rev. 1.19    (+2 -2 lines)
toyomoyo committed 4 files to 'Moodle CVS' - 05/Jan/07 11:00 AM
MDL-7861, xhtml related issues, added class for some fieldsets to not display border
MODIFY mod/data/edit.php   Rev. 1.20    (+3 -3 lines)
MODIFY mod/data/templates.php   Rev. 1.59    (+10 -8 lines)
MODIFY user/view.php   Rev. 1.138    (+7 -7 lines)
MODIFY lib/weblib.php   Rev. 1.747    (+3 -2 lines)
toyomoyo committed 1 file to 'Moodle CVS' - 05/Jan/07 11:38 AM
MDL-7861, strict xhtml fixes
MODIFY mod/data/lib.php   Rev. 1.109    (+16 -14 lines)
toyomoyo committed 5 files to 'Moodle CVS' - 05/Jan/07 01:57 PM
toyomoyo committed 2 files to 'Moodle CVS' - 05/Jan/07 02:56 PM
MDL-7861, xhtml strict fixes
MODIFY blocks/rss_client/Attic/config_instance.html   Rev. 1.27    (+2 -2 lines)
MODIFY mod/assignment/lib.php   Rev. 1.208    (+3 -3 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 05/Jan/07 05:01 PM
MDL-7861, xhtml strict issues
MODIFY lib/weblib.php   Rev. 1.752    (+6 -4 lines)
MODIFY mod/data/preset.php   Rev. 1.19    (+18 -12 lines)
moodler committed 2 files to 'Moodle CVS' - 05/Jan/07 08:51 PM
The fixes I meant to make with print_simple box doh! MDL-7861 MDL-4943
MODIFY theme/standard/styles_layout.css   Rev. 1.286    (+5 -0 lines)
MODIFY lib/weblib.php   Rev. 1.754    (+7 -8 lines)
moodler committed 4 files to 'Moodle CVS' - 05/Jan/07 11:13 PM
Sundry fixes related to course categpry page for XHTRML strict MDL-7861
MODIFY theme/standard/styles_layout.css   Rev. 1.288    (+17 -0 lines)
MODIFY course/lib.php   Rev. 1.471    (+23 -24 lines)
MODIFY course/category.php   Rev. 1.89    (+4 -9 lines)
MODIFY lib/weblib.php   Rev. 1.757    (+10 -5 lines)
moodler committed 3 files to 'Moodle CVS' - 06/Jan/07 01:10 AM
FIxes for news forum heading on home page (Strict) MDL-7861
MODIFY theme/standard/styles_layout.css   Rev. 1.289    (+1 -1 lines)
MODIFY index.php   Rev. 1.173    (+4 -7 lines)
MODIFY theme/standard/styles_fonts.css   Rev. 1.115    (+2 -2 lines)
moodler committed 1 file to 'Moodle CVS' - 06/Jan/07 01:16 AM
XHTML Strict fixes MDL-7861
MODIFY help.php   Rev. 1.35    (+3 -3 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 06/Jan/07 01:31 AM
MDL-7861 xhtml strict fixes for login page revisited
MODIFY theme/standard/styles_color.css   Rev. 1.119    (+2 -1 lines)
MODIFY login/index_form.html   Rev. 1.44    (+65 -85 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.290    (+56 -8 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 06/Jan/07 01:39 AM
MDL-7861 xhtml strict fixes - added langmenu class
MODIFY login/index.php   Rev. 1.105    (+4 -4 lines)
MODIFY login/signup.php   Rev. 1.51    (+2 -2 lines)
MODIFY auth/cas/Attic/login.php   Rev. 1.10    (+3 -3 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 06/Jan/07 01:48 AM
MDL-7861 xhtml strict fixes - added langmenu class - fixed CSS alignment
MODIFY theme/standard/styles_layout.css   Rev. 1.292    (+4 -0 lines)
Petr Skoda committed 9 files to 'Moodle CVS' - 06/Jan/07 04:41 AM
MDL-7861 xhtml strict fixes - login page - final CSS cleanup, finished!
MODIFY theme/wood/styles_color.css   Rev. 1.19    (+9 -0 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.293    (+28 -8 lines)
MODIFY login/index_form.html   Rev. 1.45    (+7 -7 lines)
MODIFY theme/metal/colors.css   Rev. 1.3    (+3 -1 lines)
MODIFY theme/oceanblue/styles_color.css   Rev. 1.55    (+6 -1 lines)
MODIFY theme/orangewhite/styles_color.css   Rev. 1.30    (+4 -1 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.120    (+1 -0 lines)
MODIFY theme/formal_white/fw_color.css   Rev. 1.16    (+3 -1 lines)
MODIFY theme/cornflower/Attic/styles_color.css   Rev. 1.4    (+3 -1 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 06/Jan/07 06:07 AM
MDL-7861 xhtml strict fixes - login page - ok, one even more final cleanup ;-)
MODIFY theme/standard/styles_layout.css   Rev. 1.294    (+24 -17 lines)
MODIFY login/index_form.html   Rev. 1.46    (+10 -6 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 06/Jan/07 06:10 AM
MDL-7861 xhtml strict fixes - login page - this is the ***really last*** fix for IE trouble!
MODIFY theme/standard/styles_layout.css   Rev. 1.295    (+5 -0 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 06/Jan/07 06:33 AM
MDL-7861 xhtml strict fixes - the invisible fieldset was borking layout because it behaved like a block, added display:inline directive
MODIFY theme/standard/styles_layout.css   Rev. 1.296    (+5 -3 lines)
moodler committed 2 files to 'Moodle CVS' - 06/Jan/07 02:14 PM
Minor forms fixes for Strict MDL-7861
MODIFY calendar/view.php   Rev. 1.76    (+7 -4 lines)
MODIFY calendar/lib.php   Rev. 1.163    (+3 -3 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 07/Jan/07 05:18 AM
MDL-7861 xhtml strict fixes - removed table from navbar layout
MODIFY theme/standard/styles_layout.css   Rev. 1.298    (+17 -3 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.121    (+3 -3 lines)
MODIFY lib/weblib.php   Rev. 1.761    (+12 -12 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 07/Jan/07 05:45 AM
MDL-7861 xhtml strict fixes - do not add label for static element in formslib
MODIFY lib/formslib.php   Rev. 1.74    (+5 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 07/Jan/07 06:22 AM
MDL-7861 xhtml strict fixes - do not add label for static element in formslib, fixed wrong regex in previous commit
MODIFY lib/formslib.php   Rev. 1.75    (+3 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 07/Jan/07 03:49 PM
Added fieldset tag. MDL-7861.
MODIFY mod/forum/lib.php   Rev. 1.525    (+3 -1 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 07/Jan/07 07:19 PM
Fix for MDL-7861
MODIFY mod/forum/discuss.php   Rev. 1.95    (+2 -2 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 07/Jan/07 08:20 PM
Related to MDL-7861. Replaced html nowrap="nowrap" with inline style style="white-space:nowrap;".
MODIFY lib/weblib.php   Rev. 1.762    (+9 -9 lines)
Petr Skoda committed 8 files to 'Moodle CVS' - 07/Jan/07 10:49 PM
Petr Skoda committed 5 files to 'Moodle CVS' - 08/Jan/07 06:54 AM
MDL-7861 assignment related xhtml strict fixes (client view and fixed quickgrading/grading) and admin tree CSS styling
MODIFY theme/standard/styles_layout.css   Rev. 1.300    (+3 -0 lines)
MODIFY mod/assignment/type/upload/assignment.class.php   Rev. 1.26    (+12 -15 lines)
MODIFY mod/assignment/lib.php   Rev. 1.210    (+4 -4 lines)
MODIFY blocks/admin_tree/block_admin_tree.php   Rev. 1.19    (+2 -2 lines)
MODIFY lib/weblib.php   Rev. 1.764    (+6 -3 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 08/Jan/07 09:41 AM
Removed align attribute. Related to MDL-7861.
MODIFY course/mod.php   Rev. 1.115    (+2 -2 lines)
toyomoyo committed 3 files to 'Moodle CVS' - 08/Jan/07 10:09 AM
MDL-7861, fixing xhtml strict bugs
MODIFY mod/data/field.php   Rev. 1.23    (+7 -9 lines)
MODIFY mod/data/lib.php   Rev. 1.110    (+2 -2 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.301    (+8 -0 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 08/Jan/07 10:27 AM
Removed align attribute from img tag. Related to MDL-7861.
MODIFY course/modedit.php   Rev. 1.12    (+2 -2 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 08/Jan/07 10:38 AM
MDL-7861 xhtml strict fixes
MODIFY theme/standard/styles_layout.css   Rev. 1.302    (+2 -1 lines)
MODIFY mod/data/lib.php   Rev. 1.111    (+8 -6 lines)
toyomoyo committed 9 files to 'Moodle CVS' - 08/Jan/07 12:34 PM
toyomoyo committed 4 files to 'Moodle CVS' - 08/Jan/07 02:47 PM
MDL-7861, xhtml strict for survey
MODIFY mod/survey/view.php   Rev. 1.43    (+11 -8 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.304    (+64 -1 lines)
MODIFY mod/survey/report.php   Rev. 1.46    (+15 -15 lines)
MODIFY mod/survey/lib.php   Rev. 1.58    (+22 -21 lines)
donal72 committed 4 files to 'Moodle CVS' - 08/Jan/07 04:16 PM
mnet: XHTML strict fixes: MDL-7861
MODIFY admin/mnet/peers.html   Rev. 1.4    (+1 -1 lines)
MODIFY admin/mnet/mnet_review.html   Rev. 1.4    (+16 -15 lines)
MODIFY lib/weblib.php   Rev. 1.768    (+15 -15 lines)
MODIFY admin/mnet/mnet_services.html   Rev. 1.3    (+10 -17 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 08/Jan/07 04:37 PM
Added some classes for question preview view. MDL-7861 related.
MODIFY theme/standard/styles_layout.css   Rev. 1.307    (+3 -0 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 08/Jan/07 04:38 PM
xhtml fixes. MDL-7861 related
MODIFY question/preview.php   Rev. 1.12    (+5 -5 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 08/Jan/07 04:45 PM
More xhtml fixes. MDL-7861 related.
MODIFY question/preview.php   Rev. 1.13    (+9 -8 lines)
Vy-Shane Sin Fat committed 5 files to 'Moodle CVS' - 08/Jan/07 04:58 PM
toyomoyo committed 3 files to 'Moodle CVS' - 08/Jan/07 05:00 PM
MDL-7861, xhtml problems with survey
MODIFY mod/survey/Attic/mod.html   Rev. 1.21    (+4 -2 lines)
MODIFY mod/survey/view.php   Rev. 1.44    (+2 -3 lines)
MODIFY mod/survey/Attic/details.php   Rev. 1.29    (+4 -2 lines)
Petr Skoda committed 64 files to 'Moodle CVS' - 08/Jan/07 06:14 PM
MDL-7861 new class .icon and .iconsmall
MODIFY course/lib.php   Rev. 1.472    (+21 -21 lines)
MODIFY course/recent.php   Rev. 1.30    (+2 -2 lines)
MODIFY mod/assignment/lib.php   Rev. 1.212    (+3 -3 lines)
MODIFY mod/data/field/file/field.class.php   Rev. 1.16    (+2 -2 lines)
MODIFY admin/modules.php   Rev. 1.32    (+4 -4 lines)
MODIFY mod/workshop/Attic/lib.php   Rev. 1.94    (+2 -2 lines)
MODIFY mod/data/preset.php   Rev. 1.20    (+2 -2 lines)
MODIFY blocks/messages/block_messages.php   Rev. 1.11    (+2 -2 lines)
MODIFY lib/questionlib.php   Rev. 1.82    (+8 -8 lines)
MODIFY admin/filters.php   Rev. 1.33    (+5 -5 lines)
MODIFY mod/workshop/Attic/submissions.php   Rev. 1.55    (+2 -2 lines)
MODIFY mod/workshop/Attic/view.php   Rev. 1.57    (+5 -5 lines)
MODIFY blocks/course_list/block_course_list.php   Rev. 1.33    (+3 -3 lines)
MODIFY calendar/lib.php   Rev. 1.164    (+12 -12 lines)
MODIFY admin/lang.php   Rev. 1.79    (+3 -3 lines)
MODIFY course/report/outline/index.php   Rev. 1.8    (+2 -2 lines)
MODIFY mod/assignment/type/upload/assignment.class.php   Rev. 1.27    (+4 -4 lines)
MODIFY blocks/moodleblock.class.php   Rev. 1.78    (+3 -3 lines)
MODIFY mod/glossary/lib.php   Rev. 1.164    (+10 -10 lines)
MODIFY question/category_class.php   Rev. 1.13    (+8 -8 lines)
MODIFY course/format/lams/Attic/format.php   Rev. 1.17    (+6 -6 lines)
MODIFY course/modedit.php   Rev. 1.13    (+2 -2 lines)
MODIFY course/Attic/grades.php   Rev. 1.34    (+3 -3 lines)
MODIFY user/index.php   Rev. 1.162    (+2 -2 lines)
MODIFY mod/exercise/Attic/lib.php   Rev. 1.47    (+1 -1 lines)
MODIFY mod/forum/lib.php   Rev. 1.528    (+5 -5 lines)
MODIFY blocks/site_main_menu/block_site_main_menu.php   Rev. 1.23    (+2 -2 lines)
MODIFY mod/scorm/locallib.php   Rev. 1.25    (+2 -2 lines)
MODIFY blocks/social_activities/block_social_activities.php   Rev. 1.20    (+3 -3 lines)
MODIFY blocks/participants/block_participants.php   Rev. 1.30    (+2 -2 lines)
MODIFY admin/roles/manage.php   Rev. 1.41    (+7 -7 lines)
MODIFY lib/editor/htmlarea/Attic/coursefiles.php   Rev. 1.10    (+5 -5 lines)
MODIFY course/category.php   Rev. 1.90    (+17 -17 lines)
MODIFY blog/lib.php   Rev. 1.59    (+2 -2 lines)
MODIFY course/index.php   Rev. 1.63    (+6 -6 lines)
MODIFY index.php   Rev. 1.174    (+2 -2 lines)
MODIFY course/info.php   Rev. 1.12    (+3 -3 lines)
MODIFY mod/assignment/type/uploadsingle/assignment.class.php   Rev. 1.29    (+2 -2 lines)
MODIFY mod/hotpot/lib.php   Rev. 1.63    (+2 -2 lines)
MODIFY mod/lesson/locallib.php   Rev. 1.60    (+6 -6 lines)
MODIFY mod/resource/type/directory/Attic/resource.class.php   Rev. 1.33    (+3 -3 lines)
MODIFY mod/quiz/lib.php   Rev. 1.260    (+3 -3 lines)
MODIFY course/user.php   Rev. 1.65    (+3 -3 lines)
MODIFY mod/data/field.php   Rev. 1.24    (+3 -3 lines)
MODIFY admin/blocks.php   Rev. 1.32    (+3 -3 lines)
MODIFY course/Attic/grade.php   Rev. 1.11    (+3 -3 lines)
MODIFY blocks/mnet_hosts/block_mnet_hosts.php   Rev. 1.2    (+2 -2 lines)
MODIFY course/pending.php   Rev. 1.9    (+2 -2 lines)
MODIFY message/lib.php   Rev. 1.58    (+3 -3 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.309    (+16 -0 lines)
MODIFY mod/hotpot/index.php   Rev. 1.18    (+2 -2 lines)
MODIFY mod/data/lib.php   Rev. 1.112    (+5 -5 lines)
MODIFY admin/auth.php   Rev. 1.49    (+4 -4 lines)
MODIFY mod/assignment/type/online/assignment.class.php   Rev. 1.41    (+2 -2 lines)
MODIFY question/type/multianswer/questiontype.php   Rev. 1.24    (+2 -2 lines)
MODIFY blocks/Attic/HOWTO.html   Rev. 1.14    (+2 -2 lines)
MODIFY mod/glossary/Attic/comments.php   Rev. 1.22    (+2 -2 lines)
MODIFY mod/glossary/editcategories.php   Rev. 1.33    (+3 -3 lines)
MODIFY files/index.php   Rev. 1.109    (+6 -6 lines)
MODIFY course/search.php   Rev. 1.31    (+2 -2 lines)
MODIFY mod/workshop/Attic/locallib.php   Rev. 1.41    (+5 -6 lines)
MODIFY blocks/activity_modules/block_activity_modules.php   Rev. 1.14    (+2 -2 lines)
MODIFY course/mod.php   Rev. 1.116    (+2 -2 lines)
MODIFY course/scales.php   Rev. 1.30    (+5 -5 lines)
moodler committed 3 files to 'Moodle CVS' - 08/Jan/07 08:55 PM
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
MODIFY filter/mediaplugin/filter.php   Rev. 1.31    (+68 -80 lines)
MODIFY lib/Attic/javascript.php   Rev. 1.33    (+2 -1 lines)
ADD lib/ufo.js   Rev. 1.1    (+0 -0 lines)
moodler committed 1 file to 'Moodle CVS' - 08/Jan/07 09:13 PM
Strict XHTML logic fixes for discussions in some circumstances MDL-7861
MODIFY mod/forum/lib.php   Rev. 1.529    (+13 -8 lines)
Petr Skoda committed 44 files to 'Moodle CVS' - 09/Jan/07 04:34 AM
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
MODIFY mod/hotpot/template/v6/jcross6.js_   Rev. 1.3    (+1 -1 lines)
MODIFY mod/hotpot/view.php   Rev. 1.26    (+3 -3 lines)
MODIFY admin/mnet/access_control.php   Rev. 1.6    (+3 -3 lines)
MODIFY admin/register.php   Rev. 1.21    (+12 -12 lines)
MODIFY lib/editor/htmlarea/Attic/coursefiles.php   Rev. 1.11    (+2 -2 lines)
MODIFY mod/hotpot/template/v6/hp6sendresults.js_   Rev. 1.3    (+11 -11 lines)
MODIFY enrol/authorize/locallib.php   Rev. 1.49    (+13 -13 lines)
MODIFY mod/hotpot/report/overview/report.php   Rev. 1.10    (+5 -5 lines)
MODIFY blocks/search_forums/block_search_forums.php   Rev. 1.20    (+2 -2 lines)
MODIFY filter/tex/texed.php   Rev. 1.6    (+3 -3 lines)
MODIFY iplookup/ipatlas/Attic/plot.php   Rev. 1.3    (+1 -1 lines)
MODIFY lib/speller/Attic/spellchecker.html   Rev. 1.3    (+1 -1 lines)
MODIFY user/messageselect.php   Rev. 1.13    (+3 -3 lines)
MODIFY mod/hotpot/template/v6.php   Rev. 1.19    (+2 -2 lines)
MODIFY mod/quiz/report/grading/report.php   Rev. 1.18    (+5 -5 lines)
MODIFY mod/hotpot/Attic/config.html   Rev. 1.7    (+2 -2 lines)
MODIFY mod/hotpot/Attic/mod.html   Rev. 1.12    (+3 -3 lines)
MODIFY lang/en_utf8/help/quiz/calculated.html   Rev. 1.3    (+3 -3 lines)
MODIFY mod/resource/type/repository/hive/Attic/openhive.php   Rev. 1.6    (+15 -15 lines)
MODIFY question/type/datasetdependent/Attic/datasetitems.php   Rev. 1.7    (+2 -2 lines)
MODIFY mod/lesson/highscores.php   Rev. 1.5    (+3 -3 lines)
MODIFY mod/hotpot/report.php   Rev. 1.26    (+2 -2 lines)
MODIFY lib/speller/Attic/wordWindow.js   Rev. 1.2    (+1 -1 lines)
MODIFY login/mnet_email.php   Rev. 1.2    (+2 -2 lines)
MODIFY course/search.php   Rev. 1.32    (+4 -4 lines)
MODIFY mod/resource/type/file/Attic/localfile.php   Rev. 1.4    (+2 -2 lines)
MODIFY mod/hotpot/hotpot-full.js   Rev. 1.15    (+14 -14 lines)
MODIFY admin/auth_config.php   Rev. 1.5    (+2 -2 lines)
MODIFY mod/wiki/ewiki/plugins/moodle/downloads.php   Rev. 1.12    (+2 -2 lines)
MODIFY mod/resource/type/file/Attic/localpath.php   Rev. 1.4    (+3 -3 lines)
MODIFY filter/tex/texdebug.php   Rev. 1.16    (+6 -6 lines)
MODIFY enrol/manual/enrol.html   Rev. 1.7    (+1 -1 lines)
MODIFY blog/Attic/TODO.txt   Rev. 1.3    (+1 -1 lines)
MODIFY iplookup/ipatlas/Attic/ip-atlas_prefs.php   Rev. 1.3    (+5 -5 lines)
MODIFY mod/data/edit.php   Rev. 1.21    (+6 -6 lines)
MODIFY lib/editor/htmlarea/popups/Attic/select_color.php   Rev. 1.4    (+1 -1 lines)
MODIFY filter/algebra/algebradebug.php   Rev. 1.18    (+8 -8 lines)
MODIFY enrol/authorize/uploadcsv.php   Rev. 1.11    (+3 -3 lines)
MODIFY mod/lams/Attic/mod.html   Rev. 1.7    (+1 -1 lines)
MODIFY admin/auth.php   Rev. 1.50    (+3 -3 lines)
MODIFY lib/speller/Attic/controls.html   Rev. 1.4    (+6 -6 lines)
MODIFY lib/rsslib.php   Rev. 1.46    (+2 -2 lines)
MODIFY mod/glossary/Attic/config.html   Rev. 1.22    (+49 -49 lines)
MODIFY admin/enrol_config.php   Rev. 1.12    (+2 -2 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 09/Jan/07 05:22 AM
xhtml fix for not closed input fields based on /lang/en_utf8 fix - MDL-7861.
MODIFY ja_utf8/help/quiz/calculated.html   Rev. 1.7    (+3 -3 lines)
Petr Skoda committed 6 files to 'Moodle CVS' - 09/Jan/07 05:38 AM
MDL-7861 still some icons left ;grr previous commid had wrong MDL id
MODIFY userpix/index.php   Rev. 1.8    (+3 -3 lines)
MODIFY mod/quiz/editlib.php   Rev. 1.41    (+10 -10 lines)
MODIFY theme/cornflower/footer.html   Rev. 1.10    (+1 -1 lines)
MODIFY mod/hotpot/index.php   Rev. 1.19    (+2 -2 lines)
MODIFY mod/glossary/lib.php   Rev. 1.165    (+2 -2 lines)
MODIFY userpix/upgrade.php   Rev. 1.4    (+3 -3 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 09/Jan/07 06:22 AM
MDL-7861xhtml strict fixes
MODIFY lib/tablelib.php   Rev. 1.19    (+7 -2 lines)
MODIFY admin/auth.php   Rev. 1.51    (+2 -2 lines)
MODIFY admin/Attic/pagelib.php   Rev. 1.15    (+4 -5 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 09/Jan/07 09:18 AM
MDL-7861xhtml strict fixes - site main menu
MODIFY blocks/site_main_menu/block_site_main_menu.php   Rev. 1.24    (+3 -3 lines)
donal72 committed 1 file to 'Moodle CVS' - 09/Jan/07 10:31 AM
mnet: admin/enrol_config.php XHTML strict fixes: MDL-7861
MODIFY admin/enrol_config.php   Rev. 1.13    (+5 -3 lines)
donal72 committed 1 file to 'Moodle CVS' - 09/Jan/07 10:32 AM
mnet: enrol/mnet/config.html XHTML strict fixes: MDL-7861
MODIFY enrol/mnet/config.html   Rev. 1.3    (+2 -2 lines)
toyomoyo committed 2 files to 'Moodle CVS' - 09/Jan/07 10:38 AM
MDL-7861, fixing xhtml strict problems
MODIFY theme/standard/styles_layout.css   Rev. 1.320    (+18 -0 lines)
MODIFY mod/choice/lib.php   Rev. 1.52    (+14 -14 lines)
donal72 committed 1 file to 'Moodle CVS' - 09/Jan/07 10:51 AM
mnet: enrol/mnet/allowed_courses: XHTML strict fixes: MDL-7861
MODIFY enrol/mnet/allowed_courses.php   Rev. 1.3    (+8 -8 lines)
donal72 committed 1 file to 'Moodle CVS' - 09/Jan/07 11:31 AM
mnet: enrol/mnet/remote_courses.php XHTML strict fix: MDL-7861
MODIFY enrol/mnet/Attic/remote_courses.php   Rev. 1.2    (+2 -3 lines)
toyomoyo committed 3 files to 'Moodle CVS' - 09/Jan/07 12:14 PM
MDL-7861, xhtml strict fixes for choice
MODIFY mod/choice/lib.php   Rev. 1.53    (+14 -10 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.321    (+23 -2 lines)
MODIFY mod/choice/report.php   Rev. 1.52    (+2 -2 lines)
toyomoyo committed 3 files to 'Moodle CVS' - 09/Jan/07 01:50 PM
MDL-7861, chat realated xhtml strict fixes, changed stlye in notice_yesno
MODIFY mod/chat/lib.php   Rev. 1.91    (+2 -2 lines)
MODIFY mod/chat/report.php   Rev. 1.31    (+2 -2 lines)
MODIFY lib/weblib.php   Rev. 1.772    (+3 -3 lines)
toyomoyo committed 15 files to 'Moodle CVS' - 09/Jan/07 05:21 PM
MDL-7861 related problems for wiki. use_html_editor() call in ewiki.php is probably causing additional problems.
MODIFY mod/wiki/Attic/mod.html   Rev. 1.22    (+2 -0 lines)
MODIFY mod/wiki/strippages.html   Rev. 1.6    (+2 -1 lines)
MODIFY mod/wiki/ewiki/plugins/email_protect.php   Rev. 1.5    (+2 -1 lines)
MODIFY lib/weblib.php   Rev. 1.773    (+1 -1 lines)
MODIFY mod/wiki/setpageflags.html   Rev. 1.6    (+2 -1 lines)
MODIFY mod/wiki/lib.php   Rev. 1.46    (+5 -3 lines)
MODIFY mod/wiki/revertpages.html   Rev. 1.6    (+2 -1 lines)
MODIFY mod/wiki/admin.php   Rev. 1.26    (+3 -2 lines)
MODIFY mod/wiki/ewiki/ewiki.php   Rev. 1.34    (+17 -9 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.323    (+14 -0 lines)
MODIFY mod/wiki/ewiki/plugins/moodle/downloads.php   Rev. 1.14    (+3 -2 lines)
MODIFY mod/wiki/view.php   Rev. 1.63    (+11 -9 lines)
MODIFY mod/wiki/wiki_styles.php   Rev. 1.3    (+1 -0 lines)
MODIFY mod/wiki/checklinks.html   Rev. 1.6    (+2 -1 lines)
MODIFY mod/wiki/removepages.html   Rev. 1.6    (+2 -1 lines)
Vy-Shane Sin Fat committed 31 files to 'Moodle CVS' - 09/Jan/07 06:07 PM
Xhtml fixes for MDL-7861.
MODIFY question/type/rqp/Attic/editquestion.html   Rev. 1.3    (+2 -0 lines)
MODIFY mod/quiz/report/analysis/Attic/report.php   Rev. 1.30    (+6 -4 lines)
MODIFY mod/quiz/edit.php   Rev. 1.89    (+7 -7 lines)
MODIFY mod/quiz/index.php   Rev. 1.37    (+5 -3 lines)
MODIFY mod/quiz/editlib.php   Rev. 1.42    (+29 -18 lines)
MODIFY mod/quiz/view.php   Rev. 1.108    (+15 -10 lines)
MODIFY mod/quiz/lib.php   Rev. 1.261    (+3 -3 lines)
MODIFY mod/quiz/Attic/attempt_close_js.php   Rev. 1.5    (+3 -1 lines)
MODIFY mod/quiz/report/grading/report.php   Rev. 1.19    (+7 -5 lines)
MODIFY question/import.php   Rev. 1.28    (+62 -60 lines)
MODIFY question/editlib.php   Rev. 1.40    (+14 -13 lines)
MODIFY question/type/calculated/questiontype.php   Rev. 1.6    (+2 -2 lines)
MODIFY question/type/datasetdependent/Attic/datasetitems.php   Rev. 1.8    (+12 -5 lines)
MODIFY question/format/blackboard_6/Attic/format.php   Rev. 1.7    (+1 -1 lines)
MODIFY question/type/rqp/Attic/types.php   Rev. 1.5    (+4 -2 lines)
MODIFY mod/quiz/Attic/config.html   Rev. 1.28    (+3 -1 lines)
MODIFY mod/quiz/review.php   Rev. 1.50    (+8 -8 lines)
MODIFY question/format/aon/Attic/format.php   Rev. 1.7    (+3 -3 lines)
MODIFY question/export.php   Rev. 1.25    (+6 -4 lines)
MODIFY question/type/datasetdependent/Attic/questiondatasets.html   Rev. 1.3    (+2 -2 lines)
MODIFY question/type/Attic/editquestionstart.html   Rev. 1.4    (+1 -1 lines)
MODIFY mod/quiz/report/regrade/Attic/report.php   Rev. 1.17    (+5 -5 lines)
MODIFY question/format/coursetestmanager/Attic/format.php   Rev. 1.7    (+5 -1 lines)
MODIFY mod/quiz/comment.php   Rev. 1.5    (+4 -4 lines)
MODIFY mod/quiz/Attic/pagelib.php   Rev. 1.12    (+4 -2 lines)
MODIFY mod/quiz/attempt.php   Rev. 1.103    (+15 -9 lines)
MODIFY question/edit.php   Rev. 1.10    (+3 -3 lines)
MODIFY mod/quiz/report/overview/report.php   Rev. 1.75    (+9 -5 lines)
MODIFY question/category_class.php   Rev. 1.14    (+13 -3 lines)
MODIFY mod/quiz/Attic/jstimer.php   Rev. 1.13    (+4 -3 lines)
MODIFY mod/quiz/locallib.php   Rev. 1.104    (+3 -3 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 09/Jan/07 07:08 PM
MDL-7861xhtml strict fixes
MODIFY mod/wiki/ewiki/plugins/moodle/downloads.php   Rev. 1.16    (+2 -2 lines)
Vy-Shane Sin Fat committed 2 files to 'Moodle CVS' - 09/Jan/07 07:20 PM
Vy-Shane Sin Fat committed 3 files to 'Moodle CVS' - 09/Jan/07 07:42 PM
Vy-Shane Sin Fat committed 2 files to 'Moodle CVS' - 09/Jan/07 08:47 PM
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 09/Jan/07 09:01 PM
Fixed xhtml for MDL-7861.
MODIFY mod/resource/type/text/Attic/text.html   Rev. 1.21    (+9 -4 lines)
donal72 committed 1 file to 'Moodle CVS' - 10/Jan/07 09:10 AM
mnet: XHTML strict fixes: MDL-7861
MODIFY admin/mnet/mnet_review_allhosts.html   Rev. 1.2    (+3 -3 lines)
donal72 committed 1 file to 'Moodle CVS' - 10/Jan/07 09:31 AM
mnet: XHTML strict fixes: MDL-7861
MODIFY enrol/mnet/Attic/remote_enrolment.html   Rev. 1.3    (+7 -7 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 10/Jan/07 11:33 AM
Vy-Shane Sin Fat committed 3 files to 'Moodle CVS' - 10/Jan/07 11:47 AM
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 10/Jan/07 11:55 AM
toyomoyo committed 10 files to 'Moodle CVS' - 10/Jan/07 12:07 PM
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 10/Jan/07 02:49 PM
onLoad made lowercase. MDL-7861 related.
MODIFY course/view.php   Rev. 1.101    (+2 -2 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 10/Jan/07 03:31 PM
Fix for MDL-7861.
MODIFY blocks/search/block_search.php   Rev. 1.7    (+1 -1 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 10/Jan/07 03:44 PM
Fixes for MDL-7861.
MODIFY blocks/loancalc/block_loancalc.php   Rev. 1.9    (+2 -3 lines)
toyomoyo committed 12 files to 'Moodle CVS' - 10/Jan/07 05:29 PM
donal72 committed 1 file to 'Moodle CVS' - 11/Jan/07 05:42 AM
auth: XHTML strict fixes: MDL-7861
MODIFY admin/auth_config.php   Rev. 1.6    (+2 -2 lines)
donal72 committed 1 file to 'Moodle CVS' - 11/Jan/07 01:11 PM
mnet: XHTML strict fixes: MDL-7861
MODIFY admin/mnet/access_control.php   Rev. 1.7    (+16 -10 lines)
Vy-Shane Sin Fat committed 7 files to 'Moodle CVS' - 11/Jan/07 05:51 PM
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 11/Jan/07 05:52 PM
Changes for lesson. MDL-7861 related.
MODIFY theme/standard/styles_layout.css   Rev. 1.338    (+36 -1 lines)
ethem committed 2 files to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 11/Jan/07 07:13 PM
MDL-7861 xhtml transient fixes for not closed input fields; Backported from HEAD
MODIFY enrol/authorize/uploadcsv.php   Rev. 1.1.2.9    (+3 -3 lines)
MODIFY enrol/authorize/locallib.php   Rev. 1.38.2.11    (+13 -13 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 12/Jan/07 03:57 PM
xhtml fixes related to MDL-7861.
MODIFY mod/lesson/mediafile.php   Rev. 1.10    (+29 -19 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 12/Jan/07 04:00 PM
Added class for lesson xhtml fixes. Related to MDL-7861.
MODIFY theme/standard/styles_layout.css   Rev. 1.340    (+5 -0 lines)
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' - 14/Jan/07 05:11 AM
Now frame-less phpinfo page is valid XML. Part of MDL-7861
MODIFY admin/phpinfo.php   Rev. 1.8    (+7 -1 lines)
Eloy Lafuente (stronk7) committed 9 files to 'Moodle CVS' - 14/Jan/07 05:13 AM
Now all the modules global config pages are valid XML. Related to MDL-7861
MODIFY mod/lams/Attic/config.html   Rev. 1.4    (+3 -3 lines)
MODIFY mod/scorm/Attic/config.html   Rev. 1.17    (+1 -1 lines)
MODIFY mod/resource/Attic/config.html   Rev. 1.18    (+2 -2 lines)
MODIFY mod/hotpot/Attic/config.html   Rev. 1.8    (+3 -3 lines)
MODIFY mod/assignment/Attic/config.html   Rev. 1.11    (+3 -3 lines)
MODIFY mod/data/Attic/config.html   Rev. 1.5    (+1 -1 lines)
MODIFY mod/glossary/Attic/config.html   Rev. 1.24    (+21 -21 lines)
MODIFY mod/chat/Attic/config.html   Rev. 1.12    (+1 -1 lines)
MODIFY mod/glossary/formats.php   Rev. 1.19    (+8 -11 lines)
Eloy Lafuente (stronk7) committed 2 files to 'Moodle CVS' - 14/Jan/07 05:14 AM
Now all the blocks global config pages are valid XML. Related to MDL-7861
MODIFY blocks/rss_client/Attic/config_global.html   Rev. 1.17    (+4 -4 lines)
MODIFY blocks/course_list/Attic/config_global.html   Rev. 1.3    (+3 -3 lines)
Eloy Lafuente (stronk7) committed 3 files to 'Moodle CVS' - 14/Jan/07 05:15 AM
Now all the filters global config pages are valid XML. Related to MDL-7861
MODIFY admin/Attic/filter.php   Rev. 1.15    (+1 -3 lines)
MODIFY filter/tex/Attic/filterconfig.html   Rev. 1.9    (+6 -6 lines)
MODIFY filter/censor/Attic/filterconfig.html   Rev. 1.4    (+1 -1 lines)
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' - 14/Jan/07 05:17 AM
Now the list of downloadable langs (when no fopen is available) doesn't break XML. Related to MDL-7861
MODIFY admin/langimport.php   Rev. 1.28    (+2 -2 lines)
Vy-Shane Sin Fat committed 2 files to 'Moodle CVS' - 15/Jan/07 04:29 PM
Fixes for MDL-7861.
MODIFY lib/adminlib.php   Rev. 1.109    (+5 -6 lines)
MODIFY admin/report/courseoverview/index.php   Rev. 1.14    (+7 -7 lines)
Vy-Shane Sin Fat committed 2 files to 'Moodle CVS' - 15/Jan/07 04:59 PM
Fixes for MDL-7861.
MODIFY admin/report/log/Attic/index.php   Rev. 1.4    (+7 -5 lines)
MODIFY course/report/log/lib.php   Rev. 1.16    (+9 -7 lines)
Vy-Shane Sin Fat committed 1 file to 'Moodle CVS' - 15/Jan/07 05:15 PM
Fixes for MDL-7861.
MODIFY course/report/stats/report.php   Rev. 1.14    (+15 -7 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 20/Jan/07 10:00 PM
MDL-7861 xhtml strict fix in notice() for & in referer, proper string quoting in print_single_button(), changed cleaning of submitted link; fixed warning when referer not send in print_continue(); fixed some doc comments
MODIFY lib/weblib.php   Rev. 1.788    (+14 -19 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 23/Jan/07 03:23 AM
MDL-7861 fixed regression caused by one of previous commit related to print_single_button() and friends - old & handling restored, thanks Eloy for spotting the problem :-)
MODIFY lib/weblib.php   Rev. 1.795    (+4 -3 lines)
Nicolas Connault committed 5 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 02/Mar/07 11:32 AM
MDL-7861 - XHTML errors (strict) were found in course/editsection.html and mod/chat/view.php. They were corrected and additional css rules were written to replace the corrected inline styling.
MODIFY theme/standard/styles_fonts.css   Rev. 1.124.2.1    (+3 -0 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.128.2.1    (+4 -0 lines)
MODIFY mod/chat/view.php   Rev. 1.55.2.1    (+7 -7 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.365.2.17    (+5 -0 lines)
MODIFY course/Attic/editsection.html   Rev. 1.13.2.1    (+6 -6 lines)
Nicolas Connault committed 5 files to 'Moodle CVS' - 02/Mar/07 11:40 AM
MDL-7861 - XHTML errors (strict) were found in course/editsection.html and mod/chat/view.php. They were corrected and additional css rules were written to replace the corrected inline styling.
MODIFY mod/chat/view.php   Rev. 1.56    (+7 -7 lines)
MODIFY theme/standard/styles_fonts.css   Rev. 1.125    (+3 -0 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.129    (+4 -0 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.388    (+5 -0 lines)
MODIFY course/Attic/editsection.html   Rev. 1.14    (+6 -6 lines)
moodler committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 04/Mar/07 03:31 PM
Removed align-middle from group pics MDL-7861
MODIFY lib/weblib.php   Rev. 1.812.2.18    (+4 -4 lines)
moodler committed 1 file to 'Moodle CVS' - 04/Mar/07 03:32 PM
Merged xhtml fix from stable MDL-7861
MODIFY lib/weblib.php   Rev. 1.830    (+4 -4 lines)