Issue Details (XML | Word | Printable)

Key: MDL-8853
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Nicolas Connault
Reporter: Doug McGlathery
Votes: 1
Watchers: 2
Operations

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

Forcing language to en_us at course level breaks links to help files

Created: 12/Mar/07 08:13 AM   Updated: 03/Jan/08 03:33 AM
Return to search
Component/s: Documentation
Affects Version/s: 1.7, 1.7.1, 1.7.2, 1.7.3, 1.8, 1.8.1, 1.8.2, 1.8.3
Fix Version/s: 1.7.4, 1.8.4, 1.9, 2.0

Environment:
OS X 10.4.8
mysql 5.0.27
php 5.2.1
Issue Links:
Cloners
 
Duplicate
 

Database: MySQL
Participants: Ann Adamcik, Doug McGlathery, Helen Foster, Martin Dougiamas, Matthew Davidson, Nicolas Connault and Wen Hao Chuang
Security Level: None
Resolved date: 06/Nov/07
Affected Branches: MOODLE_17_STABLE, MOODLE_18_STABLE
Fixed Branches: MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
0. Install English en_us package
1. Set default language to en_us for site
2. Force language to en_us at course level

Afterwards links to help files (via ? icon) are broken. Set Force language option to anything else (en or nothing) yields good links

A link when force language is set to en_us looks like this:
http://ourmoodlesite/moodle/help.php?module=moodle&file=search.html&forcelang=en_us_utf8
which reports "Help file "search.html" could not be found!" even though the link to the index of all help files in this window works fine.

The same link with force language set to en and nothing respectively, look like:
http://ourmoodlesite/moodle/help.php?module=moodle&file=search.html&forcelang=en_utf8
http://ourmoodlesite/moodle/help.php?module=moodle&file=search.html&forcelang=
both of these work.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nicolas Connault committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 06/Nov/07 10:25 PM
MDL-8853 Applied Ann's Patch
MODIFY help.php   Rev. 1.40.2.1    (+2 -2 lines)
Nicolas Connault committed 1 file to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 06/Nov/07 10:25 PM
MDL-8853 Applied Ann's Patch
MODIFY help.php   Rev. 1.34.4.1    (+2 -2 lines)
Nicolas Connault committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 06/Nov/07 10:38 PM
MDL-8853 Applied Ann's Patch
MODIFY help.php   Rev. 1.38.2.3    (+2 -2 lines)
Nicolas Connault committed 1 file to 'Moodle CVS' - 06/Nov/07 10:39 PM
MDL-8853 Applied Ann's patch
MODIFY help.php   Rev. 1.41    (+2 -2 lines)