Mercurial > hg > Feedworm
log FeedUpdater.py @ 66:97c4e94f99cf
age | author | description |
---|---|---|
Thu, 29 Jul 2010 21:37:46 +0200 | dirk | log when creating a new FeedEntry |
Wed, 28 Jul 2010 20:30:34 +0200 | dirk | FeedEntry provides a static method for creating new entries: better modularization and support for working with the class in interactive mode. FeedUpdater's normalize method is a module function now, again for ease of use in interactive scenarios |
Fri, 23 Jul 2010 17:24:32 +0200 | Dirk Olmes | Adding a feed now logs the exception if one occurred during retrieval. More normalization of feed entries before creating new FeedEntry objects. |
Mon, 17 May 2010 04:30:55 +0200 | Dirk Olmes | better error handling while adding feeds: data is only saved if a feed could be created and entries could be retrieved. MainWindow displays feedback in the status bar if an exception occurred while adding a feed. |