log backend/AbstractFeedUpdater.py @ 229:f0b5bdce1189

age author description
2014-04-27 Dirk Olmes unify imports, especially Qt imports. Use consistent super syntax
2014-04-27 Dirk Olmes add source file endcoding header
2012-11-28 dirk use correct TODO tags so they show up in the tasks view in Eclipse
2012-06-02 dirk when updating feeds, only ever create new Feed objects for entries that are younger than the current expire date. This ensures that we do not see old, read, expired entries again
2012-01-24 dirk normalize the published date if the feed contains none
2011-09-13 dirk handle a missing updated_parsed attribute in a feed entry gracefully
2011-09-05 dirk adjust the sqlalchemy backend to the changes in AbstractFeedUpdater
2011-09-03 dirk feedparser uses the proxy now if one is configured. To implement this the FeedUpdater had to change a bit - sqlalchemy backend is not yet refactored.
2011-08-29 dirk Do not fetch and parse the feed twice when creating a new one. Pass the parsed info into the update method instead to reuse.
2011-08-24 Dirk Olmes updating feeds on the couchdb backend works now
2011-08-24 Dirk Olmes pull out common code for updating a feed into an abstract class, have the sqlalchemy backend use that class.