]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoMDL-10009 ratings settings do not work in glossary
skodak [Sat, 2 Jun 2007 14:03:06 +0000 (14:03 +0000)]
MDL-10009 ratings settings do not work in glossary

18 years agofixed handling of grade items when deleting assignment
skodak [Fri, 1 Jun 2007 15:13:36 +0000 (15:13 +0000)]
fixed handling of grade items when deleting assignment

18 years agoRemove invalid unit test.
tjhunt [Fri, 1 Jun 2007 13:52:36 +0000 (13:52 +0000)]
Remove invalid unit test.

18 years agoFixed problem with cmi.interactions.id elements' duplicated ids.
csantossaenz [Fri, 1 Jun 2007 12:42:36 +0000 (12:42 +0000)]
Fixed problem with cmi.interactions.id elements' duplicated ids.

18 years agoMDL-9265:
thepurpleblob [Fri, 1 Jun 2007 08:25:18 +0000 (08:25 +0000)]
MDL-9265:
'correctanswer' field missing for true/false.

18 years agoMDL-9137 Almost finished the edit category page. The only remaining issue is some...
nicolasconnault [Fri, 1 Jun 2007 08:01:47 +0000 (08:01 +0000)]
MDL-9137 Almost finished the edit category page. The only remaining issue is some sort of endless loop starting in grade_category::set_as_parent. Big issue...

18 years agoMDL-9137 Removed hidden field from grade_categories and added deleted field to grade_...
nicolasconnault [Fri, 1 Jun 2007 04:46:24 +0000 (04:46 +0000)]
MDL-9137 Removed hidden field from grade_categories and added deleted field to grade_items. Also added 2 images in pix/i

18 years agoMDL-9629 Category edit page now implements delete, show/hide, lock/unlock, moveup...
nicolasconnault [Fri, 1 Jun 2007 04:02:37 +0000 (04:02 +0000)]
MDL-9629 Category edit page now implements delete, show/hide, lock/unlock, moveup/movedown and move actions. The edit icon is also shown but not yet implemented.

18 years agoadding some form headers to help read
toyomoyo [Fri, 1 Jun 2007 02:44:34 +0000 (02:44 +0000)]
adding some form headers to help read

18 years agobgufixing and external grading improvements
skodak [Thu, 31 May 2007 20:34:41 +0000 (20:34 +0000)]
bgufixing and external grading improvements

18 years agoFixed a problem with cmi.interactions.n.objectives.n.id duplicated ids
csantossaenz [Thu, 31 May 2007 16:24:53 +0000 (16:24 +0000)]
Fixed a problem with cmi.interactions.n.objectives.n.id duplicated ids

18 years agogradebook backup and restore fixes
toyomoyo [Thu, 31 May 2007 09:00:09 +0000 (09:00 +0000)]
gradebook backup and restore fixes

18 years agoMDL-9628 Move work on the category edit page
nicolasconnault [Thu, 31 May 2007 08:57:05 +0000 (08:57 +0000)]
MDL-9628 Move work on the category edit page

18 years agoFixed typo stopping image importing working
thepurpleblob [Thu, 31 May 2007 08:32:07 +0000 (08:32 +0000)]
Fixed typo stopping image importing working

18 years agoMDL-9506 MDL-9137 MDL-9629
nicolasconnault [Thu, 31 May 2007 03:15:43 +0000 (03:15 +0000)]
MDL-9506 MDL-9137 MDL-9629
Added a number of small getters and setters to grade_item and grade_category, to hide the structural differences between the two, and provide a common interface for cases when we are not sure whether an $object is of one type or another.
The grade_tree::renumber() method now adds complete objects to the need_update array, because both grade_category and grade_item need to update their parent field when moved to a different parent. Amazingly, these important changes worked straight away (after 1 hour of coding without testing anything), and all the unit tests passed!

18 years agoMDL-4687 Password expiration support for AD (with patch) - patch by Iñaki Arenaza...
skodak [Wed, 30 May 2007 08:54:52 +0000 (08:54 +0000)]
MDL-4687 Password expiration support for AD (with patch) - patch by Iñaki Arenaza, thanks!

