Closed
Bug 563044
Opened 15 years ago
Closed 14 years ago
Need to expand live urls for new types of what's new pages.
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Mozilla Messaging Graveyard
Release Engineering
Tracking
(thunderbird3.1 wanted)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
thunderbird3.1 | --- | wanted |
People
(Reporter: standard8, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we have the following live urls:
Start page:
http://live.mozillamessaging.com/%APP%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%
First run page (shown in the start page area):
http://live.mozillamessaging.com/%APP%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%
What's New page:
http://live.mozillamessaging.com/%APP%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%
We need to keep all of the above for working with 3.0.x builds.
In bug 562297 and related we need to set up new urls for 3.1 and ongoing. The descriptions of the pages are:
* Start Page
** Probably just keep the existing page/live url
* First Run page
** This will be shown in a tab rather than the existing location. I think we can just point the existing url at new locations
* What's New page for major updates
* What's New page for minor updates
We therefore need to have two what's new page urls. Should we do this via a query parameter or just "whatsnewminor" and "whatsnewmajor" ?
Comment 1•15 years ago
|
||
(In reply to comment #0)
> Currently we have the following live urls:
> [...]
>
> We need to keep all of the above for working with 3.0.x builds.
>
> We therefore need to have two what's new page urls. Should we do this via a
> query parameter or just "whatsnewminor" and "whatsnewmajor" ?
I'd much prefer different urls, not query strings. Ideally, why not something like:
/whatsnew/?bla
/whatsnew/update/minor/?bla
/whatsnew/update/major/?bla
The URL space is all virtual anyways, not backed by files or anything.
Comment 2•14 years ago
|
||
Do we still have the user-visible notion of major vs. minor updates?
Comment 3•14 years ago
|
||
(In reply to John Hopkins (:jhopkins) from comment #2)
> Do we still have the user-visible notion of major vs. minor updates?
With the "new" release train , I don't think we do.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•