NewsBlur/apps/rss_feeds
Samuel Clay bf00d6a501 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  If feed no longer exists after update, find it, then schedule fetch.
  Don't skip unfetched feeds.
  Don't skip unfetched feeds.
2012-03-26 12:40:24 -07:00
..
fixtures Adding Mother Jones feeds for testing. 2012-03-08 16:02:10 -08:00
management Switching to redis to feed queuing. Also adding a weight for skipping feed fetches under high load. 2012-02-26 22:33:06 -08:00
migrations Adding new feeds db column 'known_good', for forcing updates of feeds that were once good but are now throwing 500s. 2012-02-01 17:59:46 -08:00
__init__.py Initial 2009-06-16 03:08:55 +00:00
admin.py Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts. 2010-08-21 23:49:36 -04:00
icon_importer.py Fixing image processing issue and updating to latest feedparser. 2011-08-27 13:27:21 -07:00
models.py Merge branch 'master' of github.com:samuelclay/NewsBlur 2012-03-26 12:40:24 -07:00
page_importer.py Upgrading requests's ConnectionError to a first-class error, marking page as bad url. 2012-03-03 10:12:51 -08:00
tasks.py Adding hints, revising indexes on user stories, and trying to quicken feed fetching meta work. 2012-03-26 12:40:13 -07:00
tests.py Refactoring refresh feed unread counts. Fixing tests. 2012-03-26 11:04:05 -07:00
urls.py Stubbing out entire feed settings modal. Needs duplicate feed list. Also needs backend splitting of subscriptions. 2011-11-12 18:19:57 -08:00
views.py Fixing major bug around stale data when updating feeds. 2012-03-21 16:05:52 -07:00