18 years agoMDL-9954 LDAP auth settings form problem with 'Member Attribute' and 'Member Attribut...
skodak [Wed, 30 May 2007 08:49:19 +0000 (08:49 +0000)]
MDL-9954 LDAP auth settings form problem with 'Member Attribute' and 'Member Attribute uses dn'; patch by Iñaki Arenaza - thanks!

18 years agoImplemented a test version of the gradebook category edit page, and developed the...
nicolasconnault [Wed, 30 May 2007 08:48:11 +0000 (08:48 +0000)]
Implemented a test version of the gradebook category edit page, and developed the get_edit_tree method in grade_tree. Items can be successfully moved up and down, and a "move" button lets the user select a source element, then a destination box. All actions use POST.

18 years agoMDL-9626 Enable user signup with Active Directory (via LDAP); patch by Iñaki Arenaza...
skodak [Wed, 30 May 2007 08:47:00 +0000 (08:47 +0000)]
MDL-9626 Enable user signup with Active Directory (via LDAP); patch by Iñaki Arenaza - thanks!

18 years agomore fixes for gradebook backup/restore
toyomoyo [Wed, 30 May 2007 08:45:13 +0000 (08:45 +0000)]
more fixes for gradebook backup/restore

18 years agofix ordering bug when restoring grade item
toyomoyo [Wed, 30 May 2007 06:38:23 +0000 (06:38 +0000)]
fix ordering bug when restoring grade item

18 years agoadded itemtype to backup/restore, only restore a mod type gradeitem if user data...
toyomoyo [Wed, 30 May 2007 06:23:21 +0000 (06:23 +0000)]
added itemtype to backup/restore, only restore a mod type gradeitem if user data is included

18 years agoMDL-9506 Added ksort() of each level of categories and items for the gradebook. Unsor...
nicolasconnault [Wed, 30 May 2007 05:47:26 +0000 (05:47 +0000)]
MDL-9506 Added ksort() of each level of categories and items for the gradebook. Unsorted arrays caused erratic behaviour when moving elements of the tree around.

18 years agorespecting sortorder when restoring grade_itmes, other minor fixes
toyomoyo [Wed, 30 May 2007 05:32:47 +0000 (05:32 +0000)]
respecting sortorder when restoring grade_itmes, other minor fixes

18 years agoMDL-9506 Refactored grade_tree::get_tree by doing the following:
nicolasconnault [Wed, 30 May 2007 03:09:38 +0000 (03:09 +0000)]
MDL-9506 Refactored grade_tree::get_tree by doing the following:
- Extracted the $fillers array into a class variable
- Extracted the addition of elements to grade_tree::fillers into a new add_fillers($array) method
- Extracted the inclusion of fillers into the tree_array to a new include_fillers($tree, $object=NULL) method
- Removed the building of the tree_filled, which was already performed by build_tree_filled()
- Removed the generation of next_sortorder and previous_sortorder attributes, which was already performed by renumber()
Result is a much leaner and scalable set of methods, and a tighter definition of responsibilities for the varying classes. I think I have also noticed a significant inprovement in speed.

18 years agofixing a typo
toyomoyo [Wed, 30 May 2007 02:22:43 +0000 (02:22 +0000)]
fixing a typo

18 years agoduring backup parent categories need to go before children
toyomoyo [Wed, 30 May 2007 02:20:56 +0000 (02:20 +0000)]
during backup parent categories need to go before children

18 years agotypo fix MDL-8093
wildgirl [Tue, 29 May 2007 17:26:45 +0000 (17:26 +0000)]
typo fix MDL-8093

18 years agoMDL-9716
thepurpleblob [Tue, 29 May 2007 15:19:12 +0000 (15:19 +0000)]
MDL-9716
'answernumbering' field now supported

18 years agoFixed problem with cmi.interactions.n.id duplicated ids
csantossaenz [Tue, 29 May 2007 11:22:49 +0000 (11:22 +0000)]
Fixed problem with cmi.interactions.n.id duplicated ids

18 years agoMDL-9729 Ensure start of week day calculation observes user timezone setting in the...
dwoolhead [Tue, 29 May 2007 09:56:44 +0000 (09:56 +0000)]
MDL-9729 Ensure start of week day calculation observes user timezone setting in the same way as month start and end dates. Prevents incorrect display of dates (1 out) on main Moodle calendar display although mini calendar display is correct. (Merged from 1.8 stable branch)

