log backend/AbstractFeedUpdater.py @ 259:304917762618 default tip

age author description
2015-06-09 Dirk Olmes Fix the docstrings
2015-06-09 Dirk Olmes re-activate the use of proxy
2015-06-08 Dirk Olmes remove debug printing of the response
2015-06-08 Dirk Olmes Disable the use of a proxy when updating feeds - https traffic does not seem to work currently over a proxy.
2014-09-25 Dirk Olmes fixes from eric's style check
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.