Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code (general)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2007 at 11:39 UTC
Updated:
9 May 2009 at 04:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
alex_b commentedExactly. This one was missing. This patch should implement per content type presets for general feedapi settings. It feeds feedapi specific settings through the settings handler of feedapi.module. I. e. : feedapi.module implements its own hook_feedapi_settings_form() hook.
Comment #2
alex_b commentedAron tested this patch - thank you aron. Committed: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/feedapi/fee...
Comment #3
alex_b commentedI reopen this issue. There are 2 places, where "delete items after..." and "update existing items" are being stored: the settings field on one hand and the items_delete and update_existing field on the other hand.
We should consolidate this:
# We should only keep settings as a db field, if we want to select fields by its value.
So, we won't select feeds by update_existing - but how about items_delete? Do we need to select feeds by items_delete value?
Alex
Comment #4
alex_b commentedBTW, part of the reason why "update_existing" and "items_delete" are not working properly at the moment is because they are not being stored on 'insert' - compare 'insert' and 'update' in feedapi_nodeapi().
Comment #5
alex_b commentedClosing after 18 months of inactivity.