Closed
Bug 404709
Opened 18 years ago
Closed 18 years ago
Update landing pages automatically with new product versions
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: clouserw)
Details
Attachments
(1 file)
|
37.76 KB,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
I've had this patch kicking around for a bit, so I figured I'd get it out here. This should make releases less work - instead of hardcoding version numbers this will use the LATEST_FIREFOX_VERSION define.
Attachment #289617 -
Flags: review?(reed)
Comment 1•18 years ago
|
||
Comment on attachment 289617 [details] [diff] [review]
s/2.0.0.9/<?=LATEST_FIREFOX_VERSION?>/g
r=me
I checked it against some of my past commits, and it seemed to hit every file I usually have to hit. product-details is included on all pages, right? Just want to make sure that this define will actually point to some valid thing.
Attachment #289617 -
Flags: review?(reed) → review+
Comment 2•18 years ago
|
||
Oh, and thanks, btw. Saves me a lot of work making sure I get everything. I had also been meaning to do this, but my time is limited, so I haven't had the time.
| Assignee | ||
Comment 3•18 years ago
|
||
product-details is included at the top of the prefetch script which is included via .htaccess
Thanks for the r+. This is on trunk in r8180.
Status: NEW → RESOLVED
Closed: 18 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
•