Closed
Bug 470331
Opened 17 years ago
Closed 17 years ago
Sumo links to Firefox 2.0.0.14 release notes on every page
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
0.8.1
People
(Reporter: tomer, Assigned: ecooper)
References
()
Details
(Whiteboard: sumo_only template)
Attachments
(1 file)
|
810 bytes,
patch
|
Details | Diff | Splinter Review |
On each page of Sumo, you get large block of links at the bottom (too much IMHO). One of them links to "Release Notes", which still points to Firefox 2.0.0.14 release notes, probably the latest at the point the site built up.
It should point currently to 3.0.5 release notes, and should be updated with every release.
Current source code has the following line. I guess it is retrived from a db, since I'm unable to locate this string on the SVN.
<li><a href="http://www.mozilla.com/firefox/2.0.0.14/releasenotes/">Release Notes</a></li>
Comment 1•17 years ago
|
||
Oops; good catch!
Is there a symlink on mozilla.com to the latest releasenotes that we can point to rather than having to push a new template update every release?
Assignee: nobody → smirkingsisyphus
Target Milestone: --- → 0.8.1
Comment 2•17 years ago
|
||
Nope, but you could technically pull product-details in and get the current version that way...
| Reporter | ||
Comment 3•17 years ago
|
||
I will be very happy if we will set-up a webservice on mozilla.org/mozilla.com which can point to the latest versions of every product. In fact, I am looking for something like this to put on our locale website.
Comment 4•17 years ago
|
||
Can we add a symlink? It seems like the easiest solution.
E.g. webroot/firefox/latest -> webroot/firefox/3.0.5
...meaning our link here would be http://www.mozilla.com/firefox/latest/releasenotes/
| Reporter | ||
Comment 5•17 years ago
|
||
Not the ideal solution, but I see that it is possible to pull https://svn.mozilla.org/libs/product-details/firefoxDetails.class.php, and than find the latest version (optional - for each locale of sumo show the latest version available for that locale). I think this is how it done on www.mozilla.com.
Still, symlinks will may require some changes in mozilla.com, but will be much better for this.
| Assignee | ||
Comment 6•17 years ago
|
||
Just here in case a more sustainable route isn't decided on before the 0.8.1 freeze on the 23rd (I think).
Having a /firefox/latest/releasenotes/ makes sense.
Comment 7•17 years ago
|
||
Reed, any comments re comment 4? Otherwise, let's check Eric's short-term patch in for 0.8.1.
Comment 8•17 years ago
|
||
(In reply to comment #7)
> Reed, any comments re comment 4? Otherwise, let's check Eric's short-term patch
> in for 0.8.1.
Pretty sure we're not going to do a symlink. You should be using product-details and just pulling the LATEST_FIREFOX_VERSION variable. I realize there could be better ways, but that's what we have to work with at this moment.
Wil, any thoughts?
| Reporter | ||
Comment 9•17 years ago
|
||
I think we should place a redirect script using mod_rewrite in the site, as done with the latest/ subdirectory on the download server. I can contribute the code of no one else will do it (we should discuss on that in another bug, I guess).
Comment 10•17 years ago
|
||
(In reply to comment #9)
> I think we should place a redirect script using mod_rewrite in the site, as
> done with the latest/ subdirectory on the download server. I can contribute the
> code of no one else will do it (we should discuss on that in another bug, I
> guess).
Ah, interesting thought. Ok, file a bug under Websites :: www.mozilla.com. I'll support that plan unless clouserw objects.
Comment 11•17 years ago
|
||
Having a /latest/ URL works for me and we can just redirect to LATEST_FIREFOX_VERSION. If that's all it wfm. If Tomer is talking about the feed we talked about online I don't think mozilla.com is the place for it.
Comment 12•17 years ago
|
||
Comment on attachment 353771 [details] [diff] [review]
Updates release notes link to current
this has been committed to r21442/r21443
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Verified FIXED:
http://support-stage.mozilla.org/en-US/kb/ links to http://www.mozilla.com/en-US/firefox/3.0.5/releasenotes/
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Whiteboard: sumo_only template
You need to log in
before you can comment on or make changes to this bug.
Description
•