Closed
Bug 294581
Opened 20 years ago
Closed 20 years ago
Forgot to filter by operating system in Most Popular query
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.1
People
(Reporter: geofforama, Assigned: geofforama)
Details
Attachments
(1 file)
|
1.37 KB,
patch
|
cso
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2) The "most popular" query on the main themes and extensions page does not use the $OS variable that indicates what operating system the user is using. This variable is used to filter out uninstallable extensions on the list of newest extensions and all the other listings including the one on showlist.php. Problems this causes: 1. shows uninstallable extensions and themes to users of other OS's (particular mac and linux users) 2. some extensions and themes can get lost because the top 10 and the top 11-20 are using different query criteria Reproducible: Always
| Assignee | ||
Comment 1•20 years ago
|
||
This patch fixes the problem for both themes and extensions.
Attachment #183876 -
Flags: first-review?(mike.morgan)
Assignee: Bugzilla-alanjstrBugs → geofforama
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: 1.0 → 2.0
| Assignee | ||
Updated•20 years ago
|
Attachment #183876 -
Flags: first-review?(mike.morgan) → first-review?(colin.ogilvie)
Updated•20 years ago
|
Attachment #183876 -
Flags: first-review?(colin.ogilvie) → first-review+
Comment 2•20 years ago
|
||
Checking in extensions/index.php; /cvsroot/mozilla/webtools/update/extensions/index.php,v <-- index.php new revision: 1.9.2.9; previous revision: 1.9.2.8 done Checking in themes/index.php; /cvsroot/mozilla/webtools/update/themes/index.php,v <-- index.php new revision: 1.7.2.10; previous revision: 1.7.2.9 done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: 2.0 → 1.1
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
•