log

age author description
2012-06-02 dirk make the name of the design document configurable via command line switch. When cloning the feedworm db, the design document is no longer the same as the database name
2012-04-03 dirk Due to a bug in CouchDB it's possible that a view still references deleted documents. Detect this case and don't add NoneType objects into the list of feeds.
2012-04-03 dirk remove obsolete couchdb snippets - this feature is implemented
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
2011-09-13 dirk emit the feedEntries sorted by feed and by update date so they come out sorted
2011-09-13 dirk handle a missing updated_parsed attribute in a feed entry gracefully
2011-09-13 Dirk Olmes when replicating, also compact the database
2011-09-12 dirk when replicating pull from remote first
2011-09-11 dirk fix abug in the view
2011-09-11 dirk clean up
2011-09-10 dirk hide read feed entries if configured