log backend/couchdb/CouchDbBackend.py @ 202:95445513cc34

age author description
Wed, 01 Feb 2012 01:26:09 +0100 dirk method ordering
Wed, 21 Sep 2011 13:21:17 +0200 dirk remove obsolete methods
Wed, 14 Sep 2011 00:17:55 +0200 dirk the view returns feed entries for a feed sorted by update date now, no need to do sorting in-memory
Sun, 11 Sep 2011 06:51:14 +0200 dirk clean up
Sat, 10 Sep 2011 09:15:25 +0200 dirk hide read feed entries if configured
Sat, 10 Sep 2011 09:05:14 +0200 dirk sort the feed entries
Sat, 10 Sep 2011 04:43:40 +0200 dirk allow setting the URL to the database via command line
Fri, 09 Sep 2011 18:19:01 +0200 dirk clean code
Fri, 09 Sep 2011 18:17:57 +0200 dirk implement getting a list of feeds that have unread entries
Fri, 09 Sep 2011 17:21:34 +0200 dirk implement expiring read feed entries
Fri, 09 Sep 2011 14:52:54 +0200 dirk introdue an abstraction for the name of the database so it can be changed via commandline parameter
Sat, 03 Sep 2011 04:12:35 +0200 dirk feedparser uses the proxy now if one is configured. To implement this the FeedUpdater had to change a bit - sqlalchemy backend is not yet refactored.
Mon, 29 Aug 2011 03:32:39 +0200 dirk delete a feed via the GUI works now
Mon, 29 Aug 2011 03:11:47 +0200 dirk setting a feed's properties via the GUI works now