Closed
Bug 278281
Opened 20 years ago
Closed 19 years ago
RSS feeds for newest does not match website
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0
People
(Reporter: petethechop, Assigned: morgamic)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 https://addons.update.mozilla.org/rss/?application=firefox&type=E&list=newest https://addons.update.mozilla.org/rss/?application=firefox&type=T&list=newest These RSS feeds do not contain any new additions in the last few weeks. Reproducible: Always Steps to Reproduce: 1.Subscribe to RSS feed (add as live bookmark) 2.Look at generated list 3.Compare to newest Themes/Extensions Actual Results: Generated list and online list don't match Expected Results: shown latest
There have been no new additions lately.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #0) > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 > Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 > > https://addons.update.mozilla.org/rss/?application=firefox&type=E&list=newest > https://addons.update.mozilla.org/rss/?application=firefox&type=T&list=newest > > These RSS feeds do not contain any new additions in the last few weeks. > > Reproducible: Always > > Steps to Reproduce: > 1.Subscribe to RSS feed (add as live bookmark) > 2.Look at generated list > 3.Compare to newest Themes/Extensions > > Actual Results: > Generated list and online list don't match > > Expected Results: > shown latest (In reply to comment #1) > There have been no new additions lately. "Saferfox" is the last theme showing and "Virtual Joint" is the last Extension showing. On the website 2 themes have been added since then and 1 Extension has been added since then. It's not many, but they still aren't showing up.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Website says most recent FF extension is Wizz RSS News Reader 0.3.3 (Dec 23, 2004) RSS says Virtual Joint! 1.0 for Firefox (Fri, 24 Dec 2004) Without looking at the DB, I can't tell which is right.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•20 years ago
|
||
Website is right, RSS needs to learn how to versoin filter. :-)
Assignee: psychoticwolf → Bugzilla-alanjstrBugs
Summary: RSS feeds for newest Firefox Extensions and newest Firefox Themes not updating → RSS feeds for newest does not match website
This is in reference to the same RSS feed... I have subscribed to the newest feed using the "Subscribe to 'New Firefox Additions'" button that appears in the lower right hand corner. Also there is the live bookmark icon by the list. The URL I get for the feed itself is: https://addons.update.mozilla.org/rss/?application=firefox&list=newest When I go through the list in my bookmarks I get a 404 error (missing /moreinfo.php) An example URL it tries to load is: http://addons.update.mozilla.org//moreinfo.php?id=476&vid=1618 As you can see it is missing the top level directory of '/extentions' or '/themes' The RSS feed from the update page is missing the GET of 'type=*' If the users URL is missing the type it *should* load all types.
Comment 6•20 years ago
|
||
*** Bug 292140 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 7•19 years ago
|
||
This is solveable by a GROUP BY on main.ID. This will be pushed with the latest group of updates.
> $sql = $select . " " . $from . " WHERE " . $where . " GROUP BY main.ID ORDER BY " . $orderby . " LIMIT 0, 10";Assignee: Bugzilla-alanjstrBugs → morgamic
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 8•19 years ago
|
||
This was fixed in the most recent update.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 19 years ago
Resolution: --- → FIXED
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
•