Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Component/s: Documentation, Gradebook
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
There are currently two aggregation help files - aggregation.html (long, containing typos) and aggregation2.html (very short, not explaining anything).
According to the coding guidelines http://docs.moodle.org/en/Coding
All help files should be translatable - create new texts in the "lang/en_utf8/help" directory and call them using helpbutton(). If you need to update a help file:
- with a minor change, where an old translation of the file would still make sense, then it's OK to make the change but you should notify translation AT moodle DOT org.
- for a major change you should create a new file by adding an incrementing number (eg filename2.html) so that translators can easily see it's a new version of the file. Obviously the new code and the help index files should also be modified to point to the newest versions.
Thus, if aggregation2.html is not a new version of aggregation.html, it should be named differently.
Issue Links
| This issue will help resolve: | ||||
| MDL-13789 | grade helpfiles improvements necessary |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
The aggregation2.html file had no real reason to exist, so I removed it. I also fixed the typos in the first file