Currently, if a user adds an RSS feed through MySite, the user can select a name. This name is stored as the name of the feed for all users.

Issue: User places the Slashdot RSS feed but names it "xd" others will not recognize the feed name.

Solution:

1) The user-supplied feed name will be applied to the user's copy of that feed (as saved in the {mysite_data} table).
2) When the feed is checked and loaded, the title declared in the RSS feed will be stored in the {aggregator_feed} table.

CommentFileSizeAuthor
#1 feed_14.patch4.4 KBagentrickard

Comments

agentrickard’s picture

Status: Active » Needs review
StatusFileSize
new4.4 KB

I have fixed this, but need to test against a variety of feeds. The attached patch is for 5.x.1-dev, but should work with HEAD and might work with 4.7.

Put into demo at the test site. http://therickards.com/mysite/default.

Please report any bugs here.

agentrickard’s picture

Successfully grabbed an ATOM and RSS 2.0 feed. Standards indicate that the first TITLE element of both should be the title of the feed. So it looks like this patch will work.

agentrickard’s picture

Status: Needs review » Closed (fixed)

This has long ago been committed to HEAD.