18 years agorestore for gradebook, needs testing for grade_history, outcomes, categories, calcula...
toyomoyo [Tue, 29 May 2007 09:00:48 +0000 (09:00 +0000)]
restore for gradebook, needs testing for grade_history, outcomes, categories, calculations and text

18 years agoreverting commit 1.889 "added another parameter to moodle_url out, out_action and...
jamiesensei [Tue, 29 May 2007 06:27:38 +0000 (06:27 +0000)]
reverting commit 1.889 "added another parameter to moodle_url out, out_action and get_query_string so that developer can output url with query string joined by '&' and not '&'. & breaks redirect on IE."  It turned out to be unnecessary.

18 years agoreverting last commit "added another parameter to moodle_url out, out_action and...
jamiesensei [Tue, 29 May 2007 06:14:09 +0000 (06:14 +0000)]
reverting last commit "added another parameter to moodle_url out, out_action and get_query_string so that developer can output url with query string joined by '&' and not '&'. & breaks redirect on IE."  It turned out to be unnecessary.

18 years agofixed bug in parsing urls
jamiesensei [Tue, 29 May 2007 06:14:09 +0000 (06:14 +0000)]
fixed bug in parsing urls

18 years agoMDL-9506 Resolved recursion issues in grade_tree:renumber and grade_tree::get_neighbo...
nicolasconnault [Tue, 29 May 2007 04:07:04 +0000 (04:07 +0000)]
MDL-9506 Resolved recursion issues in grade_tree:renumber and grade_tree::get_neighbour_element. Unit tests all pass now.

18 years agoMDL-9317 Applying Petr's second patch
nicolasconnault [Tue, 29 May 2007 00:56:44 +0000 (00:56 +0000)]
MDL-9317 Applying Petr's second patch

18 years agoMerging in changes for MDL-9947 and MDL-9923 from MOODLE_18_STABLE
mark-nielsen [Mon, 28 May 2007 18:55:15 +0000 (18:55 +0000)]
Merging in changes for MDL-9947 and MDL-9923 from MOODLE_18_STABLE

18 years agoadded another parameter to moodle_url out, out_action and get_query_string so that...
jamiesensei [Mon, 28 May 2007 14:25:40 +0000 (14:25 +0000)]
added another parameter to moodle_url out, out_action and get_query_string so that developer can output url with query string joined by '&' and not '&'. & breaks redirect on IE.

18 years agoMDL-9745 "Checkboxes badly lined up in forms lib, e.g. "students may review" settings...
jamiesensei [Mon, 28 May 2007 14:21:09 +0000 (14:21 +0000)]
MDL-9745 "Checkboxes badly lined up in forms lib, e.g. "students may review" settings on quiz settings screen." Reverted previous fix for similar problem MDL-7779 as the fix for MDL-7779  causes worse problem MDL-9745 with form elements in groups. Second part of commit in HEAD, missed a bit in HEAD.

18 years agopatched a parse error
bobopinna [Mon, 28 May 2007 12:53:42 +0000 (12:53 +0000)]
patched a parse error

18 years agoMDL-9745 Checkboxes badly lined up in forms lib, e.g. "students may review" settings...
jamiesensei [Mon, 28 May 2007 12:17:40 +0000 (12:17 +0000)]
MDL-9745 Checkboxes badly lined up in forms lib, e.g. "students may review" settings on quiz settings screen. Reverted previous fix for similar problem MDL-7779 as the fix for MDL-7779  causes worse problems with form elements in groups.

18 years agoMDL-9632; MDL-9545 basic assignment grading support - event triggers implemented...
skodak [Mon, 28 May 2007 08:55:15 +0000 (08:55 +0000)]
MDL-9632; MDL-9545 basic assignment grading support - event triggers implemented + some minor cleanup

18 years agoMDL-9960 update_record() does not store NULLs; I hope it will not break anything
skodak [Mon, 28 May 2007 08:49:40 +0000 (08:49 +0000)]
MDL-9960 update_record() does not store NULLs; I hope it will not break anything

18 years agoapply magic quotes before using var in sql query in fetch_all_using_this()
skodak [Mon, 28 May 2007 08:20:07 +0000 (08:20 +0000)]
apply magic quotes before using var in sql query in fetch_all_using_this()

