Mercurial > hg > Feedworm
log
age | author | description |
---|---|---|
Fri, 09 Sep 2011 17:19:16 +0200 | dirk | pull the calculation of the epxire date up into AbstractBackend |
Fri, 09 Sep 2011 17:17:39 +0200 | dirk | always return an int value for daysToKeepFeedEntries |
Fri, 09 Sep 2011 16:34:02 +0200 | dirk | use the new ListDateTimeField in FeedEntries to store their creation date |
Fri, 09 Sep 2011 16:22:44 +0200 | dirk | implement a couchdb mapping field that stores a datetime instance as a JSON array |
Fri, 09 Sep 2011 14:52:54 +0200 | dirk | introdue an abstraction for the name of the database so it can be changed via commandline parameter |
Mon, 05 Sep 2011 19:43:34 +0200 | dirk | move methods around so the SqlAlchemyBackend only needs to import the class |
Mon, 05 Sep 2011 19:39:08 +0200 | dirk | adjust the sqlalchemy backend to the changes in AbstractFeedUpdater |