Closed (fixed)
Project:
Views Atom
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2010 at 17:06 UTC
Updated:
21 Mar 2011 at 00:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
guillaumev commentedI'm attaching another patch which adds a check to see if the item has not already been downloaded and if the GUID does not already exist in the database, in which case it returns the GUID of the downloaded node...
Comment #2
hefox commentedSeems good, will review and test it out.
Can anyone think of a suitation where that second check would not be desirable?
If so, should it be configurable?
Comment #3
hefox commentedHm, this is what was commited http://drupal.org/cvs?commit=472304
Due to the previous question , decided to make using feeds an optional setting for the style.
Comment #5
guillaumev commentedHi,
Thanks for the fix but there is a small typo (I'm too lazy to make a patch for this). In views_atom.module, function views_atom_guid, you have 'use_existing_from_feeds' (note the s at the end), while in the rest of the module, you use 'use_existring_from_feed' (without an s at the end).
You just need to remove the s at the end of 'use_existing_from_feeds' in views_atom.module and it will work.
Comment #6
hefox commentedooooppppssssss