Commit graph

1196 commits

Author SHA1 Message Date
Samuel Clay
d57c26e98e Adding debug message about counting errors. 2012-02-24 16:15:49 -08:00
Samuel Clay
80a666ff53 Inverting the count for fetched feeds. 2012-02-24 15:07:34 -08:00
Samuel Clay
96f6a3d2c7 Fixing numerous feed fetching errors. 2012-02-24 14:39:23 -08:00
Samuel Clay
1ffefaa419 Geometrically delaying the fetching of bad feeds, while they're still somewhat fresh. 2012-02-24 11:47:38 -08:00
Samuel Clay
48b69c5e57 Fixing error codes on statistics. Also fixing simple error on invalid feed. 2012-02-24 10:30:39 -08:00
Samuel Clay
24c31662a4 Catching errors in page links with ill-formed urls. 2012-02-23 15:18:59 -08:00
Samuel Clay
f3e2876ea2 Fixing feed exception dialog to actually reload feeds on the page. 2012-02-23 14:03:11 -08:00
Samuel Clay
6c7034343b Geometrically decaying feed fetches on known good feeds that have gone bad. 2012-02-23 13:20:10 -08:00
Samuel Clay
742403e51d Fixing issue around empty original pages. 2012-02-22 10:17:13 -08:00
Samuel Clay
9236ecc6f6 Correcting typo in dupe feed resolution. 2012-02-09 07:50:40 -08:00
Samuel Clay
50e80c7241 Handling duplicate feed saving much more gracefully by finding the correct dupe. 2012-02-03 13:02:26 -08:00
Samuel Clay
dc986a0a3e Preserving feed fetch error histories for 2 weeks. 2012-02-02 07:46:04 -08:00
Samuel Clay
e5f7cf7517 Turning down verbosity on feed tasking. 2012-02-01 22:42:48 -08:00
Samuel Clay
c9cb7dcbc0 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
Samuel Clay
b6826cc790 Handling negative feature page bug. Also showing server errors on bad emails. 2012-01-23 10:16:50 -08:00
Samuel Clay
2e88b3d676 Fixing missing username in dupe USF. 2012-01-23 09:43:57 -08:00
Samuel Clay
f53251164a Handling errors on river in client. Also fixing starred stories. 2012-01-23 09:42:05 -08:00
Samuel Clay
ab8b106057 Suppressing error on starring an already starred story. 2012-01-23 09:31:00 -08:00
Samuel Clay
5e3ce30c0b Fixing #42: a long-time bug of drag-and-drop not respecting order. 2012-01-14 18:54:59 -08:00
Samuel Clay
1b267a1cbc Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Ordering unmoderated recommended feeds by date.
2012-01-13 21:44:05 -08:00
Samuel Clay
ea0bff0297 Fixing default state while waiting for statistics data to come in. 2012-01-13 18:00:33 -08:00
Samuel Clay
edb76d8c83 Adding feed update interval for non-premium users in Statistics. 2012-01-13 17:54:17 -08:00
Samuel Clay
c23fb22cb0 Ordering unmoderated recommended feeds by date. 2012-01-12 20:01:07 -08:00
Samuel Clay
b17252d241 Fixing broken opml export due to missing feed icons. 2012-01-10 10:22:12 -08:00
Samuel Clay
642323fd07 Fixing slight bug in how active premiums were applied to feed update times. 2012-01-09 21:24:47 -08:00
Samuel Clay
ad007c7e61 Adding active_premium count. Setting a minimum of 1 hour fetches for feeds with any active premiums. 2012-01-09 19:08:22 -08:00
Samuel Clay
6a5ba5a2b7 Allowing username refinement in fetching starred stories. 2012-01-08 21:19:41 -08:00
Samuel Clay
e01fabe52c Adding management command to fetch starred stories on command. 2012-01-08 20:47:01 -08:00
Samuel Clay
aa96e288d2 Adding error handling for insta-fetching stories. 2012-01-08 14:15:22 -08:00
Samuel Clay
3334383a04 Turning off the page fetcher requests vs. urllib2 discrepency checker. I bet I've caught them all by now. 2012-01-05 21:57:18 -08:00
Samuel Clay
288d6c8e49 The @kennethreitz commit: logging all discrepencies between requests and urllib2. This should take a few hours. 2012-01-05 20:59:48 -08:00
Samuel Clay
4389374033 Moving to proper unicode string for feed fetching. 2012-01-04 21:49:55 -08:00
Samuel Clay
b0aa1764b4 Colorizing feed fetching. 2012-01-04 18:30:43 -08:00
Samuel Clay
7dfab76b47 Adding two error classes to requests exception handling. 2012-01-04 18:24:12 -08:00
Samuel Clay
7aeb1fdab8 Adding two error classes to requests exception handling. 2012-01-04 18:14:28 -08:00
Samuel Clay
6606c2d015 Adding two error classes to requests exception handling. 2012-01-04 18:09:15 -08:00
Samuel Clay
10ef120e34 Merge branch 'master' into requests
* master:
  Abort old requests and don't cache responses. Trying to fix IE read story bug.
  Force jquery to never cache.
  Checking for exceptions earlier in order to show fixed site.
  Changing user agent to hopefully override overly-sniffy websites.
  Fixing inaccurate substitution on feed urls. Ugh, can't believe this was here this long.
  Adding the setting of a feed's view settings to Site Settings dialog. This should've been in there a loooong time ago.