18 years agoAdded the starting point for CMIFeedback type checking
bobopinna [Mon, 28 May 2007 08:18:25 +0000 (08:18 +0000)]
Added the starting point for CMIFeedback type checking

18 years agoMDL-9506 Category and Item now set their own courseid if not set explicitly, and...
nicolasconnault [Mon, 28 May 2007 08:00:19 +0000 (08:00 +0000)]
MDL-9506 Category and Item now set their own courseid if not set explicitly, and if they have enough information from
other sources. category::set_as_parent has a new constraint: cannot set over children from different courses.
Applied recursion to grade_tree::renumber(), but still some fine-tuning to do, since only grade_items are getting updated in DB.

18 years agoMDL-9137 Applied parts of Petr's patch on the gradebook objects. Unit tests unaffected.
nicolasconnault [Mon, 28 May 2007 02:05:21 +0000 (02:05 +0000)]
MDL-9137 Applied parts of Petr's patch on the gradebook objects. Unit tests unaffected.

18 years agoMDL-9506 Corrected a number of small errors in unit tests and classes.
nicolasconnault [Mon, 28 May 2007 01:26:58 +0000 (01:26 +0000)]
MDL-9506 Corrected a number of small errors in unit tests and classes.

18 years agoadded more phpdoc comments for hardFreezeAllVisibleExcept
jamiesensei [Mon, 28 May 2007 00:50:11 +0000 (00:50 +0000)]
added more phpdoc comments for hardFreezeAllVisibleExcept

18 years agonew method hardFreezeAllVisibleExcept
jamiesensei [Mon, 28 May 2007 00:46:11 +0000 (00:46 +0000)]
new method hardFreezeAllVisibleExcept

18 years agoRemoved non-standard :endif notation.
nicolasconnault [Mon, 28 May 2007 00:22:17 +0000 (00:22 +0000)]
Removed non-standard :endif notation.

18 years agoMDL-9959 debugging() shows warnings when called from call_user_func() functions
skodak [Sun, 27 May 2007 22:55:52 +0000 (22:55 +0000)]
MDL-9959 debugging() shows warnings when called from call_user_func() functions
MDL-9958 addslashes_recursive() and stripslashes_recursive() modifies function parameter in PHP5

18 years agofixed translation file for othersettings string
bobopinna [Sun, 27 May 2007 21:24:51 +0000 (21:24 +0000)]
fixed translation file for othersettings string

18 years agoFixed some bugs that block ADL test suite
bobopinna [Sun, 27 May 2007 21:22:27 +0000 (21:22 +0000)]
Fixed some bugs that block ADL test suite
Still to fix ex CMIFeedback type

18 years agoadded a new string for exit activity instead using the old one
bobopinna [Sun, 27 May 2007 17:13:16 +0000 (17:13 +0000)]
added a new string for exit activity instead using the old one

18 years agoAdded exitactivity link in navigation bar
bobopinna [Sun, 27 May 2007 17:08:54 +0000 (17:08 +0000)]
Added exitactivity link in navigation bar

18 years agoModified exit string now is exit activity
bobopinna [Sun, 27 May 2007 16:56:28 +0000 (16:56 +0000)]
Modified exit string now is exit activity

18 years agoAdded some missing strings
bobopinna [Sun, 27 May 2007 16:54:56 +0000 (16:54 +0000)]
Added some missing strings

18 years agocommented attend fields because this feature in not implemented yet
bobopinna [Sun, 27 May 2007 16:32:59 +0000 (16:32 +0000)]
commented attend fields because this feature in not implemented yet

18 years agofixed a big problem with local manifest file import
bobopinna [Sun, 27 May 2007 16:28:39 +0000 (16:28 +0000)]
fixed a big problem with local manifest file import
removed a white space in url generation

18 years agoremoved an unrequired require_once
bobopinna [Sun, 27 May 2007 16:26:05 +0000 (16:26 +0000)]
removed an unrequired require_once
optimized an if branch

18 years agofixed a missing <li> tag in package TOC
bobopinna [Sun, 27 May 2007 16:21:13 +0000 (16:21 +0000)]
fixed a missing <li> tag in package TOC

18 years agoMDL-9734 fix for clean_param PARAM_LOCALURL bug
jamiesensei [Sun, 27 May 2007 11:19:04 +0000 (11:19 +0000)]
MDL-9734 fix for clean_param PARAM_LOCALURL bug

