Issue 123377 - Download link not shown in main download page
Summary: Download link not shown in main download page
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Downloads (show other issues)
Version: current
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: Marcus
QA Contact:
URL: http://www.openoffice.org/download/in...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 13:41 UTC by Pedro Albuquerque
Modified: 2013-09-30 22:19 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Snapshot of the page (57.07 KB, image/png)
2013-09-28 13:41 UTC, Pedro Albuquerque
marcus: review-
Details
Snapshot of the page (89.16 KB, image/png)
2013-09-29 21:14 UTC, Pedro Albuquerque
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Pedro Albuquerque 2013-09-28 13:41:49 UTC
Created attachment 81665 [details]
Snapshot of the page

The download link doesn't show what it should in my PC.
Sequence of links used:

http://www.openoffice.org/
http://www.openoffice.org/download/

Please see attachment to view the result.
Comment 1 Andrea Pescetti 2013-09-28 14:00:48 UTC
Adding the analyze.html results as posted by Pedro on the l10n list.

*Browser variables *     *Values*
navigator.appCodeName     Mozilla
navigator.appName     Netscape
navigator.appVersion     5.0 (Windows)
navigator.platform     Win32
navigator.oscpu     Windows NT 6.0
navigator.cpuClass     undefined
navigator.product     Gecko
navigator.productSub     20100101
navigator.vendor    
navigator.vendorSub    
navigator.language     pt-PT
navigator.browserLanguage     undefined
navigator.userLanguage     undefined
navigator.systemLanguage     undefined
navigator.userAgent     Mozilla/5.0 (Windows NT 6.0; rv:23.0) Gecko/20100101 Firefox/23.0

*JavaScript functions/variables*     *Values*
Language name     Português (Europeu)
Language ISO code     pt-PT
Language array data     pt-PT,Portuguese (European),Português (Europeu),y,http://www.openoffice.org/pt/download/download.htm
Release matrix platform position     10
Release matrix platform array data    
UI platform name     Windows (EXE)
URL platform name     Win_x86_install
File name    
File extension     .exe
File size     0
Download file link    
Checksum file link (here for MD5)    
hasMirrorLink()     true
Comment 2 Edwin Sharp 2013-09-28 17:37:46 UTC
related to:

bug 122825

bug 123113
Comment 3 SVN Robot 2013-09-29 15:28:50 UTC
"marcus" committed SVN revision 1527336 
#123377# Fixed the wrong ISO code for Portuguese (European)
Comment 4 Marcus 2013-09-29 15:48:08 UTC
@Pedro:
"pt" was the ISO code for Portuguese (European). However, your analyze data shows that it has to be "pt-PT". I've fixed this.

For me it's working now but please test also on your side.
Comment 5 Rob Weir 2013-09-29 16:45:21 UTC
So if we want to hard-code Portuguese in the NL download page, what should he put in the download age?

var NL_LANGUAGE = "pt";

or

var NL_LANGUAGE = "pt-PT";

?
Comment 6 Marcus 2013-09-29 16:53:18 UTC
"pt-PT" as only this is recognized and processed correctly in the further scripting.
Comment 7 Pedro Albuquerque 2013-09-29 21:14:23 UTC
Created attachment 81677 [details]
Snapshot of the page
Comment 8 Pedro Albuquerque 2013-09-29 21:17:14 UTC
Please look at the time. If I am not mistaken the problem is not solved.
Comment 9 Marcus 2013-09-29 21:22:34 UTC
@Pedro:
Please can you post again the complete analyze data? Maybe something has changed. Thanks.
Comment 10 Pedro Albuquerque 2013-09-30 07:18:32 UTC
Tested today 08:18 am
Browser variables 	Values
navigator.appCodeName 	Mozilla
navigator.appName 	Netscape
navigator.appVersion 	5.0 (Windows)
navigator.platform 	Win32
navigator.oscpu 	Windows NT 6.0
navigator.cpuClass 	undefined
navigator.product 	Gecko
navigator.productSub 	20100101
navigator.vendor 	
navigator.vendorSub 	
navigator.language 	pt-PT
navigator.browserLanguage 	undefined
navigator.userLanguage 	undefined
navigator.systemLanguage 	undefined
navigator.userAgent 	Mozilla/5.0 (Windows NT 6.0; rv:23.0) Gecko/20100101 Firefox/23.0
JavaScript functions/variables	Values
Language name 	Português (Europeu)
Language ISO code 	pt-PT
Language array data 	pt-PT,Portuguese (European),Português (Europeu),y,http://www.openoffice.org/pt/download/download.htm
Release matrix platform position 	10
Release matrix platform array data 	
UI platform name 	Windows (EXE)
URL platform name 	Win_x86_install
File name 	
File extension 	.exe
File size 	0
Download file link 	
Checksum file link (here for MD5) 	
hasMirrorLink() 	true
Comment 11 Pedro Albuquerque 2013-09-30 12:34:02 UTC
OK, now I can see the link. The only thing missing is translation.
Comment 12 Marcus 2013-09-30 18:07:11 UTC
OK, thanks for the feedback. I'll close the issue now.