Issue Details (XML | Word | Printable)

Key: MDL-9890
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Nick Freear
Reporter: Nick Freear
Votes: 0
Watchers: 2
Operations

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

Help should be well-formed, XHTML Strict and semantic

Created: 22/May/07 06:12 PM   Updated: 11/Apr/08 06:05 AM
Return to search
Component/s: Accessibility
Affects Version/s: 1.8, 1.8.1, 1.9
Fix Version/s: 1.8.4, 1.9

File Attachments: 1. File patch-MDL-9890-help_access_partb.diff (12 kB)
2. File patch-MDL-9890-help_access_partc22.diff (86 kB)
3. File patch-MDL-9890-help_access_v2.diff (56 kB)
4. File patch-MDL-9890-help_access_v31.diff (131 kB)

Environment:
Issue Links:
Blockers
 
Relates

URL: http://moodle.org/help.php?file=index.html
Participants: Nick Freear and Nicolas Martignoni
Security Level: None
QA Assignee: Nicolas Martignoni
Resolved date: 10/Jan/08
Affected Branches: MOODLE_18_STABLE, MOODLE_19_STABLE
Fixed Branches: MOODLE_18_STABLE, MOODLE_19_STABLE


 Description  « Hide
Following on from bug MDL-7861 "Strict XHTML 1.0", I am building up a patch to fix stray ampersands, poor semantics, etc. in help HTML files (lang/en_utf8/help/*). This is what I'm tackling:

1 Well-formed XML
    - Stray ampersands, regular expression /&[^a^l^g^q^n^#]/ (Not perfect, but a start). Specific searches &file, &bug, &mod.

2 Semantics
    - Each */index.html should start with a <h2> </h2>, except help/index.html which should start <h1> </h1>
    - Other headings, regular expression /<p><b>(.*?)</b></p>/, should be replaced variously with <h2>$1</h2>, <h3>$1</h3> as appropriate - a headache!

NOTES,
 - I want to be pragmatic. - should we aim for Strict DTD for help? Would Transitional be sufficient?
 - I'm ONLY fixing English language, en_utf8 - how can we systematically fix other languages.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nick Freear added a comment - 22/May/07 06:22 PM
As well as help files, I fixed some stray ampersands in string files, en_utf8/enrol_authorize.php, en_utf8/moodle.php

I'm attaching version 2 of the patch (v1 was 4 April) - anyone want to review? There are still "Other headings" to fix (x100!), but I may just commit what I've done.


Nick Freear made changes - 22/May/07 06:22 PM
Field Original Value New Value
Attachment patch-MDL-9890-help_access_v2.diff [ 11301 ]
Nick Freear added a comment - 23/May/07 06:30 PM
Added URLs.

Nick Freear committed 67 files to 'Moodle CVS' - 23/May/07 07:59 PM
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic"
MODIFY lang/en_utf8/help/resource/imsparameters.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/advanced.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/survey/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/responsesoptions.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/quiz/categories_edit.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/textformat.html   Rev. 1.3    (+4 -4 lines)
MODIFY lang/en_utf8/help/scorm/grademethod.html   Rev. 1.3    (+4 -4 lines)
MODIFY lang/en_utf8/help/assignment/index.html   Rev. 1.6    (+1 -1 lines)
MODIFY lang/en_utf8/moodle.php   Rev. 1.119    (+2 -2 lines)
MODIFY lang/en_utf8/help/index.html   Rev. 1.8    (+6 -6 lines)
MODIFY lang/en_utf8/help/quiz/responsesdownload.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/forum/forumtype.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/install.html   Rev. 1.5    (+22 -17 lines)
MODIFY lang/en_utf8/help/resource/index.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/overviewdownload.html   Rev. 1.4    (+2 -2 lines)
MODIFY lang/en_utf8/help/hotpot/index.html   Rev. 1.4    (+1 -1 lines)
MODIFY lang/en_utf8/help/assignment/types.html   Rev. 1.5    (+14 -9 lines)
MODIFY lang/en_utf8/help/scorm/size.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/attendance/Attic/index.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/workshop/Attic/index.html   Rev. 1.4    (+1 -1 lines)
MODIFY lang/en_utf8/help/resource/type/label.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/questiontypes.html   Rev. 1.4    (+22 -22 lines)
MODIFY lang/en_utf8/help/chat/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/lesson/index.html   Rev. 1.4    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/analysisoptions.html   Rev. 1.3    (+3 -3 lines)
MODIFY lang/en_utf8/help/resource/type/directory.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/choice/index.html   Rev. 1.4    (+1 -1 lines)
MODIFY lang/en_utf8/help/lesson/import.html   Rev. 1.3    (+13 -13 lines)
MODIFY lang/en_utf8/help/quiz/export.html   Rev. 1.6    (+5 -5 lines)
MODIFY lang/en_utf8/help/resource/type/html.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/index.html   Rev. 1.5    (+1 -1 lines)
MODIFY lang/en_utf8/enrol_authorize.php   Rev. 1.48    (+2 -2 lines)
MODIFY lang/en_utf8/help/uploadusers.html   Rev. 1.4    (+9 -9 lines)
MODIFY lang/en_utf8/help/hotpot/mediaplayers.html   Rev. 1.4    (+3 -3 lines)
MODIFY lang/en_utf8/help/richtext.html   Rev. 1.5    (+27 -25 lines)
MODIFY lang/en_utf8/help/quiz/calculated.html   Rev. 1.4    (+20 -18 lines)
MODIFY lang/en_utf8/help/courseformats.html   Rev. 1.3    (+3 -3 lines)
MODIFY lang/en_utf8/docs/Attic/release.html   Rev. 1.3    (+24 -24 lines)
MODIFY lang/en_utf8/help/grade/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/glossary/index.html   Rev. 1.4    (+10 -7 lines)
MODIFY lang/en_utf8/help/dialogue/Attic/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/autocontinue.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/hotpot/reportformat.html   Rev. 1.5    (+4 -4 lines)
MODIFY lang/en_utf8/help/wiki/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/groupmode.html   Rev. 1.3    (+11 -12 lines)
MODIFY lang/en_utf8/help/surveys.html   Rev. 1.3    (+5 -5 lines)
MODIFY lang/en_utf8/help/resource/type/file.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/resource/type/ims.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/blog/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/analysisdownload.html   Rev. 1.3    (+3 -3 lines)
MODIFY lang/en_utf8/help/exercise/grading.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/hotpot/reportcontent.html   Rev. 1.8    (+8 -8 lines)
MODIFY lang/en_utf8/help/quiz/itemanalysis.html   Rev. 1.6    (+4 -4 lines)
MODIFY lang/en_utf8/help/resource/deploy.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/uploadgroups.html   Rev. 1.5    (+5 -5 lines)
MODIFY lang/en_utf8/help/forum/index.html   Rev. 1.4    (+1 -1 lines)
MODIFY lang/en_utf8/help/exercise/index.html   Rev. 1.4    (+1 -1 lines)
MODIFY lang/en_utf8/help/data/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/import.html   Rev. 1.11    (+18 -18 lines)
MODIFY lang/en_utf8/help/resource/type/text.html   Rev. 1.2    (+2 -2 lines)
MODIFY lang/en_utf8/docs/Attic/releaseold.html   Rev. 1.4    (+20 -20 lines)
MODIFY lang/en_utf8/help/filters.html   Rev. 1.6    (+9 -9 lines)
MODIFY lang/en_utf8/help/scorm/maxgrade.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/package.html   Rev. 1.3    (+1 -1 lines)
MODIFY lang/en_utf8/help/emoticons.html   Rev. 1.4    (+23 -20 lines)
MODIFY lang/en_utf8/help/text.html   Rev. 1.5    (+26 -23 lines)
Nick Freear committed 2 files to 'Moodle CVS' - 23/May/07 08:03 PM
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic".
MODIFY theme/standard/styles_color.css   Rev. 1.132    (+9 -0 lines)
MODIFY help.php   Rev. 1.40    (+3 -3 lines)
Nick Freear committed 69 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 23/May/07 08:08 PM
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic". Merged from head.
MODIFY theme/standard/styles_color.css   Rev. 1.128.2.4    (+9 -0 lines)
MODIFY lang/en_utf8/help/quiz/calculated.html   Rev. 1.3.2.1    (+20 -18 lines)
MODIFY lang/en_utf8/help/index.html   Rev. 1.6.4.2    (+6 -6 lines)
MODIFY lang/en_utf8/help/textformat.html   Rev. 1.2.2.1    (+4 -4 lines)
MODIFY lang/en_utf8/help/survey/index.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/questiontypes.html   Rev. 1.3.2.1    (+22 -22 lines)
MODIFY lang/en_utf8/help/wiki/index.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/install.html   Rev. 1.3.6.2    (+22 -17 lines)
MODIFY lang/en_utf8/help/uploadgroups.html   Rev. 1.4.2.1    (+5 -5 lines)
MODIFY lang/en_utf8/help/assignment/types.html   Rev. 1.4.2.1    (+14 -9 lines)
MODIFY lang/en_utf8/help/text.html   Rev. 1.4.2.1    (+26 -23 lines)
MODIFY lang/en_utf8/help/resource/type/directory.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/filters.html   Rev. 1.4.2.2    (+9 -9 lines)
MODIFY lang/en_utf8/help/quiz/import.html   Rev. 1.10.2.1    (+18 -18 lines)
MODIFY lang/en_utf8/docs/Attic/release.html   Rev. 1.2.6.1    (+24 -24 lines)
MODIFY lang/en_utf8/help/scorm/maxgrade.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/resource/deploy.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/moodle.php   Rev. 1.105.2.11    (+2 -2 lines)
MODIFY lang/en_utf8/help/groupmode.html   Rev. 1.2.2.1    (+11 -12 lines)
MODIFY lang/en_utf8/help/hotpot/index.html   Rev. 1.3.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/data/index.html   Rev. 1.1.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/resource/type/ims.html   Rev. 1.2.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/index.html   Rev. 1.3.6.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/grade/index.html   Rev. 1.1.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/glossary/index.html   Rev. 1.3.4.1    (+10 -7 lines)
MODIFY lang/en_utf8/help/hotpot/reportformat.html   Rev. 1.4.2.1    (+4 -4 lines)
MODIFY lang/en_utf8/help/resource/imsparameters.html   Rev. 1.2.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/resource/type/file.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/forum/forumtype.html   Rev. 1.2.2.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/forum/index.html   Rev. 1.2.6.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/package.html   Rev. 1.2.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/choice/index.html   Rev. 1.3.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/attendance/Attic/index.html   Rev. 1.2.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/autocontinue.html   Rev. 1.2.8.1    (+1 -1 lines)
MODIFY lang/en_utf8/docs/Attic/releaseold.html   Rev. 1.3.6.1    (+20 -20 lines)
MODIFY lang/en_utf8/help/quiz/categories_edit.html   Rev. 1.2.2.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/workshop/Attic/index.html   Rev. 1.2.6.2    (+1 -1 lines)
MODIFY lang/en_utf8/enrol_authorize.php   Rev. 1.47.4.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/hotpot/reportcontent.html   Rev. 1.6.2.1    (+4 -4 lines)
MODIFY lang/en_utf8/help/exercise/index.html   Rev. 1.3.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/emoticons.html   Rev. 1.3.2.1    (+23 -20 lines)
MODIFY lang/en_utf8/help/courseformats.html   Rev. 1.2.2.1    (+3 -3 lines)
MODIFY lang/en_utf8/message.php   Rev. 1.5.2.1    (+2 -1 lines)
MODIFY lang/en_utf8/help/resource/type/text.html   Rev. 1.1.12.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/hotpot/mediaplayers.html   Rev. 1.3.2.1    (+3 -3 lines)
MODIFY lang/en_utf8/help/dialogue/Attic/index.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/size.html   Rev. 1.2.8.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/surveys.html   Rev. 1.2.2.1    (+5 -5 lines)
MODIFY lang/en_utf8/help/uploadusers.html   Rev. 1.3.2.1    (+9 -9 lines)
MODIFY lang/en_utf8/help/resource/index.html   Rev. 1.2.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/responsesdownload.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/richtext.html   Rev. 1.4.2.1    (+27 -25 lines)
MODIFY lang/en_utf8/help/exercise/grading.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/scorm/index.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/lesson/import.html   Rev. 1.2.2.1    (+13 -13 lines)
MODIFY lang/en_utf8/help/resource/type/html.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/blog/index.html   Rev. 1.1.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/responsesoptions.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/quiz/itemanalysis.html   Rev. 1.5.2.1    (+4 -4 lines)
MODIFY lang/en_utf8/help/assignment/index.html   Rev. 1.5.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/resource/type/label.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/analysisoptions.html   Rev. 1.2.2.1    (+3 -3 lines)
MODIFY lang/en_utf8/help/quiz/export.html   Rev. 1.5.2.1    (+5 -5 lines)
MODIFY lang/en_utf8/help/lesson/index.html   Rev. 1.3.6.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/overviewdownload.html   Rev. 1.3.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/chat/index.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/quiz/analysisdownload.html   Rev. 1.2.2.1    (+3 -3 lines)
MODIFY lang/en_utf8/help/scorm/advanced.html   Rev. 1.2.8.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/scorm/grademethod.html   Rev. 1.2.6.1    (+4 -4 lines)
Nick Freear committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 23/May/07 09:36 PM
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic". Merged from head.
MODIFY help.php   Rev. 1.38.2.2    (+4 -4 lines)
Nicolas Martignoni added a comment - 23/May/07 10:24 PM
Nick, could you post here your grep's or your script, as I would like to fix the french language.

Thanks in advance.


Nick Freear committed 2 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 23/May/07 10:43 PM
Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry!
MODIFY lang/en_utf8/help/install.html   Rev. 1.3.6.3    (+30 -30 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.128.2.5    (+6 -0 lines)
Nick Freear committed 2 files to 'Moodle CVS' - 23/May/07 10:45 PM
Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry!
MODIFY theme/standard/styles_color.css   Rev. 1.133    (+6 -1 lines)
MODIFY lang/en_utf8/help/install.html   Rev. 1.6    (+30 -30 lines)
Nick Freear made changes - 23/May/07 11:04 PM
Status Open [ 1 ] In Progress [ 3 ]
Nick Freear added a comment - 23/May/07 11:16 PM
I committed 2 patches: 'v31' and 'partb' (both attached) to HEAD and 1.8 branch. Patch 'partb' re-applies fixes by Nicolas Connault in help/install.html - sorry! The patch affects 70 files, most in lang/en_utf8/help/ directory EXCEPT:
-help.php
-theme/standard/styles_color.css
-lang/en_utf8/moodle.php
-lang/en_utf8/enrol_authorize.php


Hi Nicolas Martigoni
Thanks for your enquiry - I used the search and replace in Eclipse. These are the patterns with notes - hope they help! Nick

-lang/en_utf8/help/*/index.html
<p>(.*?)</p> – <h2>$1</h2> --1st line only.

-lang/en_utf8/.
&[^a^l^g^q^n^#] – &

&([file|mod|bug]) – &$1 --Untested!

<hr size.*?/> – <hr /> --See theme/standard/styles_color.css

<td align="right"><p><b>(.*?)</b></p></td> – <th align="right" scope="col">$1</th> --TODO: remove align right.

<p><b>(.*?)</b></p> – <h2>$1</h2> --Careful, with exceptions!

target=".*?" – '' --Empty string, not used yet!


Nick Freear made changes - 23/May/07 11:16 PM
Nicolas Martignoni added a comment - 24/May/07 03:01 AM
Thanks Nick !

Done for french language (fr_utf8) ! have to commit it now, but can't access the CVS


martignoni committed 59 files to 'Lang CVS' - 24/May/07 04:57 AM
MDL-9890 Help should be well-formed, XHTML Strict and semantic
MODIFY fr_utf8/docs/Attic/install.html   Rev. 1.7    (+9 -9 lines)
MODIFY fr_utf8/help/hotpot/mods.html   Rev. 1.2    (+2 -2 lines)
MODIFY fr_utf8/help/assignment/types.html   Rev. 1.4    (+5 -5 lines)
MODIFY fr_utf8/help/data/index.html   Rev. 1.2    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/cvs.html   Rev. 1.3    (+9 -9 lines)
MODIFY fr_utf8/docs/Attic/upgrade.html   Rev. 1.3    (+5 -5 lines)
MODIFY fr_utf8/help/hotpot/mediaplayers.html   Rev. 1.2    (+4 -4 lines)
MODIFY fr_utf8/docs/Attic/background.html   Rev. 1.3    (+6 -6 lines)
MODIFY fr_utf8/help/surveys.html   Rev. 1.4    (+3 -3 lines)
MODIFY fr_utf8/help/dialogue/index.html   Rev. 1.2    (+2 -2 lines)
MODIFY fr_utf8/help/scorm/index.html   Rev. 1.2    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/features.html   Rev. 1.4    (+3 -3 lines)
MODIFY fr_utf8/help/journal/index.html   Rev. 1.4    (+3 -3 lines)
MODIFY fr_utf8/help/filters.html   Rev. 1.3    (+10 -10 lines)
MODIFY fr_utf8/help/wiki/wikiusage.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/licence.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/workshop/index.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/wiki/mods.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/credits.html   Rev. 1.2    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/installamp.html   Rev. 1.3    (+7 -7 lines)
MODIFY fr_utf8/docs/Attic/future.html   Rev. 1.4    (+4 -4 lines)
MODIFY fr_utf8/help/chat/index.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/README   Rev. 1.38    (+2 -2 lines)
MODIFY fr_utf8/help/quiz/export.html   Rev. 1.4    (+3 -3 lines)
MODIFY fr_utf8/help/lesson/index.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/quiz/formatctm.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/docs/Attic/philosophy.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/wiki/howtowiki.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/help/quiz/analysisdownload.html   Rev. 1.2    (+4 -4 lines)
MODIFY fr_utf8/help/resource/type/directory.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/picture.html   Rev. 1.4    (+2 -2 lines)
MODIFY fr_utf8/help/choice/index.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/coding.html   Rev. 1.6    (+3 -3 lines)
MODIFY fr_utf8/help/resource/type/ims.html   Rev. 1.2    (+3 -3 lines)
MODIFY fr_utf8/help/resource/type/file.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/exercise/grading.html   Rev. 1.2    (+3 -3 lines)
MODIFY fr_utf8/help/survey/index.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/lesson/questiontypes.html   Rev. 1.7    (+4 -4 lines)
MODIFY fr_utf8/help/hotpot/index.html   Rev. 1.2    (+1 -1 lines)
MODIFY fr_utf8/help/glossary/index.html   Rev. 1.4    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/releaseold.html   Rev. 1.8    (+24 -24 lines)
MODIFY fr_utf8/help/quiz/multianswer.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/assignment/index.html   Rev. 1.4    (+2 -2 lines)
MODIFY fr_utf8/help/quiz/index.html   Rev. 1.5    (+63 -63 lines)
MODIFY fr_utf8/docs/Attic/release.html   Rev. 1.4    (+32 -32 lines)
MODIFY fr_utf8/help/exercise/index.html   Rev. 1.2    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/translation.html   Rev. 1.4    (+4 -4 lines)
MODIFY fr_utf8/help/wiki/index.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/quiz/import.html   Rev. 1.7    (+6 -6 lines)
MODIFY fr_utf8/help/resource/index.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/forum/index.html   Rev. 1.5    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/other.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/resource/type/html.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/intro.html   Rev. 1.3    (+5 -5 lines)
MODIFY fr_utf8/docs/Attic/developer.html   Rev. 1.5    (+10 -10 lines)
MODIFY fr_utf8/docs/Attic/faq.html   Rev. 1.3    (+5 -5 lines)
MODIFY fr_utf8/help/journal/mods.html   Rev. 1.4    (+2 -2 lines)
MODIFY fr_utf8/docs/Attic/teacher.html   Rev. 1.4    (+6 -6 lines)
MODIFY fr_utf8/help/blog/index.html   Rev. 1.2    (+2 -2 lines)
Nicolas Martignoni added a comment - 24/May/07 04:57 AM
fr_utf8 committed.

Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 24/May/07 09:14 AM
fixed translated help files based on /lang/en_utf8 - Big fix, MDL-9890.
MODIFY ja_utf8/help/scorm/package.html   Rev. 1.4    (+3 -3 lines)
MODIFY ja_utf8/help/scorm/grademethod.html   Rev. 1.4    (+1 -1 lines)
MODIFY ja_utf8/help/scorm/autocontinue.html   Rev. 1.3    (+2 -2 lines)
MODIFY ja_utf8/help/scorm/maxgrade.html   Rev. 1.5    (+3 -3 lines)
MODIFY ja_utf8/help/scorm/index.html   Rev. 1.4    (+1 -1 lines)
MODIFY ja_utf8/help/scorm/advanced.html   Rev. 1.2    (+1 -1 lines)
Mitsuhiro Yoshida committed 8 files to 'Lang CVS' - 24/May/07 10:42 AM
Mitsuhiro Yoshida committed 14 files to 'Lang CVS' - 24/May/07 11:09 AM
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 24/May/07 02:39 PM
fixed translated strings based on /lang/en_utf8 - Big fix, MDL-9890.
MODIFY ja_utf8/enrol_authorize.php   Rev. 1.47    (+2 -2 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.219    (+1 -1 lines)
Mitsuhiro Yoshida committed 8 files to 'Lang CVS' - 24/May/07 07:06 PM
fixed translated help files based on /lang/en_utf8 - Big fix, MDL-9890.
MODIFY ja_utf8/help/textformat.html   Rev. 1.3    (+5 -5 lines)
MODIFY ja_utf8/help/groupmode.html   Rev. 1.8    (+3 -4 lines)
MODIFY ja_utf8/help/uploadgroups.html   Rev. 1.5    (+6 -6 lines)
MODIFY ja_utf8/help/surveys.html   Rev. 1.6    (+5 -5 lines)
MODIFY ja_utf8/help/emoticons.html   Rev. 1.7    (+22 -20 lines)
MODIFY ja_utf8/help/uploadusers.html   Rev. 1.10    (+9 -9 lines)
MODIFY ja_utf8/help/text.html   Rev. 1.6    (+25 -25 lines)
MODIFY ja_utf8/help/courseformats.html   Rev. 1.3    (+6 -6 lines)
Mitsuhiro Yoshida committed 9 files to 'Lang CVS' - 24/May/07 08:11 PM
Mitsuhiro Yoshida committed 11 files to 'Lang CVS' - 25/May/07 01:55 PM
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 26/May/07 08:04 PM
fixed translated help file for install based on /lang/en_utf8 fix, MDL-9890.
MODIFY ja_utf8/README   Rev. 1.413    (+1 -1 lines)
MODIFY ja_utf8/help/install.html   Rev. 1.10    (+15 -13 lines)
Nick Freear committed 44 files to 'Moodle CVS' - 16/Aug/07 06:21 PM
MDL-9890 "Help should be well-formed..." - replacing abused (nested) <blockquote> and <ul> with <div class="indent">, especially in install.html, and other validation errors.
MODIFY lang/en_utf8/help/resource/type/directory.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/scales.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/wiki/howtowiki.html   Rev. 1.3    (+6 -7 lines)
MODIFY lang/en_utf8/help/enrol/authorize/review.html   Rev. 1.2    (+4 -4 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.494    (+33 -0 lines)
MODIFY lang/en_utf8/help/enrol/imsenterprise/unenrol.html   Rev. 1.4    (+5 -3 lines)
MODIFY lang/en_utf8/help/writing.html   Rev. 1.3    (+2 -2 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.145    (+0 -15 lines)
MODIFY lang/en_utf8/help/resource/type/label.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/glossary/displayformat.html   Rev. 1.3    (+3 -3 lines)
MODIFY lang/en_utf8/help/lesson/dependency.html   Rev. 1.3    (+3 -2 lines)
MODIFY lang/en_utf8/help/glossary/index.html   Rev. 1.5    (+1 -1 lines)
MODIFY lang/en_utf8/help/markdown.html   Rev. 1.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/textformat.html   Rev. 1.4    (+11 -11 lines)
MODIFY lang/en_utf8/help/resource/window.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/wiki/wikitype.html   Rev. 1.4    (+2 -3 lines)
MODIFY lang/en_utf8/help/resource/type/html.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/directorypaths.html   Rev. 1.3    (+4 -5 lines)
MODIFY lang/en_utf8/help/enrol/authorize/captureday.html   Rev. 1.2    (+4 -2 lines)
MODIFY lang/en_utf8/help/index.html   Rev. 1.10    (+2 -0 lines)
MODIFY lang/en_utf8/help/hotpot/responsestable.html   Rev. 1.4    (+1 -1 lines)
MODIFY lang/en_utf8/help/text.html   Rev. 1.6    (+6 -6 lines)
MODIFY lang/en_utf8/help/reading.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/quiz/export.html   Rev. 1.7    (+10 -10 lines)
MODIFY lang/en_utf8/help/surveys.html   Rev. 1.4    (+4 -4 lines)
MODIFY lang/en_utf8/help/lesson/import.html   Rev. 1.4    (+22 -22 lines)
MODIFY lang/en_utf8/help/courseformats.html   Rev. 1.6    (+12 -6 lines)
MODIFY lang/en_utf8/help/resource/type/text.html   Rev. 1.3    (+3 -3 lines)
MODIFY lang/en_utf8/help/enrol/authorize/orderreview.html   Rev. 1.2    (+3 -3 lines)
MODIFY lang/en_utf8/help/resource/type/file.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/resource/deploy.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/quiz/questiontypes.html   Rev. 1.5    (+33 -33 lines)
MODIFY lang/en_utf8/help/html.html   Rev. 1.3    (+1 -2 lines)
MODIFY lang/en_utf8/help/resource/type/ims.html   Rev. 1.4    (+3 -3 lines)
MODIFY lang/en_utf8/help/richtext.html   Rev. 1.6    (+10 -10 lines)
MODIFY lang/en_utf8/help/scorm/skipview.html   Rev. 1.2    (+2 -2 lines)
MODIFY lang/en_utf8/help/questions.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/lesson/minquestions.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/install.html   Rev. 1.7    (+102 -107 lines)
MODIFY lang/en_utf8/help/wiki/wikiusage.html   Rev. 1.3    (+9 -11 lines)
MODIFY lang/en_utf8/help/scorm/window.html   Rev. 1.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/lesson/mediafile.html   Rev. 1.4    (+2 -2 lines)
MODIFY lang/en_utf8/help/quiz/import.html   Rev. 1.13    (+33 -33 lines)
MODIFY lang/en_utf8/help/forum/ratings.html   Rev. 1.2    (+11 -19 lines)
Nick Freear committed 44 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 16/Aug/07 06:58 PM
MDL-9890 "Help should be well-formed..." - replacing abused (nested) <blockquote> and <ul> with <div class="indent">, especially in install.html, and other validation errors. Merged.
MODIFY lang/en_utf8/help/glossary/index.html   Rev. 1.3.4.2    (+1 -1 lines)
MODIFY lang/en_utf8/help/enrol/authorize/captureday.html   Rev. 1.1.12.1    (+4 -2 lines)
MODIFY lang/en_utf8/help/surveys.html   Rev. 1.2.2.2    (+4 -4 lines)
MODIFY lang/en_utf8/help/courseformats.html   Rev. 1.2.2.2    (+6 -6 lines)
MODIFY lang/en_utf8/help/resource/type/ims.html   Rev. 1.2.12.2    (+3 -3 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.365.2.77    (+33 -0 lines)
MODIFY lang/en_utf8/help/resource/type/label.html   Rev. 1.1.12.2    (+2 -2 lines)
MODIFY lang/en_utf8/help/install.html   Rev. 1.3.6.4    (+102 -107 lines)
MODIFY lang/en_utf8/help/resource/type/html.html   Rev. 1.1.12.2    (+2 -2 lines)
MODIFY lang/en_utf8/help/resource/deploy.html   Rev. 1.1.12.2    (+2 -2 lines)
MODIFY lang/en_utf8/help/scorm/skipview.html   Rev. 1.1.2.3    (+2 -2 lines)
MODIFY lang/en_utf8/help/wiki/wikiusage.html   Rev. 1.2.2.1    (+9 -11 lines)
MODIFY lang/en_utf8/help/scales.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/wiki/wikitype.html   Rev. 1.3.2.1    (+2 -3 lines)
MODIFY lang/en_utf8/help/lesson/dependency.html   Rev. 1.2.2.1    (+3 -2 lines)
MODIFY lang/en_utf8/help/quiz/export.html   Rev. 1.5.2.2    (+10 -10 lines)
MODIFY lang/en_utf8/help/textformat.html   Rev. 1.2.2.2    (+11 -11 lines)
MODIFY lang/en_utf8/help/quiz/questiontypes.html   Rev. 1.3.2.2    (+33 -33 lines)
MODIFY lang/en_utf8/help/writing.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/wiki/howtowiki.html   Rev. 1.2.6.1    (+6 -7 lines)
MODIFY lang/en_utf8/help/directorypaths.html   Rev. 1.2.2.1    (+4 -5 lines)
MODIFY lang/en_utf8/help/resource/type/text.html   Rev. 1.1.12.2    (+3 -3 lines)
MODIFY lang/en_utf8/help/reading.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/markdown.html   Rev. 1.1.12.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/questions.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.128.2.9    (+0 -14 lines)
MODIFY lang/en_utf8/help/scorm/window.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/lesson/mediafile.html   Rev. 1.3.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/lesson/minquestions.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/enrol/authorize/review.html   Rev. 1.1.12.1    (+4 -4 lines)
MODIFY lang/en_utf8/help/enrol/authorize/orderreview.html   Rev. 1.1.10.1    (+3 -3 lines)
MODIFY lang/en_utf8/help/html.html   Rev. 1.2.2.1    (+1 -2 lines)
MODIFY lang/en_utf8/help/text.html   Rev. 1.4.2.2    (+6 -6 lines)
MODIFY lang/en_utf8/help/quiz/import.html   Rev. 1.10.2.3    (+33 -33 lines)
MODIFY lang/en_utf8/help/resource/type/file.html   Rev. 1.1.12.2    (+2 -2 lines)
MODIFY lang/en_utf8/help/resource/type/directory.html   Rev. 1.1.12.2    (+2 -2 lines)
MODIFY lang/en_utf8/help/hotpot/responsestable.html   Rev. 1.3.2.1    (+1 -1 lines)
MODIFY lang/en_utf8/help/index.html   Rev. 1.6.4.3    (+2 -0 lines)
MODIFY lang/en_utf8/help/richtext.html   Rev. 1.4.2.2    (+10 -10 lines)
MODIFY lang/en_utf8/help/enrol/imsenterprise/unenrol.html   Rev. 1.3.2.1    (+5 -3 lines)
MODIFY lang/en_utf8/help/glossary/displayformat.html   Rev. 1.2.2.1    (+3 -3 lines)
MODIFY lang/en_utf8/help/resource/window.html   Rev. 1.2.2.1    (+2 -2 lines)
MODIFY lang/en_utf8/help/forum/ratings.html   Rev. 1.1.12.1    (+11 -19 lines)
MODIFY lang/en_utf8/help/lesson/import.html   Rev. 1.2.2.2    (+22 -22 lines)
Nick Freear added a comment - 16/Aug/07 07:09 PM
After a long delay I'm completing the fix for this bug. The attached "Part C version 2.2" patch:
  • replaces misused <blockquote> (including nested in install.html) and <ul> WITH <div class="indent">,
  • replaces <p align="right"> WITH <p class="moreinfo">,
  • adds child <p> to correctly used <blockquote>, eg. in /lang/en_utf8/help/lesson/import.html,
  • fixes lists incorrectly nested in paragraphs, eg. <p>text\n <ul> ...</ul> </p> TO <p>text</p>\n <ul> ... </ul>
  • fixes a few other validation/semantic errors.
  • the patch is committed on HEAD (before the 1.9 branch) and 1.8 branches,
  • styles are now in /theme/standard/styles_layout.css (including some colour, but it's not worthwhile to split them),
  • "completing" because of the 'law of diminishing returns',
  • again only committed for 'en_utf8' language - any help with other languages appreciated!

Yours, Nick


Nick Freear made changes - 16/Aug/07 07:09 PM
martignoni committed 34 files to 'Lang CVS' - 17/Aug/07 04:46 AM
MDL-9890 "Help should be well-formed..." - replacing abused (nested) <blockquote> and <ul> with <div class="indent">, especially in install.html, and other validation errors.
MODIFY fr_utf8/help/resource/type/ims.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/help/glossary/displayformat.html   Rev. 1.3    (+2 -6 lines)
MODIFY fr_utf8/help/writing.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/help/questions.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/help/resource/type/html.html   Rev. 1.4    (+3 -3 lines)
MODIFY fr_utf8/help/quiz/import.html   Rev. 1.9    (+19 -19 lines)
MODIFY fr_utf8/help/install.html   Rev. 1.7    (+64 -98 lines)
MODIFY fr_utf8/help/resource/type/file.html   Rev. 1.4    (+3 -3 lines)
MODIFY fr_utf8/help/resource/type/text.html   Rev. 1.3    (+4 -4 lines)
MODIFY fr_utf8/help/directorypaths.html   Rev. 1.3    (+3 -4 lines)
MODIFY fr_utf8/help/quiz/export.html   Rev. 1.6    (+3 -3 lines)
MODIFY fr_utf8/help/quiz/questiontypes.html   Rev. 1.4    (+18 -10 lines)
MODIFY fr_utf8/help/forum/ratings.html   Rev. 1.3    (+3 -4 lines)
MODIFY fr_utf8/help/lesson/minquestions.html   Rev. 1.3    (+2 -2 lines)
MODIFY fr_utf8/help/markdown.html   Rev. 1.2    (+2 -2 lines)
MODIFY fr_utf8/help/resource/type/label.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/help/scales.html   Rev. 1.3    (+5 -5 lines)
MODIFY fr_utf8/help/scorm/window.html   Rev. 1.2    (+3 -5 lines)
MODIFY fr_utf8/help/textformat.html   Rev. 1.4    (+13 -16 lines)
MODIFY fr_utf8/help/lesson/import.html   Rev. 1.4    (+28 -24 lines)
MODIFY fr_utf8/help/wiki/wikitype.html   Rev. 1.4    (+4 -4 lines)
MODIFY fr_utf8/help/resource/deploy.html   Rev. 1.2    (+5 -1 lines)
MODIFY fr_utf8/help/resource/window.html   Rev. 1.2    (+3 -3 lines)
MODIFY fr_utf8/help/resource/type/reference.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/help/wiki/wikiusage.html   Rev. 1.4    (+2 -4 lines)
MODIFY fr_utf8/help/reading.html   Rev. 1.3    (+3 -3 lines)
MODIFY fr_utf8/help/courseformats.html   Rev. 1.4    (+31 -7 lines)
MODIFY fr_utf8/help/surveys.html   Rev. 1.6    (+10 -8 lines)
MODIFY fr_utf8/help/wiki/howtowiki.html   Rev. 1.4    (+1 -5 lines)
MODIFY fr_utf8/help/resource/type/directory.html   Rev. 1.4    (+3 -3 lines)
MODIFY fr_utf8/help/glossary/index.html   Rev. 1.5    (+8 -6 lines)
MODIFY fr_utf8/help/richtext.html   Rev. 1.5    (+32 -14 lines)
MODIFY fr_utf8/help/lesson/mediafile.html   Rev. 1.2    (+15 -3 lines)
MODIFY fr_utf8/help/hotpot/responsestable.html   Rev. 1.3    (+6 -6 lines)
Nicolas Martignoni added a comment - 17/Aug/07 04:47 AM
fr_utf8 committed (again). Thanks for the hints given.

Mitsuhiro Yoshida committed 15 files to 'Lang CVS' - 19/Aug/07 03:36 PM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/help/markdown.html   Rev. 1.6    (+1 -1 lines)
MODIFY ja_utf8/help/textformat.html   Rev. 1.5    (+12 -12 lines)
MODIFY ja_utf8/help/courseformats.html   Rev. 1.5    (+13 -7 lines)
MODIFY ja_utf8/help/richtext.html   Rev. 1.10    (+58 -56 lines)
MODIFY ja_utf8/help/reading.html   Rev. 1.4    (+2 -2 lines)
MODIFY ja_utf8/help/directorypaths.html   Rev. 1.4    (+2 -2 lines)
MODIFY ja_utf8/help/questions.html   Rev. 1.7    (+2 -2 lines)
MODIFY ja_utf8/help/writing.html   Rev. 1.6    (+2 -2 lines)
MODIFY ja_utf8/help/install.html   Rev. 1.12    (+95 -102 lines)
MODIFY ja_utf8/help/scales.html   Rev. 1.4    (+2 -2 lines)
MODIFY ja_utf8/help/enrol/imsenterprise/unenrol.html   Rev. 1.4    (+7 -3 lines)
MODIFY ja_utf8/help/surveys.html   Rev. 1.7    (+6 -6 lines)
MODIFY ja_utf8/help/index.html   Rev. 1.12    (+1 -1 lines)
MODIFY ja_utf8/help/html.html   Rev. 1.5    (+4 -2 lines)
MODIFY ja_utf8/help/text.html   Rev. 1.8    (+8 -8 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 19/Aug/07 11:48 PM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/help/resource/type/label.html   Rev. 1.5    (+1 -1 lines)
MODIFY ja_utf8/README   Rev. 1.490    (+1 -1 lines)
MODIFY ja_utf8/help/resource/type/directory.html   Rev. 1.5    (+1 -1 lines)
MODIFY ja_utf8/help/resource/type/text.html   Rev. 1.4    (+1 -1 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 20/Aug/07 09:03 AM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/help/resource/deploy.html   Rev. 1.4    (+1 -1 lines)
MODIFY ja_utf8/help/resource/window.html   Rev. 1.9    (+5 -4 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 23/Aug/07 12:06 AM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/help/glossary/index.html   Rev. 1.10    (+1 -1 lines)
MODIFY ja_utf8/help/scorm/window.html   Rev. 1.5    (+2 -2 lines)
MODIFY ja_utf8/help/hotpot/responsestable.html   Rev. 1.6    (+15 -15 lines)
MODIFY ja_utf8/help/scorm/skipview.html   Rev. 1.2    (+2 -3 lines)
MODIFY ja_utf8/help/glossary/displayformat.html   Rev. 1.7    (+2 -3 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 25/Aug/07 06:42 AM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/grades.php   Rev. 1.62    (+1 -1 lines)
MODIFY ja_utf8/README   Rev. 1.495    (+1 -1 lines)
MODIFY ja_utf8/help/wiki/wikitype.html   Rev. 1.8    (+3 -4 lines)
MODIFY ja_utf8/help/wiki/howtowiki.html   Rev. 1.7    (+11 -6 lines)
MODIFY ja_utf8/help/wiki/wikiusage.html   Rev. 1.7    (+18 -19 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 27/Aug/07 12:05 AM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/help/quiz/questiontypes.html   Rev. 1.9    (+33 -33 lines)
MODIFY ja_utf8/help/quiz/export.html   Rev. 1.12    (+14 -14 lines)
MODIFY ja_utf8/help/quiz/import.html   Rev. 1.18    (+38 -31 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 27/Aug/07 11:50 AM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/help/enrol/authorize/captureday.html   Rev. 1.2    (+5 -3 lines)
MODIFY ja_utf8/help/enrol/authorize/review.html   Rev. 1.3    (+5 -5 lines)
MODIFY ja_utf8/help/enrol/authorize/orderreview.html   Rev. 1.3    (+7 -8 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 28/Aug/07 01:43 AM
Updated translated help files based on lang/en_utf8 change MDL-9890.
MODIFY ja_utf8/help/forum/ratings.html   Rev. 1.6    (+16 -11 lines)
MODIFY ja_utf8/help/lesson/minquestions.html   Rev. 1.11    (+1 -1 lines)
MODIFY ja_utf8/help/lesson/dependency.html   Rev. 1.4    (+2 -2 lines)
MODIFY ja_utf8/help/lesson/mediafile.html   Rev. 1.8    (+2 -2 lines)
MODIFY ja_utf8/help/lesson/import.html   Rev. 1.11    (+28 -28 lines)
Nick Freear made changes - 07/Sep/07 09:55 PM
Link This issue has been marked as being related by MDL-11158 [ MDL-11158 ]
Nick Freear made changes - 10/Jan/08 06:34 AM
Link This issue blocks MDL-12902 [ MDL-12902 ]
Nick Freear added a comment - 10/Jan/08 06:38 AM
Specific bug is fixed for English language pack for 1.9 - see MDL-12902 for the generic multi-language issue with help files.

Nick Freear made changes - 10/Jan/08 06:38 AM
Status In Progress [ 3 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Fix Version/s 1.8.4 [ 10242 ]
Fix Version/s 1.9 [ 10190 ]
Nicolas Martignoni added a comment - 11/Jan/08 04:27 AM
Closing, as verified for en_utf8 pack. Thanks.

Nicolas Martignoni made changes - 11/Jan/08 04:27 AM
Status Resolved [ 5 ] Closed [ 6 ]
QA Assignee mina
Chris Bandy made changes - 11/Apr/08 06:05 AM
Link This issue has a non-specific relationship to MDL-14319 [ MDL-14319 ]