Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2012 at 16:31 UTC
Updated:
27 May 2012 at 20:40 UTC
A number of ATOM feeds use the "updated" tag to denote the time of creation rather than "published" or "issued". This isn't the best use of ATOM semantics but given it's the only time information we have, it's better to take it than default to NOW.
The issue at http://drupal.org/node/1027020 provides a patch which solves this problem for the 6.x version of feeds. The issue has been marked RTBC since June 2011, so I'm guessing it's dead in the water.
The same patch applies to 7.x-2.x, so I've rerolled it and am posting it here.
| Comment | File | Size | Author |
|---|---|---|---|
| atom-updated-tag.patch | 1.22 KB | getgood |
Comments
Comment #0.0
getgood commentedUpdated issue summary.
Comment #1
jhr commentedIt's pretty annoying to see all the atom feeds with a timestamp of the import time, pushing others pages back.
I had to use...
patch -p1 < atom-updated-tag.patch... and it didnt' take the blank lines at the beginning/end, but it still worksMore official looking link to other issue:
#1027020: ATOM parser not getting 'updated' date from Ning feeds
Comment #2
franzPlease read issue guidelines before changing titles/statuses.
Comment #3
jhr commented10-4
Comment #4
franzAs for this patch, I don't know much about ATOM, but I'm trusting in the development of the D6 issue and committing this.
Comment #5.0
(not verified) commentedUpdated issue summary.