Closed
Bug 269704
Opened 20 years ago
Closed 20 years ago
All thunderbird language pack links broken
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tuukka.tolvanen, Assigned: tuukka.tolvanen)
References
()
Details
Attachments
(3 files)
|
6.55 KB,
patch
|
Details | Diff | Splinter Review | |
|
1011 bytes,
patch
|
Details | Diff | Splinter Review | |
|
2.09 KB,
patch
|
Details | Diff | Splinter Review |
Going from http://www.mozilla.org/products/thunderbird/releases/ through http://www.mozilla.org/projects/l10n/postinst-notes/tb03.html to langpack download using the 'installable language pack' links: Dutch langpack -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9-nlNL-langpack.xpi Should be -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9.nl-NL.langpack.xpi Finnish langpack -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9-fiFI-langpack.xpi Should be -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9.fi-FI.langpack.xpi German langpack -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9-deDE-langpack.xpi Should be -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9.de-DE.langpack.xpi Korean langpack -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9-koKR-langpack.xpi No ko KR langpack xpi present on ftp in that directory Polish langpack -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9-plPL-langpack.xpi Should be -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9.pl-PL.langpack.xpi Russian langpack -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9-ruRU-langpack.xpi Should be -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird.0.9.ru-RU.langpack.xpi Turkish langpack -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9-trTR-langpack.xpi Should be -> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.9/contrib-localized/thunderbird-0.9.tr-TR.langpack.xpi
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 269631 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•20 years ago
|
||
reopening (see bug 269631 comment 4)
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 3•20 years ago
|
||
Doctor - http://www.mozilla.org/products/thunderbird/releases/index.html As far as I can tell, the change in http://cvs-www.mozilla.org/webtools/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&root=/cvsroot&subdir=mozilla-org/html/projects/l10n/postinst-notes&command=DIFF_FRAMESET&file=tb03.html&rev2=1.2&rev1=1.1 is logically although it broke this for all langpacks (except Finnish, which would have been broken already due to underscore vs dash in langcode, the third item in the cookie). lpcode, the third part of the cookie, is only used in tb03.html to construct the langpack filename, so this patch adds the missing dashes to those. The link to the nonexistent korean langpack is removed.
| Assignee | ||
Updated•20 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Assignee: mozilla.webmaster → t.bugz
Status: ASSIGNED → NEW
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Why did these links always work in the past? Was the file naming convention changed?
| Assignee | ||
Comment 5•20 years ago
|
||
re comment 4, see the cvs-www.mozilla.org link in comment 3 ciopz@bigfoot.com, looks like tb03.html is yours, can you look this over and check in if it makes sense?
| Assignee | ||
Comment 6•20 years ago
|
||
oh, the change I'm referencing in comment 3 is from 2003... I guess the langpack filenames must have changed?
It looks like the filenames changed between 0.7.3 and 0.8.
Fixed for both 0.9 and 0.8.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•20 years ago
|
||
*groan* I missed another detail that's changed in the langpack filenames -- the character on either side of lpcode is changed from '-' to '.'.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•20 years ago
|
||
something like this might be better, but I'm trying to figure out how to test it first
fixed
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 13•20 years ago
|
||
verified that 0.[987] 'installable language pack' links point to existing XPIs,
except
- 0.7 Hebrew installable language pack and right to left theme (calls undefined
function, does not set the cookie but goes to the same instructions page as
the others)
- 0.9 Russian installable language pack (the filename,
thunderbird.0.9.ru-RU.langpack.xpi, starts with 'thunderbird.' rather than
'thunderbird-' like the others.
Comment 14•20 years ago
|
||
This affects the links on http://www.mozilla.org/projects/l10n/mlp_otherproj.html#thund_0.9 also! will fix it today
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 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
•