Commit graph

1239 commits

Author SHA1 Message Date
Samuel Clay
3f42018f91 Fixing starred stories from not loading past the second page due to a missing flag reset. 2012-02-24 12:47:39 -08:00
Samuel Clay
3dd04f521f Fixing user-found bug around tooltips continuing to show if the original dom element (and the reference to the tooltip) are destroyed too early, leaving a tooltip floating in the air. 2012-02-24 12:08:11 -08:00
Samuel Clay
7203d69e42 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Update media/js/newsblur/reader.js
2012-02-24 10:30:56 -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
Laptop765
bf3bd8c49c Update media/js/newsblur/reader.js 2012-02-23 21:40:03 -08:00
Samuel Clay
2c7f20fd00 Not showing the world favicon until favicons are downloaded. 2012-02-23 14:08:44 -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
94bac0365a New preference: action to perform when opening a feed -- jump to either newest or oldest story automatically. 2012-02-17 18:36:33 -08:00
Samuel Clay
d83adabbc7 Style tweaks for Windows. 2012-02-10 17:14:20 -08:00
Samuel Clay
7fdf587103 Re-styling the crap out of all taskbar buttons. Much more streamlined now. 2012-02-09 14:25:21 -08:00
Samuel Clay
09e2e6114c Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  User feedback: hiding positive and negative unread counts in title if there are no unread stories outside of neutral.
2012-02-09 13:12:44 -08:00
Samuel Clay
28fcafa7a0 Tweaking the living crap out of the intelligence control's colors. Lightened. 2012-02-09 13:12:32 -08:00
Samuel Clay
84a7f76334 User feedback: hiding positive and negative unread counts in title if there are no unread stories outside of neutral. 2012-02-09 10:49:49 -08:00
Samuel Clay
b0f58c41ad Fixing up a minor detail in the new intelligence control. 2012-02-08 18:12:56 -08:00
Samuel Clay
9165795f26 Rewriting intelligence slider to be an intelligence control (segmented control). Should make a ton more intuitive sense. 2012-02-08 18:11:08 -08:00
Samuel Clay
afda20c3f9 Trying to fix IE troubles by forcing single requests per read story. 2012-02-08 16:22:21 -08:00
Samuel Clay
4ed0322252 Ignoring files. 2012-02-08 12:47:00 -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
d82fc00306 Fixing headers overflow in Chrome. 2012-02-01 22:06:39 -08:00
Samuel Clay
67d18d2e31 Cosing #44: Adding chosen.js library to add search to dropdowns. Used in Add Dialog. 2012-01-24 18:37:22 -08:00
Samuel Clay
de795ea377 Fixing the awful bug of jumping feed page loads. 2012-01-23 21:56:42 -08:00
Samuel Clay
24953df95d Fixing ghost unread counts on folder when last story in a feed is read. 2012-01-23 17:16:29 -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
f53251164a Handling errors on river in client. Also fixing starred stories. 2012-01-23 09:42:05 -08:00
Samuel Clay
cb6cc06c8b Checking scroll of Feed view in order to preload more pages. 2012-01-18 18:07:43 -08:00
Samuel Clay
e9084592cb Saving last used recipient email address as a cookie. 2012-01-16 09:47:54 -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
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
5ac3c39da0 Adding Chrome Notifier to Goodies page. 2012-01-13 10:55:15 -08:00
Samuel Clay
93e25520db Adding Tumblr to share menu. 2012-01-13 10:46:56 -08:00
Samuel Clay
365c5915b4 Merge branch 'master' of github.com:samuelclay/NewsBlur into jammit
* 'master' of github.com:samuelclay/NewsBlur:
  Adding 'a' keyboard shoftcut to open the add site dialog.
  Changing the hiding/showing of saved star in hopes tha tit fixes the persistent display bug.
  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
2012-01-11 22:01:27 -08:00
Samuel Clay
3821a71e3c Adding 'a' keyboard shoftcut to open the add site dialog. 2012-01-11 10:33:31 -08:00
Samuel Clay
5d615e9718 Changing the hiding/showing of saved star in hopes tha tit fixes the persistent display bug. 2012-01-11 09:51:56 -08:00
Samuel Clay
7ef994ce61 Shift+U switches between read and unread. Thanks to @MLACitation: https://twitter.com/mlacitation/status/155371014560288768 2012-01-09 20:06:38 -08:00
Samuel Clay
370d03472f Merge branch 'master' into jammit
* master:
  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.
  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-09 19:59:26 -08:00
Samuel Clay
aa96e288d2 Adding error handling for insta-fetching stories. 2012-01-08 14:15:22 -08:00
Samuel Clay
89fb35dd0a Adding new iphone mask image. 2012-01-05 08:35:35 -08:00
Samuel Clay
329e09d954 Merge branch 'master' into jammit
* master:
  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:
	media/js/jquery-1.6.1.js
	media/js/jquery-1.7.1.js
	node/node_modules/socket.io-client/support/test-runner/public/javascript/jquery.js
2012-01-05 08:35:17 -08:00
Samuel Clay
63d7cc1fa5 jQuery 1.6.1 -> 1.7.1. Fixes massive Chrome issues. 2012-01-04 16:40:22 -08:00
Samuel Clay
90a1848066 Adding shift+u as a shortcut for marking a story unread. 2012-01-04 14:09:40 -08:00
Samuel Clay
0dbe86605b Fixing public_root in assets.yml to be readbale by old yml. 2012-01-02 17:32:12 -08:00
Samuel Clay
90dadb8846 Moving images and theme assets around. 2012-01-02 17:10:23 -08:00
Samuel Clay
962b763bb6 Merge branch 'master' into jammit
* master: (30 commits)
  Boosting fillout pages.
  Small cleanup in ajax manager.
  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.
  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.
  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.
  ...

Conflicts:
	templates/base.html
2012-01-02 16:48:54 -08:00
Samuel Clay
c080b5c78a Boosting fillout pages. 2012-01-02 16:35:40 -08:00
Samuel Clay
e950f6f320 Small cleanup in ajax manager. 2012-01-02 16:33:13 -08:00
Samuel Clay
31ab870b6f Abort old requests and don't cache responses. Trying to fix IE read story bug. 2012-01-02 15:48:19 -08:00
Samuel Clay
ac679716b0 Force jquery to never cache. 2012-01-02 15:10:57 -08:00
Samuel Clay
3c595bb725 Checking for exceptions earlier in order to show fixed site. 2012-01-02 14:47:19 -08:00
Samuel Clay
234f148b41 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 12:41:37 -08:00