log backend/couchdb/CouchDbBackend.py @ 168:f4708d38419c

age author description
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