node_feed() generates a dc:creator element for the node author. Aggregator module, however, recognizes only the author element and ignores the dc:creator element.

CommentFileSizeAuthor
#7 519362-dc-creator-D6.patch680 bytesbfroehle
#4 dc-creator.patch907 bytesmfb
#2 dc-creator.patch982 bytesmfb
dc-creator.patch975 bytesmfb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Good catch!

I'd like to see us use regular if-statements in this case, as well as some additional PHPdoc.

mfb’s picture

FileSize
982 bytes

With simpler logic and a comment.

Dries’s picture

Status: Needs review » Fixed

Committed to CVS HEAD. Thanks.

mfb’s picture

Version: 7.x-dev » 6.x-dev
Status: Fixed » Needs review
FileSize
907 bytes

Backported to d6.

bfroehle’s picture

Status: Needs review » Reviewed & tested by the community

Tested for some feeds which only contain a dc:creator tag and it correctly populates the author.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, dc-creator.patch, failed testing.

bfroehle’s picture

Status: Needs work » Reviewed & tested by the community
FileSize
680 bytes

Uploaded with -D6 at the end so that it doesn't fail the test bot.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Committed, pushed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.