Closed
Bug 390658
Opened 17 years ago
Closed 16 years ago
Add feed for available language packs
Categories
(addons.mozilla.org Graveyard :: API, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.2
People
(Reporter: morgamic, Assigned: laura)
References
()
Details
Attachments
(1 file)
4.98 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
We will need a a feed to display available language packs. This will be used on mozilla.com's all.html to help users get the packs they need.
Reporter | ||
Comment 1•17 years ago
|
||
At minimum, feed should show:
* app
* version
* locale
Ideally we'd have some rating information grouped in with this as well.
Comment 2•17 years ago
|
||
I'd also like to see:
* URL for more information
* URL to download
* Filesize
* rating/review info (if possible)
Reporter | ||
Comment 3•17 years ago
|
||
Does this need to be something special or is it rolled into the API? Is it invalidated by madhava's new mocks/plan for lang packs?
Comment 4•17 years ago
|
||
This feels like an API thing to me if we can get it done in time (this quarter). Adding Laura to CC for input.
Updated•17 years ago
|
Assignee: nobody → laura
Target Milestone: 3.2 → 3.3
Assignee | ||
Updated•17 years ago
|
Assignee: laura → nobody
Component: Public Pages → API
QA Contact: web-ui → api
Target Milestone: 3.3 → 3.2
Assignee | ||
Updated•17 years ago
|
Target Milestone: 3.2 → 3.3
Assignee | ||
Comment 5•17 years ago
|
||
It's an API thing, but for the next version.
Status: NEW → ASSIGNED
Target Milestone: 3.3 → 3.4
Updated•17 years ago
|
Target Milestone: 3.4 → 3.x (triaged)
Updated•17 years ago
|
Target Milestone: 3.x (triaged) → 3.4.3
Updated•17 years ago
|
Target Milestone: 3.4.3 → 3.x (triaged)
Assignee | ||
Updated•16 years ago
|
Target Milestone: 4.x (triaged) → 5.0.2
Updated•16 years ago
|
Status: ASSIGNED → NEW
Updated•16 years ago
|
Assignee: nobody → laura
Comment 6•16 years ago
|
||
(In reply to comment #5)
> It's an API thing, but for the next version.
next version of the API or 5.0.3? What needs to happen here?
Assignee | ||
Comment 7•16 years ago
|
||
Old comment, patch coming shortly.
Assignee | ||
Comment 8•16 years ago
|
||
I'm returning the addon info consistent with the rest of the API, except I added the target locale. The consistency thing seemed like a good idea, plus it's the lazy solution. If it's too much data I can return less :)
Attachment #362330 -
Flags: review?(morgamic)
Reporter | ||
Comment 9•16 years ago
|
||
Comment on attachment 362330 [details] [diff] [review]
Patch to add "get_language_packs" API call
Pulls out a pretty huge XML doc, but works as intended.
Attachment #362330 -
Flags: review?(morgamic) → review+
Assignee | ||
Comment 10•16 years ago
|
||
In r22247. I bumped the API version to 1.4 as well, so invoke this via
https://[host]/en-US/firefox/api/1.4/get_language_packs
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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
•