Commit graph

326 commits

Author SHA1 Message Date
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
7fdf587103 Re-styling the crap out of all taskbar buttons. Much more streamlined now. 2012-02-09 14:25:21 -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
967b13f39f Adding blogging OT press story. 2012-01-27 15:31:40 -08:00
Samuel Clay
61fa4acd6d Fixing paypal return. 2012-01-13 21:43:47 -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
ced49a4916 Globals.is_staff on user, not profile. Make the stats referesh every minute instead of every 10 minutes for staff. 2011-12-19 09:24:40 -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
a493d9f240 Merge branch 'master' into jammit
* master: (45 commits)
  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.
  Killing off the old slave_db pattern.
  Moving from slave_db to ReplicaSetConnection in pymongo 2.1.
  Adding title and subtitle. (Big thanks to @ericflo for the inspiration.)
  Adding title and subtitle. (Big thanks to @ericflo for the inspiration.)
  Fitting the iphone web page on smaller screens.
  The @jashkenas treatment -- cleaning up the iphone app page.
  Adding rotation to iphone website.
  Using the correct story permalink (if it is not correctly in the link key of the feed).
  Finishign up interaction of iphone app trailer page. Need auto switching.
  iPhone screenshots, iPhone page, complete with animations.
  Adding current version to iPhone app so it can update from the server.
  Removing unnecessary return to selected story on paging of story titles.
  Scrolling the story titles view to the feedbar when a page is loading. Experimental, but may help a bunch of users know what's happening.
  Stubbing in iphone page.
  Solving the Read button dilemma for Everything vs. folders vs. feeds.
  Disabling feed settings button on Everything river view.
  Building folder delete into iOS app.
  ...
2011-12-11 16:48:50 -08:00
Samuel Clay
ad4b319c23 Launching the iPhone app on the front-page. Big deal. 2011-12-11 16:48:34 -08:00
Samuel Clay
05922d7cb8 Adding title and subtitle. (Big thanks to @ericflo for the inspiration.) 2011-12-08 16:17:30 -08:00
Samuel Clay
8f69864b5a The @jashkenas treatment -- cleaning up the iphone app page. 2011-12-08 14:51:52 -08:00
Samuel Clay
4f4697fe4e Adding rotation to iphone website. 2011-12-08 14:33:01 -08:00
Samuel Clay
369ad66c69 Finishign up interaction of iphone app trailer page. Need auto switching. 2011-12-08 10:52:36 -08:00
Samuel Clay
eb114aef53 iPhone screenshots, iPhone page, complete with animations. 2011-12-07 21:38:40 -08:00
Samuel Clay
3594cea7f8 Scrolling the story titles view to the feedbar when a page is loading. Experimental, but may help a bunch of users know what's happening. 2011-12-06 19:12:45 -08:00
Samuel Clay
4914d4c011 Stubbing in iphone page. 2011-12-06 17:57:11 -08:00
Samuel Clay
59f7ea080b Fixing include_favicons to default to false, and correctly use a false value. 2011-12-01 11:10:25 -08:00
Samuel Clay
74973d186d Fixing a number of API call parameters. 2011-11-30 09:53:00 -08:00
Samuel Clay
957dc7ca7c Fixing up jammit branch for launch by adding socket.io, bookmarklet, and compressed static assets. Still needs icons. 2011-11-24 14:58:04 -05:00
Samuel Clay
4bb1ff1cc2 Fixing css conflicts in jammit. Adding code rendering to jammit for bookmarklet. 2011-11-24 11:07:23 -05:00
Samuel Clay
b41704339d Merge branch 'master' into jammit
* master: (48 commits)
  Updating copy on homepage.
  Marking all as read on Everything view should clear folder unread counts.
  Fixing error on committing to cache for rate limits when the dummy cache backend is used.
  Adding linux.com story to press page.
  Uniqifying stories when read.
  Moving from sha module to hashlib.
  Syncing time to account for time drift on VPS.
  Fixing issue around showing too many Oh Nos on abort.
  Save hash for address+link migration. necessary for a unique index.
  Deprecating db02, moving redis and rabbitmq over to db01.
  Updating nginx conf to support better amintenance pages giving a 503 status code.
  Moving NewsBlur counts to beginning of title.
  Fixing that crummy missing existing story issue.
  Updating feedparser.
  Fixing broken hashlib issue with feeds and no link.
  Adding MongoDB slave to local_settings template.
  Adding two new columns, necessary for the feed_settings branch: hash of address+link, and locking address.
  Marking read stories in Feed view as very much read. Gradientizing, too.
  Fixing /m/ for no good reason.
  File under "fucking finally": Adding client-side error handling and callbacks for feeds and river.
  ...

