Closed
Bug 715321
Opened 14 years ago
Closed 14 years ago
[Firefox GA] Implement Firefox Release Notes Page
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.4
People
(Reporter: akeybl, Assigned: jlong)
References
Details
(Whiteboard: r=100518,100704,100717 b=trunk)
Attachments
(2 files)
|
21.00 KB,
application/octet-stream
|
Details | |
|
1.60 KB,
patch
|
Details | Diff | Splinter Review |
design bug: 706400
1 page for desktop
1 page for mobile
Live Date: 1/31
| Reporter | ||
Comment 1•14 years ago
|
||
A few changes to the implementation that I'd like to make before pushing the GA release notes
* The resolved issue tag under Known Issues should link to the latest channel notes from the version of Firefox in which the issue is fixed, with a tag of "RESOLVED in vXY" (RESOLVED in v11)
* We should probably have run.py automatically run for all releases in the Releases table. Each time we post, I'll go over any weird diffs caused by regenerating all of the notes
* The templates need to change so that "Did you know that most of the contention Firefox Support was written by volunteers?" reads instead "Did you know that most of the content Firefox Support was written by volunteers?"
* Link for beta notes should have 10.0beta in them instead of 10.0b1 (sorry for the churn)
* We'll need to pull the bug list for the new requested bug list in 697632 from the DB. I'll provide the DB, and it'll be a quick listing from the DB based upon the Firefox version
Assignee: nobody → jlong
Depends on: 697632
Comment 2•14 years ago
|
||
hi all,
here is the final psd:
http://mozilla.tyflanagan.com/artwork/Firefox/FFx_GA_Desktop_Notes_BugFixes.zip
the design can be found here: bug 706400
Updated•14 years ago
|
Target Milestone: --- → 1.4
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to Alex Keybl [:akeybl] from comment #1)
> A few changes to the implementation that I'd like to make before pushing the
> GA release notes
James and I discussed the changes in comment #1 last week, and he mentioned he'd have the time to look into it later this week.
James - let me know if you'd like me to split that work into another bug. The large majority of it isn't blocked on Steven's work.
Comment 4•14 years ago
|
||
hi steven and james,
I was wondering if you had a chance to look into this yet.
The page needs to be live Tuesday, 31st of Jan.
However, Alex still needs to update the content.
Thanks!
Comment 5•14 years ago
|
||
James, the images/css are in trunk (r100518) and I've made a pull request on GitHub (https://github.com/jlongster/relnotes/pull/2) for the changes to the template.
Whiteboard: r=100518, b=trunk
Updated•14 years ago
|
Whiteboard: r=100518, b=trunk → r=100518,100704 b=trunk
| Assignee | ||
Comment 6•14 years ago
|
||
Hey Steven,
The changes look good, with one problem. I think it broke the beta releasenotes:
http://www-dev.allizom.org/en-US/firefox/10.0/releasenotes/
| Assignee | ||
Updated•14 years ago
|
Assignee: steven → jlong
| Assignee | ||
Comment 7•14 years ago
|
||
The last thing I need is an updated DB. The pages look good to me but it's hard to test what they will be like without the final DB.
Comment 8•14 years ago
|
||
hi alex,
can you please update?
thanks!
Updated•14 years ago
|
Whiteboard: r=100518,100704 b=trunk → r=100518,100704,100717 b=trunk
| Assignee | ||
Comment 9•14 years ago
|
||
I've integrated the newest design changes that show "Unresolved on X" and "Resolved on Y". A good example of this is here:
http://www-dev.allizom.org/en-US/mobile/10.0beta/releasenotes/
| Reporter | ||
Comment 10•14 years ago
|
||
2 last things -
* "Did you know that most of the content Firefox Support was written by volunteers?" -> Did you know that most of the content in Firefox Support was written by volunteers?
* Did https://bugzilla.mozilla.org/attachment.cgi?id=588550 ever get implemented? We'll want to link to a static page with a list of bugs that I'll paste in.
| Assignee | ||
Comment 11•14 years ago
|
||
(In reply to Alex Keybl [:akeybl] from comment #10)
> * Did https://bugzilla.mozilla.org/attachment.cgi?id=588550 ever get
> implemented? We'll want to link to a static page with a list of bugs that
> I'll paste in.
It never did. What format will you be pasting them in? What markup should the page have?
| Reporter | ||
Comment 12•14 years ago
|
||
(In reply to James Long (:jlongster) from comment #11)
> It never did. What format will you be pasting them in? What markup should
> the page have?
Do we need to loop Steven back in to get that page implemented? I can conform to whatever for pasting in the buglist - not an issue for me.
| Reporter | ||
Comment 13•14 years ago
|
||
Found another bug when generation the release notes (en-US/firefox/10.0/releasenotes/index.html) -
<a href="/en-US/mobile/10.0beta/releasenotes">Mobile</a>
should be
<a href="/en-US/mobile/10.0/releasenotes">Mobile</a>
| Assignee | ||
Comment 14•14 years ago
|
||
(In reply to Alex Keybl [:akeybl] from comment #12)
> (In reply to James Long (:jlongster) from comment #11)
> > It never did. What format will you be pasting them in? What markup should
> > the page have?
>
> Do we need to loop Steven back in to get that page implemented? I can
> conform to whatever for pasting in the buglist - not an issue for me.
Naw, I just built it. How's this look? http://www-dev.allizom.org/en-US/firefox/9.0/releasenotes/buglist.html
| Reporter | ||
Comment 15•14 years ago
|
||
Attaching the latest relnotes DB with updated "What's new" and "Known issues".
One additional change to the release template I'd still like make is to have
"If interested, please see the <a href="https://www.mozilla.org/en-US/firefox/{{ version }}/releasenotes/buglist.html">complete list of changes</a> in this release."
underneath
{% if release_text %}{{ release_text }}{% endif %}
{% if product_text %}{{ product_text }}{% endif %}
in order to support the upcoming bugslist page
| Reporter | ||
Comment 16•14 years ago
|
||
(In reply to James Long (:jlongster) from comment #14)
> (In reply to Alex Keybl [:akeybl] from comment #12)
> > (In reply to James Long (:jlongster) from comment #11)
> > > It never did. What format will you be pasting them in? What markup should
> > > the page have?
> >
> > Do we need to loop Steven back in to get that page implemented? I can
> > conform to whatever for pasting in the buglist - not an issue for me.
>
> Naw, I just built it. How's this look?
> http://www-dev.allizom.org/en-US/firefox/9.0/releasenotes/buglist.html
Looks good to me - let's comment out the "View bugs for:" and slider on the buglist for now - I plan to only post a single monolithic list with FF10.
| Assignee | ||
Comment 17•14 years ago
|
||
Removed slider on buglist page
Whiteboard: r=100518,100704,100717 b=trunk → r=100518,100704,100717,100741 b=trunk
| Assignee | ||
Comment 18•14 years ago
|
||
Ok, changes in comment 15 and comment 16 are done.
| Assignee | ||
Comment 19•14 years ago
|
||
The release notes
Whiteboard: r=100518,100704,100717,100741 b=trunk → r=100518,100704,100717 b=trunk
Comment 20•14 years ago
|
||
The link to http://www-dev.allizom.org/en-US/firefox/10.0/releasenotes/buglist.html is a 404
| Assignee | ||
Comment 21•14 years ago
|
||
I think Alex just pushed that page.
Comment 22•14 years ago
|
||
Hoping this is isolated to my browser, but I noticed the bugs & corresponding description are not aligned properly: http://cl.ly/2L0Z2l3u351v1e2Z3L1x
| Reporter | ||
Comment 23•14 years ago
|
||
(In reply to Ty Flanagan from comment #22)
> Hoping this is isolated to my browser, but I noticed the bugs &
> corresponding description are not aligned properly:
> http://cl.ly/2L0Z2l3u351v1e2Z3L1x
Yeah James and I were discussing. We're going to go with the old buglist for this release and include this in the next (and presumably last) round of changes over the next 6 weeks.
| Reporter | ||
Comment 24•14 years ago
|
||
Found another issue where bug numbers were not being outputted for known issues in the template, fixed in http://viewvc.svn.mozilla.org/vc?view=revision&revision=100771
Attached is the patch to fix the templates.
| Assignee | ||
Comment 25•14 years ago
|
||
pushed out in r100793. The htaccess switch to turn them on is not pushed out yet.
| Assignee | ||
Comment 26•14 years ago
|
||
this is flipped live on production r100798
Status: NEW → RESOLVED
Closed: 14 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
•