log backend/couchdb/CouchDbBackend.py @ 203:173fd7b9198f

age author description
2012-02-01 dirk method ordering
2011-09-21 dirk remove obsolete methods
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 hide read feed entries if configured
2011-09-10 dirk sort the feed entries
2011-09-10 dirk allow setting the URL to the database via command line
2011-09-09 dirk clean code
2011-09-09 dirk implement getting a list of feeds that have unread entries
2011-09-09 dirk implement expiring read feed entries
2011-09-09 dirk introdue an abstraction for the name of the database so it can be changed via commandline parameter
2011-09-03 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.
2011-08-29 dirk delete a feed via the GUI works now
2011-08-29 dirk setting a feed's properties via the GUI works now
2011-08-29 dirk Creating a feed via the GUI works now.
2011-08-29 dirk all preferences are stored in a single JSON document in the couchdb backend. PreferencesDialog converts QString to a proper Python datatybe before sending it to the backend.
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-26 Dirk Olmes displaying entries for a feed works now with the couchdb backend
2011-08-25 Dirk Olmes move getting the entries for a feed to the backend so that the couchdb backend can use a custom view for feed entries
2011-08-24 Dirk Olmes updating feeds on the couchdb backend works now
2011-08-23 Dirk Olmes add the required methods for determining if a feed needs to be updated
2011-08-23 Dirk Olmes implement proxyHost/proxyPort in Preferences
2011-08-22 Dirk Olmes new backend for using CouchDB as persistence mechanism ... currently all methods are unimplemented