Conflicts:
	config/nginx.newsblur.conf
2011-11-24 00:29:57 -05:00
Samuel Clay
a4b5aae163 Updating copy on homepage. 2011-11-23 16:59:01 -05:00
Samuel Clay
8865f6fbfd Adding linux.com story to press page. 2011-11-23 15:09:00 -05:00
Samuel Clay
038105a44e Fixing mark_feed_stories_as_read, and fixing a bad MStory query. 2011-11-10 18:29:41 -08:00
Samuel Clay
74a2ca1c6e Adding mark_story_as_unread to API. Now works flawlessly up to settings.DAYS_OF_UNREAD (currently 2 weeks). 2011-11-08 19:12:56 -08:00
Samuel Clay
4546aa8753 Move folder to folder now complete. Ready to launch! 2011-11-08 09:20:10 -08:00
Samuel Clay
d3804e3265 JS is now complete. Need to fix css embeds. 2011-11-07 09:35:51 -08:00
Samuel Clay
a8c62eb7eb Initial stub of Jammit assets. 2011-11-07 08:48:00 -08:00
Samuel Clay
936774b654 Adding update_counts to /feeds API endpoint, to force a recalculation of feed unread counts (WARNING: slower than calling /feeds then /refresh_feeds). 2011-11-07 08:27:59 -08:00
Samuel Clay
c91016a1ce Adding new API endpoint: mark_feed_stories_as_read. Refactored mark_story_as_read. 2011-11-05 16:25:04 -07:00
Samuel Clay
78e7c072eb Adding preference for always showing folder unread counts. 2011-10-31 19:44:36 -07:00
Samuel Clay
2815113135 Commifying front-page stats. 2011-10-24 09:20:56 -07:00
Samuel Clay
72fe3633d6 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. 2011-10-24 08:55:28 -07:00
Samuel Clay
09146d110d Finishing up delete feed in iPhone app. Let's ship this thing. 2011-10-20 09:32:39 -07:00
Samuel Clay
2c3ac303e6 Fixing ridiculous bug around the position of the mouse indicator in both the Feed view and Original view when the story pane is positioning at top or side. 2011-10-19 18:42:49 -07:00
Samuel Clay
622358e05c Moving to $ per year instead of per month. Cleaning up new account email. Clearing out the story iframe between stories and feeds. 2011-09-30 18:02:48 -07:00
Samuel Clay
ad0cd4832f Merge branch 'master' into customizations
* master:
  Fixing broken signup form for google reader import.
  Adding /load_feeds to repeat visitor tracking, since the iPhone app never hits refresh_feeds.
  Adding celery granularity to fabfile.
2011-09-28 18:00:15 -07:00
Samuel Clay
86d5e2e968 Fixing broken signup form for google reader import. 2011-09-28 16:44:39 -07:00
Samuel Clay
3a526984f5 Preferences for story pane position. 2011-09-28 16:44:28 -07:00
Samuel Clay
74ac901285 Minor fixes to auto-load more stories on intelligence slide. 2011-09-28 09:31:30 -07:00
Samuel Clay
e559dc6f93 Fixing all manage menus positions. 2011-09-27 23:06:49 -07:00
Samuel Clay
a48183707e Smoothing out north and west story titles. Fixing hover manage icons. Restyled west story titles pane to look and feel great. 2011-09-27 22:16:09 -07:00
Samuel Clay
7ad6d7f6df Story titles pane can now be moved to west, north, or south. Also adding live redraws during pane sizing. 2011-09-26 10:27:21 -07:00
Samuel Clay
f29266d707 Adding forgot password email with conveniences. 2011-09-22 09:23:42 -07:00
Samuel Clay
8a6ff025d5 Adding android app to email. Also finalizing cleanup. 2011-09-21 21:51:25 -07:00
Samuel Clay
ed7d2bd88f Finishing up new account email. Adding migration to save email sending preference. 2011-09-21 17:49:40 -07:00
Samuel Clay
68f091b22e Further fleshing out emails. 2011-09-19 17:46:56 -07:00
Samuel Clay
482076d1de Adding autologin (with optout param) for use with emails. 2011-09-19 09:46:36 -07:00
Samuel Clay
afae94cf7d Templating emails -- new account and new premium. 2011-09-19 08:56:16 -07:00