Tue, 09 Jun 2015 02:30:55 +0200 |
Dirk Olmes |
Fix the docstrings
|
Tue, 09 Jun 2015 02:19:00 +0200 |
Dirk Olmes |
re-activate the use of proxy
|
Mon, 08 Jun 2015 19:27:35 +0200 |
Dirk Olmes |
remove debug printing of the response
|
Mon, 08 Jun 2015 19:20:46 +0200 |
Dirk Olmes |
Disable the use of a proxy when updating feeds - https traffic does not seem to work currently over a proxy.
|
Thu, 25 Sep 2014 17:26:34 +0200 |
Dirk Olmes |
fixes from eric's style check
|
Sun, 27 Apr 2014 06:04:57 +0200 |
Dirk Olmes |
unify imports, especially Qt imports. Use consistent super syntax
|
Sun, 27 Apr 2014 05:33:34 +0200 |
Dirk Olmes |
add source file endcoding header
|
Wed, 28 Nov 2012 01:53:29 +0100 |
dirk |
use correct TODO tags so they show up in the tasks view in Eclipse
|
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
|
Tue, 24 Jan 2012 10:08:45 +0100 |
dirk |
normalize the published date if the feed contains none
|
Tue, 13 Sep 2011 17:52:36 +0200 |
dirk |
handle a missing updated_parsed attribute in a feed entry gracefully
|
Mon, 05 Sep 2011 19:39:08 +0200 |
dirk |
adjust the sqlalchemy backend to the changes in AbstractFeedUpdater
|
Sat, 03 Sep 2011 04:12:35 +0200 |
dirk |
feedparser uses the proxy now if one is configured. To implement this the FeedUpdater had to change a bit - sqlalchemy backend is not yet refactored.
|
Mon, 29 Aug 2011 03:07:50 +0200 |
dirk |
Do not fetch and parse the feed twice when creating a new one. Pass the parsed info into the update method instead to reuse.
|