Closed
Bug 496976
Opened 16 years ago
Closed 16 years ago
Add-on Manager in Admin panel should find add-ons regardless of locale
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect, P3)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
VERIFIED
FIXED
5.3
People
(Reporter: rbango, Assigned: davedash)
References
()
Details
Attachments
(1 file)
5.93 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
I was searching for an add-on via the Add-on Manager in the Admin panel and couldn't find it, even though it had a public profile page.
The add-on in question is Tuentifox:
https://addons.mozilla.org/en-US/firefox/addon/10496/
https://addons.mozilla.org/en-US/developers/addon/edit/10496
I asked Fligtar and he thinks it may have to do with the add-on not having a "en-us" translation. In looking at the add-on code, it only has one locale which is "en-ES". In terms of an admin search by name, this shouldn't be the standard functionality. If the search is limited to only add-ons which include a "en-us" translation, we need to modify the code to allow an add-on search regardless of locale. Searching by add-on ID works.
To duplicate:
1) Go to Admin Tools->Add-on Manager
2) Enter "TuentiFox"
Notice no results appear in the autocomplete input field.
Updated•16 years ago
|
Priority: -- → P3
Comment 1•16 years ago
|
||
DD-
is this something you can do in 5.0.9?
Assignee: nobody → ddahl
Target Milestone: 5.0.8 → 5.0.9
Updated•16 years ago
|
Assignee: ddahl → dd-bugzilla
Updated•16 years ago
|
Assignee: dd-bugzilla → dd
Assignee | ||
Comment 2•16 years ago
|
||
Nick,
No this isn't. Justin Scott explained this to me in detail:
I think what's wanted is:
* Surfacing addons that you search for in your default language, falling back on the addons' default language.
I think what reasonably can be delivered (prolly in 5.1) is:
* Surfacing addons you search for with a boost given to your language, and then to the language of the addon - but it would still surface everything.
Target Milestone: 5.0.9 → 5.1
Updated•16 years ago
|
Target Milestone: 5.1 → 5.2
Updated•16 years ago
|
Target Milestone: 5.2 → 5.3
Assignee | ||
Comment 3•16 years ago
|
||
The solution to this may fix this: bug 518618.
Assignee | ||
Comment 4•16 years ago
|
||
The solution to this will also fix this: bug 518618.
We're also solving the issue of addons w/o files showing up (duly noted that stub listings need to be handled separately - I'll have to see how that's implimented).
* We're indexing the file count - which doesn't slow things down too much.
* Disabling the query log for the admin ajax search
* the ajax search now uses sphinx instead of SQL
* We now boost your own language and public addons, rather than strictly filtering for your language + en-US, per jorge's suggestion
enjoy
Attachment #407666 -
Flags: review?(clouserw)
Updated•16 years ago
|
Attachment #407666 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 5•16 years ago
|
||
------------------------------------------------------------------------
r53999 | ddash@mozilla.com | 2009-10-22 11:20:08 -0700 (Thu, 22 Oct 2009) | 2 lin
[bug 496976] Boosting locale
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Status: RESOLVED → VERIFIED
OS: Mac OS X → All
Hardware: x86 → All
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
•