Closed
Bug 534752
Opened 15 years ago
Closed 15 years ago
Check previous version's status to determine beta vs. public in updates
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P2)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.5
People
(Reporter: jbalogh, Assigned: jbalogh)
References
Details
Attachments
(1 file)
1.70 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
Weave users can't upgrade to 1.0b3 (admin'd to Public) since the update script thinks of 1.0b2 as a Beta version.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #417573 -
Flags: review?(clouserw)
Comment 2•15 years ago
|
||
Comment on attachment 417573 [details] [diff] [review]
considering the previous version's status for beta updates
I thought we were going to run it through the beta regex first.
Attachment #417573 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 3•15 years ago
|
||
The query is only run under the $want_beta branch, and $want_beta is determined using the regex.
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: push-needed
Priority: -- → P2
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
Jeff, is a testcase something like:
1. Install 1.0b2 from preview
2. Change extensions.update.url to point to https://preview.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%¤tAppVersion=%CURRENT_APP_VERSION%
3. Try to upgrade
That it?
Assignee | ||
Comment 6•15 years ago
|
||
1. Install Weave 1.0b2 from amo.
2. Download 1.0b3 from amo, upload it to preview (so you have something to upgrade to).
3. Change extensions.update.url to preview.
4. Try to upgrade.
5. Profit!
Comment 7•15 years ago
|
||
Verified FIXED; worked with Jeff on the steps above.
(Jeff also landed a fix in r58082, to help us test, and safeguard against an edge-case.)
Status: RESOLVED → VERIFIED
Comment 9•15 years ago
|
||
In-Litmus+: https://litmus.mozilla.org/show_test.cgi?id=9871
Flags: in-litmus+
Updated•15 years ago
|
Keywords: push-needed
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•