Mercurial > hg > Feedworm
log
age | author | description |
---|---|---|
Fri, 01 Jun 2012 17:29:43 +0200 | Dirk Olmes | display the feed's URL on the feed settings dialog |
Wed, 25 Jul 2012 01:49:28 +0200 | dirk | implement zooming the web view |
Sat, 02 Jun 2012 04:30:04 +0200 | dirk | when updating feeds, only ever create new Feed objects for entries that are younger than the current expire date. This ensures that we do not see old, read, expired entries again |
Sat, 02 Jun 2012 04:24:49 +0200 | dirk | make the name of the design document configurable via command line switch. When cloning the feedworm db, the design document is no longer the same as the database name |
Tue, 03 Apr 2012 05:35:13 +0200 | dirk | Due to a bug in CouchDB it's possible that a view still references deleted documents. Detect this case and don't add NoneType objects into the list of feeds. |
Tue, 03 Apr 2012 04:54:06 +0200 | dirk | remove obsolete couchdb snippets - this feature is implemented |
Sun, 26 Feb 2012 10:37:41 +0100 | dirk | adjust logging if feed entry does not have a published date |