Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2007 at 04:45 UTC
Updated:
30 Dec 2013 at 18:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chx commentedComment #2
maartenvg commentedCreated a patch for this, and seems to work fine.
The only problem I have is that I couldn't get the aggregator_update_7001() to be detected during the running of update.php (even though {system} says that the schema_version is 7000). Or should I have added it to system.install?(fixed by separate issue)Comment #3
maartenvg commenteddouble post
Comment #4
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #5
maartenvg commentedChasing HEAD, it failed due to the DB-TNG. Added comment to aggregator_update_7001().
Comment #6
dries commentedI'm not sure about this one. It is actually called 'description' in the RSS specification. I don't know at the top of my head what it is called in the Atom specification. If it is called 'body' in the Atom specification, this patch might fly.
Comment #7
maartenvg commentedFor atom is appears to be "content", so neither 'description' or 'body'.
Comment #9
Crell commentedI don't see how this is a DB system issue. It's part of aggregator module. I defer to those folks as to whether or not it's still relevant, as I know a lot of work went into that module in Drupal 7.
Comment #10
Crell commentedGiven the work that's gone into Drupal 8's aggregator module, is this issue even still relevant? I would think not...
Comment #11
mimes commentedIt's still an issue for Drupal 7's aggregator module, though. aggregator_item.description is still described as "body of the feed item".
Comment #12
Crell commentedYes, but we can't rename the field in Drupal 7 at this point, and I don't think it even exists in the same form in Drupal 8. So is this a won't fix?
Comment #13
berdirIt still exists in the same way but I don't really see the point in doing this.
Just like the GUID, description is something used in RSS and possibly other feed standards.