Commit graph

857 commits

Author SHA1 Message Date
Samuel Clay
d8f4005d3c Merge branch 'master' into social
* master:
  Adding 'a' keyboard shoftcut to open the add site dialog.
2012-01-11 18:34:05 -08:00
Samuel Clay
45fb3417c7 Merge branch 'master' into social
* master:
  Changing the hiding/showing of saved star in hopes tha tit fixes the persistent display bug.

Conflicts:
	media/js/newsblur/reader/reader.js
2012-01-11 09:56:00 -08:00
Samuel Clay
d8a4e7f850 Showing correct comments from friends. Now need to load public comments w/ ajax. 2012-01-11 09:35:52 -08:00
Samuel Clay
febee37b27 Merge branch 'master' into social
* master:
  Fixing broken opml export due to missing feed icons.
  Fixing slight bug in how active premiums were applied to feed update times.
  Shift+U switches between read and unread. Thanks to @MLACitation: https://twitter.com/mlacitation/status/155371014560288768
  Adding active_premium count. Setting a minimum of 1 hour fetches for feeds with any active premiums.
  Allowing username refinement in fetching starred stories.
  Increasing timeout on gunicorn to 2 min.
  Adding management command to fetch starred stories on command.
2012-01-10 18:15:09 -08:00
Samuel Clay
3a63cd69bf Merge branch 'master' into social
* master:
  Adding error handling for insta-fetching stories.
  Turning off the page fetcher requests vs. urllib2 discrepency checker. I bet I've caught them all by now.
  The @kennethreitz commit: logging all discrepencies between requests and urllib2. This should take a few hours.
2012-01-08 14:15:36 -08:00
Samuel Clay
8f4dd6566c Merge branch 'jammit' into social
* jammit:
  Adding new iphone mask image.
  Moving to proper unicode string for feed fetching.
  Colorizing feed fetching.
  Colorizing feed fetching.
  Adding two error classes to requests exception handling.
  Adding two error classes to requests exception handling.
  Adding two error classes to requests exception handling.
  jQuery 1.6.1 -> 1.7.1. Fixes massive Chrome issues.
  Adding shift+u as a shortcut for marking a story unread.
  Adding more advanced exception handling for new requests module, with fallback to urllib2.
  Adding urllib fallback to requests in page fetching.
  Adding a little bit more leeway in page importer by falling back to urllib2 when requests fail.
  Adding slight bit of color to feed fetcher.
  Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""

Conflicts:
	assets.yml
	local_settings.py.template
	media/js/jquery-1.7.1.js
	media/js/jquery-1.7.js
	media/js/vendor/jquery-1.7.js
2012-01-05 08:38:08 -08:00
Samuel Clay
9ea6ee9086 Rearranging javascript. Also backbonizing user models for follower and following collections. 2012-01-04 09:42:35 -08:00
Renamed from media/js/newsblur/reader.js (Browse further)