Bugs: Browse | Submit New | Admin

[#19582] Check for redistribution is in the wrong place

Date:
2008-04-16 11:46
Priority:
3
Submitted By:
Ian Dickinson (ijdickinson)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Check for redistribution is in the wrong place

Detailed description
Each FeedTools::FeedItem checks to see if the feed can be redistributed (lines 2039-2051). This check only needs to
be made once per feed, not once per item, so it should be a method in FeedTools:Feed. Moreover, it should be possible
to switch it off in cases where the feed is known a priori to be redistributable. In my case, I am programatically generating
a feed of changes to an internal data source, so the redistribution check is expensively redundant.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item