2012-01-02 16:00:09 -08:00
Samuel Clay
055500cbf1 Fixing inaccurate substitution on feed urls. Ugh, can't believe this was here this long. 2012-01-02 14:14:53 -08:00
Samuel Clay
d3d241d77e Merge branch 'master' into requests
* master:
  Fixing feed loads only once for those with skipping stories.
  Adding handler to to_json calls on all serialized models.
  Fixing two major bugs: auto filling stories now works far better nad doesn't lock you in. Also fixing the infernal unicode json parsing bug that's been effecting a bunch of sites.
  Adding WP7 as user agent.
  Adding necessary import when not running from the REPL.
2011-12-27 21:39:19 -08:00
Samuel Clay
bd87f3484b Adding handler to to_json calls on all serialized models. 2011-12-25 12:45:07 -08:00
Samuel Clay
6e1ebce64a Fixing two major bugs: auto filling stories now works far better nad doesn't lock you in. Also fixing the infernal unicode json parsing bug that's been effecting a bunch of sites. 2011-12-24 14:45:19 -08:00
Samuel Clay
716b34c5ac Adding more advanced exception handling for new requests module, with fallback to urllib2. 2011-12-21 17:11:33 -08:00
Samuel Clay
259bbca9d9 Adding urllib fallback to requests in page fetching. 2011-12-21 09:11:39 -08:00
Samuel Clay
6637c05adf Adding a little bit more leeway in page importer by falling back to urllib2 when requests fail. 2011-12-20 22:30:55 -08:00
Samuel Clay
0418538381 Adding slight bit of color to feed fetcher. 2011-12-20 22:02:52 -08:00
Samuel Clay
b5efad9142 Merge branch 'master' into requests
* master: (66 commits)
  Too many stories? Don't animate transitions when switching intelligence levels.
  Fixing typo in iphone app that preventing mark folder as read when the visible stories option was showing.
  Updating the mongo db copy util to also look for updated stories.
  Globals.is_staff on user, not profile. Make the stats referesh every minute instead of every 10 minutes for staff.
  Fixing offsets in river of news.
  Adding ciphering to usernames in log, so I can finally take screenshots of the most colorful logs of all time.
  Adding my very special mongo serialization backup utility to get around the damn unrepairable mongo database. This is taking 14 hours to run.
  Auto-refreshing feedback (1 min for staff, 10 min for everybody).
  Fixing exception around multiple feeds during Google Reader import process. Also switching rate limit to status code 429.
  Adding Nokia MeeGo client to user agents.
  Only show raw feeds in feed autocomplete.
  Handling iphone version for new users on ios app.
  FIXING THE WORST BUG OF MY LIFE -- finally figured out what was causing the story-shows-as-unread bug. Also fixed enclosures on certain types of feeds.
  Fixing menu manage open position to compensate for additional menu items.
  Reducing the amount of work done by feed fetching when there are no new stories.
  Fixing emergency bug around trimming feeds where the cursor is changing. Dammit mongo.
  Simplifying ufw ports in fabfile. Adding env.user.
  Launching the iPhone app on the front-page. Big deal.
  Minor cleanup of river stories view.
  Cleaning up mongoengine imports and settings for default MongoDB.
  ...

Conflicts:
	local_settings.py.template
2011-12-20 21:47:55 -08:00
Samuel Clay
d7dc4cfb1b Fixing offsets in river of news. 2011-12-18 23:49:22 -08:00
Samuel Clay
2a3226259a Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding my very special mongo serialization backup utility to get around the damn unrepairable mongo database. This is taking 14 hours to run.
  Auto-refreshing feedback (1 min for staff, 10 min for everybody).
  Adding Nokia MeeGo client to user agents.
  Only show raw feeds in feed autocomplete.
2011-12-18 21:25:04 -08:00
Samuel Clay
1d4038a484 Auto-refreshing feedback (1 min for staff, 10 min for everybody). 2011-12-18 18:03:40 -08:00
Samuel Clay
a47d1211c0 Fixing exception around multiple feeds during Google Reader import process. Also switching rate limit to status code 429. 2011-12-18 11:21:20 -08:00