Mercurial > hg > Feedworm
log backend/couchdb/FeedEntry.py @ 190:b7d41325386b
age | author | description |
---|---|---|
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 |