Closed
Bug 426003
Opened 17 years ago
Closed 17 years ago
Version History still seems to filter by OS platform
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.2.1
People
(Reporter: baz, Assigned: reed)
References
()
Details
Attachments
(1 file, 3 obsolete files)
2.47 KB,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
Using Windows, I can still can't see all the previous versions available for this addon.
Compare the output of this page with:
https://addons.mozilla.org/en-US/firefox/admin/addons?q=PicLens+%5B5579%5D
You'll notice several public MacOS versions of this add-on that do not appear on this page.
We should be doing NO filtering on this page.
Assignee | ||
Comment 1•17 years ago
|
||
Something like this?
Assignee | ||
Comment 2•17 years ago
|
||
Oops, try again without the extra semicolon.
Attachment #312570 -
Attachment is obsolete: true
Attachment #312571 -
Flags: review?(fwenzel)
Attachment #312570 -
Flags: review?(fwenzel)
Assignee | ||
Comment 3•17 years ago
|
||
I'm cursed tonight, it seems. Try again with proper indentation. Sigh.
Attachment #312571 -
Attachment is obsolete: true
Attachment #312572 -
Flags: review?(fwenzel)
Attachment #312571 -
Flags: review?(fwenzel)
Comment 4•17 years ago
|
||
Reed, does your patch fix 425326, too?
Comment 5•17 years ago
|
||
To answer on behalf of reed, no, bug 425326 is not fixed by this. Over there, it's likely something that has to happen in JavaScript, while reed's patch is PHP magic only.
Comment 6•17 years ago
|
||
Your patch looks good, Reed, however I noticed that the controller name "addons" we check for needs an upper case first letter. The attachment changes this.
That being said, r+ from my side.
Note: Bug 425326 shows pretty clearly here when this is applied: On the piclens page, this results in *two* install buttons per version, both labeled "Add to Firefox (Windows)", but that's to be fixed over there, not here.
Attachment #312572 -
Attachment is obsolete: true
Attachment #312743 -
Flags: review?(reed)
Attachment #312572 -
Flags: review?(fwenzel)
Assignee | ||
Comment 7•17 years ago
|
||
Comment on attachment 312743 [details] [diff] [review]
Upper case "Addons" for controller name
(In reply to comment #6)
> Your patch looks good, Reed, however I noticed that the controller name
> "addons" we check for needs an upper case first letter. The attachment changes
> this.
You mean this has been broken for a while? Look at this line:
>- if (APP_ID == APP_FIREFOX && !empty($compatible_apps)
>- && !($this->name == 'addons' && $this->action == 'versions')) {
Note the 'addons' there... so, that's been broken?
Either way, you're way more familiar with this code than me, so if that's the only problem, then r=me for your one character change.
Attachment #312743 -
Flags: review?(reed) → review+
Updated•17 years ago
|
Target Milestone: --- → 3.2.1
Comment 8•17 years ago
|
||
(In reply to comment #7)
> You mean this has been broken for a while?
Yes, so it seems. Thanks for the r+, will check this in later.
Reporter | ||
Comment 10•17 years ago
|
||
Reed, Fred, can you verify if this has fixed bug 426793? If not, I think we should make bug 426793 a dependency since we are not listing all the available versions.
Thanks.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 11•17 years ago
|
||
Yes, we are now listing all OS-specific versions no matter what platform the visitor is on.
Bug 426793 now shows sandboxed versions for sandboxed add-ons too. Note that for public add-ons, sandboxed versions (upcoming updates, for example) are not being shown. Is that the intended behavior, Basil? If not, we need to reopen bug 426793.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 12•17 years ago
|
||
That makes sense Fred. Once logged in, the complete version history can show the sandbox'ed versions as well.
Updated•17 years ago
|
Keywords: push-needed
Verified FIXED using both http://remora-trunk.php5stage.mozilla.com and https://addons.mozilla.org instances with their respective URLs from comment 0 and the URL field in Bugzilla.
Status: RESOLVED → VERIFIED
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
•