RSS block picks the wrong links for articles
Bug #800493 reported by
François Marier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mahara |
Fix Released
|
Low
|
Melissa Draper |
Bug Description
Version: 1.4.0
RSS feed: http://
If you click on any of the articles, you are taken to the comments feed for the article instead of the article page itself. This works fine in other feed readers (like Akregator and Liferea).
It was also a problem on 1.3, see my profile page for example:
Changed in mahara: | |
assignee: | nobody → François Marier (fmarier) |
milestone: | none → 1.5.0 |
assignee: | François Marier (fmarier) → nobody |
milestone: | 1.5.0 → none |
Changed in mahara: | |
importance: | Medium → Low |
milestone: | none → 1.5.0 |
Changed in mahara: | |
assignee: | nobody → Melissa Draper (melissa) |
Changed in mahara: | |
status: | Confirmed → In Progress |
Changed in mahara: | |
milestone: | 1.5.0 → none |
status: | In Progress → Triaged |
status: | Triaged → In Progress |
milestone: | none → 1.5.0 |
Changed in mahara: | |
status: | In Progress → Fix Committed |
Changed in mahara: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
We are currently grabbing the first article <link ... tag, which feedburner happens to list as the comments link. Listed last is the "alternate" url which is what you're expecting. The PEAR XML parser class we're using currently, XML_Feed_Parser appears to simply happily grab the first <link ... tag for each post. AIUI we'd have to rewrite the feed parsing with another parser class.
I suspect this issue would most commonly be associated with feedburner feeds.