log backend/sqlalchemy/SqlAlchemyBackend.py @ 162:ab2b26412b77

age author description
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-27 Dirk Olmes reorder methods
2011-08-27 Dirk Olmes move management of the selected feed entry into the backend - sqlachemy backend works, couchdb backend currently broken
2011-08-27 Dirk Olmes move the selected feed into the backend - sqlalchemy backend works, couchdb backend currently broken
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-25 Dirk Olmes move the code from FeedList into the backend class
2011-08-22 Dirk Olmes move updating the feeds to the backend backend
2011-08-22 Dirk Olmes mark feed entries as read in the backend backend
2011-08-22 Dirk Olmes deleting a feed is now done via the backend backend
2011-08-22 Dirk Olmes editing a feed's properties is implemented through the backend now backend
2011-08-22 Dirk Olmes restructured adding a feed so that only the URL is passed into the backend - the rest of the operation is backend-internal backend
2011-08-21 Dirk Olmes move more operations to the backend backend
2011-08-21 Dirk Olmes re-enabled AddFeed - does not work yet backend
2011-08-21 Dirk Olmes move all sqlalchemy related classes to the respective sub-package. use a backend to abstract from access to the data backend