log backend/sqlalchemy/SqlAlchemyBackend.py @ 208:a2552f1e450e

age author description
2011-09-21 dirk remove obsolete methods
2011-09-09 dirk pull the calculation of the epxire date up into AbstractBackend
2011-09-05 dirk move methods around so the SqlAlchemyBackend only needs to import the class
2011-09-05 dirk adjust the sqlalchemy backend to the changes in AbstractFeedUpdater
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