log

age author description
2012-02-26 dirk adjust logging if feed entry does not have a published date
2012-02-01 dirk method ordering
2012-01-27 dirk remove unimplemented test
2012-01-27 dirk implement a somewhat useful unit test for the Feed class
2012-01-27 dirk create the database if it doesn't exist and drop it after test
2012-01-24 dirk normalize the published date if the feed contains none
2012-01-24 dirk log the publish date of a feed entry that's stored in the database
2011-11-25 Dirk Olmes filter out warnings that we cannot handle
2011-10-07 dirk enable/disable using the proxy via a preference setting
2011-09-24 Dirk Olmes add a toolbar icon for marking selected entries as read
2011-09-21 dirk optimize marking feed entries as read: do not round trip to the database if the entry was already marked as read
2011-09-21 dirk remove obsolete methods
2011-09-21 dirk switch to the couchdb backend as default
2011-09-13 dirk the view returns feed entries for a feed sorted by update date now, no need to do sorting in-memory