log

age author description
2012-01-24 dirk log the publish date of a feed entry that's stored in the database
2011-11-25 Dirk Olmes filter out warnings that we cannot handle
2011-10-07 dirk enable/disable using the proxy via a preference setting
2011-09-24 Dirk Olmes add a toolbar icon for marking selected entries as read
2011-09-21 dirk optimize marking feed entries as read: do not round trip to the database if the entry was already marked as read
2011-09-21 dirk remove obsolete methods
2011-09-21 dirk switch to the couchdb backend as default
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-13 dirk emit the feedEntries sorted by feed and by update date so they come out sorted
2011-09-13 dirk handle a missing updated_parsed attribute in a feed entry gracefully
2011-09-13 Dirk Olmes when replicating, also compact the database
2011-09-12 dirk when replicating pull from remote first
2011-09-11 dirk fix abug in the view
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-10 Dirk Olmes add script to trigger couchdb replication
2011-09-10 dirk default DB name is feedworm, fix setting the dbname via commandline parameter
2011-09-10 Dirk Olmes make setup.sh work with non-local coucdhb URLs
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 pull the calculation of the epxire date up into AbstractBackend
2011-09-09 dirk always return an int value for daysToKeepFeedEntries
2011-09-09 dirk use the new ListDateTimeField in FeedEntries to store their creation date
2011-09-09 dirk implement a couchdb mapping field that stores a datetime instance as a JSON array
2011-09-09 dirk introdue an abstraction for the name of the database so it can be changed via commandline parameter
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