Mercurial > hg > Feedworm
log FeedUpdater.py @ 45:0604e374c1d6
age | author | description |
---|---|---|
Fri, 14 May 2010 15:24:51 +0200 | Dirk Olmes | pass session when creating a new feed |
Wed, 05 May 2010 03:07:59 +0200 | Dirk Olmes | Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due. |
Thu, 29 Apr 2010 07:04:42 +0200 | Dirk Olmes | better logging when updating feeds, handle entries that have no id |
Thu, 29 Apr 2010 06:47:47 +0200 | Dirk Olmes | implemented adding a feed |
Tue, 27 Apr 2010 20:18:22 +0200 | Dirk Olmes | use the logging framework for printing messages |
Tue, 27 Apr 2010 20:08:21 +0200 | Dirk Olmes | catch the FeedUpdateException that might be raised when updating a feed, print it and continue with next feed |
Tue, 27 Apr 2010 10:22:35 +0200 | Dirk Olmes | FeedUpdater throws an exception if the URL could not be retrieved successfully. Includes unit tests. |
Tue, 27 Apr 2010 02:38:21 +0200 | Dirk Olmes | Feed.url -> Feed.rss_url |