18 years agomade hardFreeze work properly for a whole form. New paramater in moodleform construct...
jamiesensei [Sun, 27 May 2007 05:01:51 +0000 (05:01 +0000)]
made hardFreeze work properly for a whole form. New paramater in moodleform constructor 'editable' defaults to true. If true then display form as normal. If false then hardFreeze whole form. Now displays form without an submit buttons. If form is hard frozen no data is ever passed to get_data.

18 years agoMDL-9891 new 'clonepermissionsfrom' key in access.php
jamiesensei [Sun, 27 May 2007 04:53:02 +0000 (04:53 +0000)]
MDL-9891 new 'clonepermissionsfrom' key in access.php

18 years agoAutomatic installer.php lang files by installer_builder (20070527)
moodler [Sun, 27 May 2007 04:27:59 +0000 (04:27 +0000)]
Automatic installer.php lang files by installer_builder (20070527)

18 years agoMDL-9643 some more polishing
skodak [Sat, 26 May 2007 13:11:54 +0000 (13:11 +0000)]
MDL-9643 some more polishing

18 years agoMDL-9643 some more polishing
skodak [Sat, 26 May 2007 12:59:13 +0000 (12:59 +0000)]
MDL-9643 some more polishing

18 years agoAutomatic installer.php lang files by installer_builder (20070526)
moodler [Sat, 26 May 2007 04:02:24 +0000 (04:02 +0000)]
Automatic installer.php lang files by installer_builder (20070526)

18 years agoMerged MDL-9826 from stable
moodler [Fri, 25 May 2007 21:04:26 +0000 (21:04 +0000)]
Merged MDL-9826 from stable

18 years agoFix for bug MDL-9942
anthonyforth [Fri, 25 May 2007 09:55:08 +0000 (09:55 +0000)]
Fix for bug    MDL-9942

18 years agoMDL-9515, backups for gradebook
toyomoyo [Fri, 25 May 2007 08:54:20 +0000 (08:54 +0000)]
MDL-9515, backups for gradebook

18 years agoMDL-9643 minor maths unit test cleanup
skodak [Fri, 25 May 2007 07:07:05 +0000 (07:07 +0000)]
MDL-9643 minor maths unit test cleanup

18 years agoMDL-9506 WOrking on grade_tree edit tree
nicolasconnault [Fri, 25 May 2007 07:02:04 +0000 (07:02 +0000)]
MDL-9506 WOrking on grade_tree edit tree

18 years agoMDL-9643 removing the sample files, use our unit tests instead
skodak [Fri, 25 May 2007 06:54:48 +0000 (06:54 +0000)]
MDL-9643 removing the sample files, use our unit tests instead

18 years agoMDL-9643 mathslib.php library, unit tests, removed e and pi constants
skodak [Fri, 25 May 2007 06:50:09 +0000 (06:50 +0000)]
MDL-9643 mathslib.php library, unit tests, removed e and pi constants

18 years agoMDL-9643 evalmath library improvement - sample calc functions
skodak [Fri, 25 May 2007 06:07:45 +0000 (06:07 +0000)]
MDL-9643 evalmath library improvement - sample calc functions

18 years agooops. reverting changes which shouldn't have been committed to HEAD.
jamiesensei [Fri, 25 May 2007 05:49:51 +0000 (05:49 +0000)]
oops. reverting changes which shouldn't have been committed to HEAD.

18 years agofix for category.php lists. Slight change in listlib api caused breakage.
jamiesensei [Fri, 25 May 2007 04:59:17 +0000 (04:59 +0000)]
fix for category.php lists. Slight change in listlib api caused breakage.

18 years agoAutomatic installer.php lang files by installer_builder (20070525)
moodler [Fri, 25 May 2007 04:28:05 +0000 (04:28 +0000)]
Automatic installer.php lang files by installer_builder (20070525)

18 years agoMDL-9643 evalmath library import - tweaks and wrapper class ahead
skodak [Thu, 24 May 2007 19:12:18 +0000 (19:12 +0000)]
MDL-9643 evalmath library import - tweaks and wrapper class ahead

