Mercurial > hg > Feedworm
log backend/sqlalchemy/FeedUpdater.py @ 208:a2552f1e450e
age | author | description |
---|---|---|
2011-09-05 | dirk | move methods around so the SqlAlchemyBackend only needs to import the class |
2011-09-05 | dirk | adjust the sqlalchemy backend to the changes in AbstractFeedUpdater |
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 | remove the normalize method, it was pulled up to the parent class |
2011-08-24 | Dirk Olmes | remove unused constant |
2011-08-24 | Dirk Olmes | pull out common code for updating a feed into an abstract class, have the sqlalchemy backend use that class. |
2011-08-22 | Dirk Olmes | restructured adding a feed so that only the URL is passed into the backend - the rest of the operation is backend-internal backend |