* 'master' of github.com:samuelclay/NewsBlur:
Healthy gradient refactor. Also, gradients now have colored borders, for that extra attentive look.
New function for giving a 404 instead of a 500 on required parameters.
Fixing a range of server issues -- sendign story emails, failing silently on SES outages, and giving a 404 instead of a 500 on bad params.
* 'master' of github.com:samuelclay/NewsBlur:
Fucking up the feed detail view by adding a river gradient that doesn't work yet. But I need to switch from laptop to desktop.
Adding gradient view to all story views. Abstracting out gradient layer into a gradient uiview.
Way better error handling and display in iphone app. Fixing a number of river bugs: updating unread counts, base url'ing stories in river, abstracting out a base class, showing correct title in feed detail view when in river. Still need to update feed list on return.
Adding disclosure indicator to folders in iphone app.
* 'master' of github.com:samuelclay/NewsBlur:
Adding vendorized seacucumber, for when I hate amazon ses.
Hamburgers are getting a workover so they load instantly.
* 'master' of github.com:samuelclay/NewsBlur:
Adding luminosity detection for the iphone river. Also fixing marking stories as read and tagging a river request.
Displaying correct header for River on iPhone.
Adding favicon_fade for gradient river of news in iphone app.
Fixing issue around missing favicon colors. Also correctly showing river pages and counting read stories for optimization.
Gradients on River of News in iphone app.
* 'master' of github.com:samuelclay/NewsBlur:
Making network request for River of News in iPhone app.
Adding River of News views to iPhone App. Still needs network calls, headers, and touch events for section headers.
* 'master' of github.com:samuelclay/NewsBlur:
Wrong logging error.
Temporary fix for broken river of news.
Fixing broken starred stories (with no classifiers).
* 'master' of github.com:samuelclay/NewsBlur:
New screenshots for iPhone app v1.1.
Commifying front-page stats.
Fixing issue around disappearing session_key on reader import. Using cookie first, then falling back to session_key.
Fixing major bug around classifiers in the river of news. Forced to add a new flag to handle existing connections so they don't get data that will mess them up. New visitors will get new behavior. Eventually all users will be on new behavior and I can remove the new flag.