18 years agoRemoving remaining references to RQP in core code. I had not realised there were...
tjhunt [Thu, 24 May 2007 17:25:37 +0000 (17:25 +0000)]
Removing remaining references to RQP in core code. I had not realised there were so many.\r\rBy the way, I am committing this from a pub in York. Pub's with wireless, whatever next?

18 years agoMDL-9876 import adodb 4.95a
skodak [Thu, 24 May 2007 17:14:58 +0000 (17:14 +0000)]
MDL-9876 import adodb 4.95a

18 years agoMDL-9920 Allowed xmldb to create 32-bit serial fields if specified, in postgres
sam_marshall [Thu, 24 May 2007 15:18:35 +0000 (15:18 +0000)]
MDL-9920 Allowed xmldb to create 32-bit serial fields if specified, in postgres

18 years agoMDL-9932 Fixed calendar restore of events on same day with same description (but...
sam_marshall [Thu, 24 May 2007 12:09:49 +0000 (12:09 +0000)]
MDL-9932 Fixed calendar restore of events on same day with same description (but different names)

18 years agograde import/export fixes to use forms lib
toyomoyo [Thu, 24 May 2007 08:57:36 +0000 (08:57 +0000)]
grade import/export fixes to use forms lib

18 years agoMDL-9629 Beginning the edit category page. Also added dmllib::sql_max($field) and...
nicolasconnault [Thu, 24 May 2007 08:50:01 +0000 (08:50 +0000)]
MDL-9629 Beginning the edit category page. Also added dmllib::sql_max($field) and fixed a few bugs. Grade_item should now extrapolate its sortorder upon insertion if not set, by looking up the last sortorder in the table, and incrementing by 1.

18 years agoSmall cleanup to remove duplicated code.
tjhunt [Thu, 24 May 2007 07:44:08 +0000 (07:44 +0000)]
Small cleanup to remove duplicated code.

18 years agoComment improvements.
tjhunt [Thu, 24 May 2007 07:42:27 +0000 (07:42 +0000)]
Comment improvements.

18 years agoRemoved some RQP code no longer needed MDL-9600
moodler [Thu, 24 May 2007 07:10:22 +0000 (07:10 +0000)]
Removed some RQP code no longer needed   MDL-9600

18 years agoMDL-9506 Added grademax extrapolation from scale info for grade_item, in insert(...
nicolasconnault [Thu, 24 May 2007 03:32:20 +0000 (03:32 +0000)]
MDL-9506 Added grademax extrapolation from scale info for grade_item, in insert() and update() methods. Corrected a few other minor bugs.

18 years agofixing a typo
toyomoyo [Thu, 24 May 2007 03:07:27 +0000 (03:07 +0000)]
fixing a typo

18 years agofix for MDL-9137, adding support for gradebook plugins for db, cron, events, permissi...
toyomoyo [Thu, 24 May 2007 02:16:31 +0000 (02:16 +0000)]
fix for MDL-9137, adding support for gradebook plugins for db, cron, events, permission structures etc

18 years agoMDL-9889 Fixed a couple of bugs that were only detected by PHP5. Nothing major at...
nicolasconnault [Thu, 24 May 2007 02:08:20 +0000 (02:08 +0000)]
MDL-9889 Fixed a couple of bugs that were only detected by PHP5. Nothing major at all.

18 years agoMerging fixes for MDL-9757, MDL-9619 and MDL-9366 from MOODLE_18_STABLE
mark-nielsen [Wed, 23 May 2007 17:48:12 +0000 (17:48 +0000)]
Merging fixes for MDL-9757, MDL-9619 and MDL-9366 from MOODLE_18_STABLE

18 years agoFollow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote...
nfreear [Wed, 23 May 2007 14:45:49 +0000 (14:45 +0000)]
Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry!

18 years agoAdded some set_time_limit()s in case of slow servers timing out.
thepurpleblob [Wed, 23 May 2007 14:07:12 +0000 (14:07 +0000)]
Added some set_time_limit()s in case of slow servers timing out.

18 years agoProgress with making the code a bit more resilient.
thepurpleblob [Wed, 23 May 2007 12:52:33 +0000 (12:52 +0000)]
Progress with making the code a bit more resilient.
Added XML tidy up if tidy extension is available.

18 years agoBig fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic".
nfreear [Wed, 23 May 2007 12:03:22 +0000 (12:03 +0000)]
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic".