Closed
Bug 387113
Opened 19 years ago
Closed 19 years ago
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc|PTO, Assigned: clouserw)
References
()
Details
Attachments
(1 file)
|
7.29 KB,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
Here is the bug:
- install firefox 1.5.0.12 or create a new profile with firefox 1.5.0.12
expected result :
Welcome page is http://en-US.www.mozilla.com/en-US/firefox/updated
Actual result:
only en-US locale gets this page, others are redirected to their locale folder but we didn't translate it :
http://fr.www.mozilla.com/fr/firefox/updated
We should send the en-US version to all locales.
| Assignee | ||
Comment 1•19 years ago
|
||
This is due to the updated page not being a directory. For most other pages, we're using, for example /firefox/central/index.html. This page is actually /firefox/updated.html. If we move it to /firefox/updated/index.html our language fallback will work correctly.
I haven't moved it yet, because I have no idea how it's working right now (the redirect from updated to updated.html happens before php, but I can't find it in the .htaccess...), but it's on my list.
Assignee: nobody → clouserw
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #271542 -
Flags: review?(reed)
Comment 3•19 years ago
|
||
Comment on attachment 271542 [details] [diff] [review]
move updated.html -> updated/index.html
r=me, yeah, this is fine.
Attachment #271542 -
Flags: review?(reed) → review+
| Assignee | ||
Comment 4•19 years ago
|
||
Thanks reed. Merged to production in r4907. Should go live with next update.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•