Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2007 at 17:11 UTC
Updated:
19 Dec 2007 at 11:42 UTC
I think that's because of this that nodes are being recreated...
Comments
Comment #1
aron novakPlease notice that FeedAPI has such an option:
" Update existing feed items
If checked, existing feed items will be updated when feed is refreshed."
If you do not like that "created" is different from "changed", just make sure that this option is turned OFF for your feeds.
I think it's a sane behaviour if the feed is altered by a module (FeedAPI), node module knows about it.
Comment #2
xpete commented"Update existing feed items"
It's OFF.
The feed as not been refreshed.
Comment #3
alex_b commentedWhen feedapi creates a node, it stores the creation date of the feed item into the node created field. It stores the time when it downloaded the feed item into the feedapi arrived field. After the first insert, the update field is (approximately) the time when the feed item was downloaded.
So when you look at a node, created and updated dates are usually different.
Is there a problem with this behaviour?
Comment #4
xpete commentedI think it's fixed