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.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 519362-dc-creator-D6.patch | 680 bytes | bfroehle |
| #4 | dc-creator.patch | 907 bytes | mfb |
| #2 | dc-creator.patch | 982 bytes | mfb |
| dc-creator.patch | 975 bytes | mfb |
Comments
Comment #1
dries commentedGood catch!
I'd like to see us use regular if-statements in this case, as well as some additional PHPdoc.
Comment #2
mfbWith simpler logic and a comment.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.
Comment #4
mfbBackported to d6.
Comment #5
bfroehle commentedTested for some feeds which only contain a dc:creator tag and it correctly populates the author.
Comment #7
bfroehle commentedUploaded with -D6 at the end so that it doesn't fail the test bot.
Comment #8
gábor hojtsyCommitted, pushed, thanks!