From: Kevin <ke...@dr...> - 2005-12-02 17:53:51
|
> I had this happen with FoF, but haven't checked FoFr. I had thought it > was due to the original feed perhaps accidentally posting it twice. > I'm also not sure how magpie determines if a post gets a new postdate > (for example, the author edits the post), how it knows it's not a new > article, but an update. Should it delete the old one, keep it, update > it? And what about any tags, read/unread, etc? The way the current code reads. Before an item is inserted into the database, it looks for an existing entry for the link. If it was not found, then it is inserted. The problem is, I am seeing 2 item rows with identical link values. This should not happen. I did some more refactoring of fof_update_feed in hopes to fix this. I'll let run for a day or two before comitting. > Since Benjy is still working on keyboard stuff, do we want to freeze > where we are and begin testing/bug fixing? > > Andy > > On 12/1/05, Kevin <ke...@dr...> wrote: >> >> I'm seeing a problem where sometimes a duplicate item is added to the >> database. The value for link is idential for both entries in fr_items= . >> I >> commited a changed that I thought might fix it but I had another >> occurance >> yesterday. Has anyone else seen this? I also had it happen with FoF, >> so >> It's not new bug, but it is annoying and I would like to try and final= ly >> fix it. >> >> >> -- >> Kevin >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through log >> files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK= ! >> http://ads.osdn.com/?ad_idv37&alloc_id=16865&opclick >> _______________________________________________ >> Fofredux-devel mailing list >> Fof...@li... >> https://lists.sourceforge.net/lists/listinfo/fofredux-devel >> > > > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > > Photos - http://flickr.com/photos/ajturner > Travel - http://highearthorbit.com/projects/location/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dclick > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > --=20 Kevin |