Closed
Bug 439912
Opened 17 years ago
Closed 14 years ago
Smart install box should allow "*pre" users to install extension with minVersion $1
Categories
(addons.mozilla.org Graveyard :: Public Pages, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: aryx, Unassigned)
References
Details
The smart install box should allow "*pre" users to install extension with minVersion $1, i.e. 3.0pre users to install extension which have 3.0 as minVersion. (Because they have the code of the RCs as nightlies.)
Comment 1•17 years ago
|
||
I am not sure this is desired: The unit tests for the original implementation of the version comparator (http://mxr.mozilla.org/mozilla/source/xpcom/tests/TestVersionComparatorRunner.pl) consider 1.1pre lower than 1.1, and this behavior is reflected in the Javascript code too. If authors want their add-on to be compatible with *pre, they need to mark it as such.
As a workaround, you are always able to get the version anyway from the "all versions" page, by the way.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
![]() |
Reporter | |
Comment 2•17 years ago
|
||
Yes, 1.1pre is lower than 1.1, but if an RC1 has been released as 1.1, the newer nightlies are still 1.1pre, so you can install the add-on only in an older build.
Comment 3•17 years ago
|
||
Hm, I see your point. Have you tried if the add-on manager will actually allow installing an add-on on, say, a 3.0pre nightly when the add-on is marked as compatible with 3.0-... only? If not, there's no use showing a green button on AMO.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Updated•16 years ago
|
Priority: -- → P5
Target Milestone: --- → Future
![]() |
Reporter | |
Comment 5•16 years ago
|
||
No, by default the x.0 application can't install x.0pre add-ons, but you can do this with the extension Nightly Tester Tools. Currently, you can't access the file, IIRC. (There is currently no RC/later pre situtation, meh.)
Comment 6•15 years ago
|
||
We have an "install anyway" button now. -> fixed
Status: REOPENED → RESOLVED
Closed: 17 years ago → 15 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 7•15 years ago
|
||
I don't see this fixed on production or preview, there is a popup telling to upgrade (sic for RCs and pre nightly builds) or to check the older versions. The 'Install anyway' button is only shown if used appversion > add-on maxVersion, not for <.
Example: https://addons.mozilla.org/en-US/firefox/addon/14228/ (I have no pre Nightly here to test this.)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
Reporter | |
Updated•15 years ago
|
Status: REOPENED → NEW
Comment 8•14 years ago
|
||
1) Authors should be setting the min version correctly. This isn't a moving target like maxversion so it shouldn't be hard to do.
2) We want to encourage people to upgrade to the newer versions of Firefox.
I don't want to add additional complexity to already complex code for this edge case. Calling this wontfix.
Status: NEW → RESOLVED
Closed: 15 years ago → 14 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•10 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
•