Closed
Bug 640461
Opened 14 years ago
Closed 14 years ago
Firefox 4 button on system requirements links to Firefox 3.6.15
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.4
People
(Reporter: retornam, Unassigned)
References
()
Details
Attachments
(1 file)
373.66 KB,
image/png
|
Details |
STR:
1) Visit http://www.mozilla.com/en-US/firefox/system-requirements.html
2) Click the FIrefox4 download button
3) It links to Firefox 3.6.15
See attached screenshot... ( look at the link on the addon bar)
Updated•14 years ago
|
Flags: in-testsuite?
OS: Mac OS X → All
Hardware: x86 → All
Comment 1•14 years ago
|
||
This is a side effect of intentionally pointing that URL to the 4.0 requirements. It looks like the official URLs for system requirements have the version number (/firefox/3.6/sys-reqs.html), but that old URL by default goes to 4.0 version.
But since 4.0 hasn't been released yet, the download button links to 3.6.
That page is only linked to from somewhere deep in the release notes, and it's probably not worth figuring out how to fix since 4.0 is going to be released soon.
Updated•14 years ago
|
Target Milestone: --- → 1.4
All the release notes page should have been updated with a relative link to system-requirements/, which gets them to the version expected via redirects (like http://www.mozilla.com/en-US/firefox/3.6.15/releasenotes/ and http://www.mozilla.com/en-US/firefox/3.5.17/releasenotes/).
Did you find a page that links directly to http://www.mozilla.com/en-US/firefox/system-requirements.html? If so it should be changed.
Comment 3•14 years ago
|
||
http://www.mozilla.com/en-US/firefox/4.0rc1/releasenotes/
system requirements section links to that url
Comment 4•14 years ago
|
||
http://www.mozilla.com/en-US/firefox/4.0/releasenotes/ has the same problem. 3.6 is downloaded from the button.
Comment 5•14 years ago
|
||
Sorry, wrong url. this URL has the same problem:
http://www.mozilla.com/en-US/firefox/4.0/system-requirements/
See also Bug 586314 Comment 72 the harblocker final+ which caused this bug.
So, yeah, this is a bigger problem we should fix...downloading FF3.6 from http://www.mozilla.com/en-US/firefox/4.0/system-requirements/ is not ideal in the slightest, though I bet the % that downloads from there is very small.
I put a stopgap in with rev84723. There is now an unstyled link that points to the RC rather than a mislabeled green button. We'll want to keep this open to fix it correctly with a pretty button.
Comment 9•14 years ago
|
||
Thanks Christian -- you commented before I wrote this, but I'll post this anyway:
I don't know anything about the download button scripts. Here is the code on
the system requirements page:
<div id="download" class="top-right">
<script src="/js/download.js"></script>
<?php
$_options = array('ancillary_links' => true, 'layout' => 'subpage',
'download_parent_override' => 'download', '_include_js' => true,
'download_product' => 'Firefox 4.0');
echo $firefoxDetails->getNoScriptBlockForLocale('en-US', $_options);
echo $firefoxDetails->getDownloadBlockForLocale('en-US', $_options);
?>
</div>
Why is it linking to 3.6 when the download product say "Firefox 4.0"?
Comment 10•14 years ago
|
||
I don't know anything about it either, but looks like I fixed it with http://viewvc.svn.mozilla.org/vc?view=revision&revision=84728 on trunk, yay!
Comment 11•14 years ago
|
||
Should be pushed live in r84730
Reporter | ||
Comment 12•14 years ago
|
||
Comment 13•14 years ago
|
||
woot! great!
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•14 years ago
|
||
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•12 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
Assignee | ||
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
•