log backend/couchdb/FeedEntry.py @ 210:e2c70c92da02

age author description
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-13 dirk the view returns feed entries for a feed sorted by update date now, no need to do sorting in-memory
2011-09-11 dirk clean up
2011-09-10 dirk sort the feed entries
2011-09-09 dirk implement expiring read feed entries
2011-09-09 dirk use the new ListDateTimeField in FeedEntries to store their creation date
2011-09-09 dirk introdue an abstraction for the name of the database so it can be changed via commandline parameter
2011-08-29 dirk re-enable finding a FeedEntry by its link
2011-08-27 Dirk Olmes move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible
2011-08-25 Dirk Olmes use couchdb's mapping API instead of manually coding around Rows - much leaner code :-)
2011-08-24 Dirk Olmes updating feeds on the couchdb backend works now