log

age author description
Tue, 10 Aug 2010 03:32:29 +0200 Dirk Olmes Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.
Mon, 02 Aug 2010 02:43:41 +0200 Dirk Olmes maintain a better TODO list
Thu, 29 Jul 2010 21:37:46 +0200 dirk log when creating a new FeedEntry
Thu, 29 Jul 2010 21:05:41 +0200 dirk add a runner script for Xanthippe
Thu, 29 Jul 2010 20:58:16 +0200 dirk feedupdate-main updates all feeds per default
Wed, 28 Jul 2010 21:14:34 +0200 dirk helper class to create Feed objects from an OPML feed
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
Sat, 24 Jul 2010 03:11:06 +0200 Dirk Olmes add a preference to hide read feed entries
Fri, 23 Jul 2010 17:41:05 +0200 Dirk Olmes When clicking an entry, it's marked as read
Fri, 23 Jul 2010 17:29:22 +0200 Dirk Olmes Marking all articles in a feed as read doesn't toggle any more ... it marks all articles as read.
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.
Fri, 23 Jul 2010 04:39:08 +0200 Dirk Olmes make sqlalchemy logging configurable through the --databaseLogging commandline parameter