Closed Bug 246812 Opened 20 years ago Closed 18 years ago

Allow multiple simultaneous downloads

Categories

(addons.mozilla.org Graveyard :: Public Pages, enhancement)

x86
Windows XP
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: Bugzilla-alanjstrBugs, Unassigned)

References

Details

There should be checkboxes to allow someone to select multiple extensions at a time.
An example can be seen on http://www.pikey.me.uk/mozilla/
Severity: normal → enhancement
Depends on: 246754
Depends on: 251050
Bulk Moving Web Site bugs to new component.
(Filter: massumowebsitespam)
Component: Update → Web Site
Product: mozilla.org → Update
Version: other → unspecified
Applies to the approval queue, too.
geoff_gone: seems like browser detection has makes the OS different each time
geoff_gone: which screws this code up
geoff_gone: which is why i need to comment out DEFAULT
geoff_gone: sometimes OS gets set to "lin"
geoff_gone: instead of "linux"
geoff_gone: or "Linux"
geoff_gone: so you need something like this:
geoff_gone:    case 'lin':
geoff_gone:       $_GET["os"] = 'Linux';
geoff_gone:       break;
geoff_gone: and this:
geoff_gone:     default:
geoff_gone:       $_GET["os"] = '';
geoff_gone:       break;
AMO bugspam. Correcting QA contacts on OLD bugs (mozilla.update@update.bugs)

-> Correct QA contact (web-ui@add-ons.bugs)

Filtermeplzkthx
QA Contact: mozilla.update → web-ui
I don't see the value in this, and it will only make for confusion when things like EULAs and language availability are different across the selected add-ons.

If there's a specific use case that I'm missing, please add it in here; I haven't been able to come up with one.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
I was thinking of something like flagging everything you want, and then performing a "check out" which would then show you total size, etc.
Yeah, I don't think it's worth the code or UI complexity.  Thanks, though.
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.