Commit graph

2339 commits

Author SHA1 Message Date
Samuel Clay
8f28065154 Refactoring social profiles so that even new users have profiles. Thanks to @roycyang's new db setup for finding all of this. 2012-07-25 23:57:10 -07:00
Samuel Clay
76dcdead84 Fixing bug if a user has no social profile. 2012-07-25 22:34:53 -07:00
Samuel Clay
c90ea21b10 Refactoring manage menu items to only show selected background color on hover for real menu items, not subitems (like site controls). 2012-07-25 19:11:59 -07:00
Samuel Clay
57393ead72 Merge branch 'social' into redis
* social:
  Fixing mail tempaltes to center everything. Mac OS X 10.8 broke centering in the new Mail.app.
  Showing better error messages for front-end users.
  Better time breakdowns on site loading.
  Slightly altering styling on feed chooser hamburgers.
  Rewriting new user email. Animating hamburgers.
  Adding images to all footer links.

Conflicts:
	apps/reader/views.py
2012-07-25 16:43:10 -07:00
Samuel Clay
10f6c2008b Showing better error messages for front-end users. 2012-07-25 14:03:15 -07:00
Samuel Clay
fb49b4f0ee Rewriting new user email. Animating hamburgers. 2012-07-25 00:20:36 -07:00
Samuel Clay
fb006020e3 Adding blurblog oldest/unread order/filter redis support. Includes migration for shared stories. 2012-07-24 17:16:10 -07:00
Samuel Clay
045100f6b3 Merge branch 'social' into redis
* social:
  Fixing bug in interactions for comments and comment replies. Now goes to the correct blurblog. Thanks to @courtneystanton for the find.
  Community feedbck links go to a new window. Duh.
  Only scrolling to story on resize if it is outside of the viewport. This means checking both the top, bottom, and any part of the story is within bounds.

Conflicts:
	media/js/newsblur/reader/reader.js
2012-07-23 18:13:52 -07:00
Samuel Clay
a01f451c80 Fixing bug in interactions for comments and comment replies. Now goes to the correct blurblog. Thanks to @courtneystanton for the find. 2012-07-23 18:12:05 -07:00
Samuel Clay
de06dc9b85 Only scrolling to story on resize if it is outside of the viewport. This means checking both the top, bottom, and any part of the story is within bounds. 2012-07-23 16:51:27 -07:00
Samuel Clay
0fc1d1f327 Fixing order for river, but hiding read filter (so no All Stories for folders). 2012-07-23 12:09:48 -07:00
Samuel Clay
adb3dcd28f Merge branch 'social' into redis
* social:
  Firefox bug would call resize window at all hours of the night. Fixing a bug where the content pane feed counter would inadvertantly get loaded on non-feeds.
2012-07-23 11:04:04 -07:00
Samuel Clay
a97b27d567 Firefox bug would call resize window at all hours of the night. Fixing a bug where the content pane feed counter would inadvertantly get loaded on non-feeds. 2012-07-23 11:03:59 -07:00
Samuel Clay
cb7bced0bf Merge branch 'social' into redis
* social:
  Adding mongod, redis-server, and nginx to Mac OS X's launchd.
  Restyling the demo account dashboard. Thanks to @mgeraci for the inspiration.
2012-07-23 10:22:08 -07:00
Samuel Clay
2fb758d8c9 Restyling the demo account dashboard. Thanks to @mgeraci for the inspiration. 2012-07-22 23:27:39 -07:00
Samuel Clay
2b2ef7f15c Merge branch 'social' into redis
* social:
  Auto-linkifying comments and replies, and stripping html from comments, replies, and story titles, tags, and authors.
  Adding compacting to user sub folders, to remove dupe subscriptions.
  Clearing folders and decoding unicode.
  Typo in gunicorn conf.
  Only using appropriate number of gunicorn processes, making this machine agnostic.
  Deferring OPML import if it takes > 20 seconds. Email user when complete. Also, hamburgers. This one's for @torrez.
  Adding vps roles to fabfile.

Conflicts:
	apps/reader/views.py
	apps/social/models.py
2012-07-21 16:43:23 -07:00
Samuel Clay
18428a32a1 Auto-linkifying comments and replies, and stripping html from comments, replies, and story titles, tags, and authors. 2012-07-21 16:38:37 -07:00
Samuel Clay
d3b58e7cc9 Deferring OPML import if it takes > 20 seconds. Email user when complete. Also, hamburgers. This one's for @torrez. 2012-07-20 19:43:28 -07:00
Samuel Clay
19734cdc5e Merge branch 'social' into redis
* social:
  Fixing tall floats pulling comments and shares into the story.
  Ignore requests errors and just try urllib fallback.
  Fixing bug where custom css would disappear.
  Don't delete old stories, screws up blurblogs.

Conflicts:
	apps/reader/models.py
2012-07-19 23:31:46 -07:00
Samuel Clay
32b27d9291 Fixing bug where custom css would disappear. 2012-07-19 13:07:48 -07:00
Samuel Clay
700a53c9b8 Hiding order/filter controls on blurblogs for now. 2012-07-18 22:45:29 -07:00
Samuel Clay
0d5a16dc15 Finishing sort by oldest/newest and show only unread/all stories. 2012-07-18 20:19:54 -07:00
Samuel Clay
a4414eebde Adding oldest/newer order to feeds and river. Also adding unread/all read filter to both as well. Including stubbed segmented control for switching between modes on a per-feed basis. Still needs global preference and glue to hook them up. 2012-07-18 18:34:19 -07:00
Samuel Clay
54c68578db Merge branch 'social' of github.com:samuelclay/NewsBlur into social
* 'social' of github.com:samuelclay/NewsBlur:
  fixing bug with feed exception when there is a duplicate feed id
2012-07-17 14:19:16 -07:00
Roy Yang
28b81ec74a fixing bug with feed exception when there is a duplicate feed id 2012-07-17 14:18:26 -07:00
Samuel Clay
f5c9a72c05 Fixing shift+a for social subs. Also fixing bug where site would stay selected after adding a new site. 2012-07-17 14:14:45 -07:00
Samuel Clay
1d398118d4 Fixing tutorial by forcing dialog resize. Thanks to @afita for finding this bug. 2012-07-17 13:59:39 -07:00
Samuel Clay
d1126ae64d Fixing the living snot out of the add site dialog. Adding an autocomplete spinner, showing results on focus, and no longer auto-adding on click (allowing user to select a folder). Big thanks to @afita for the push. 2012-07-17 13:00:30 -07:00
Samuel Clay
9c96210850 Fixing broken offset for locked mouse indicator on site reload. Thanks to @afita for bug report. 2012-07-17 12:28:24 -07:00
Samuel Clay
a47abcb007 Small bugs. 2012-07-15 22:51:27 -07:00
Samuel Clay
5adc74cd5d Activities and Interactions for favoriting shared story comments. 2012-07-15 19:29:05 -07:00
Samuel Clay
497f610056 Adding likes/favorites to comments. Still needs interaction history and perhaps an email. 2012-07-15 17:59:19 -07:00
Samuel Clay
8d8514080f Fixing bugs around follow information. 2012-07-13 15:32:27 -07:00
Samuel Clay
3d8f206d60 Getting IE9 working with OPML ajax upload. 2012-07-12 23:44:30 -07:00
Samuel Clay
ded3b9d554 Typo on never_cache after json view. Doh. 2012-07-12 22:48:58 -07:00
Samuel Clay
c9425860d8 Fixing the living crap out of IE9. Everything works excellently now. 2012-07-12 22:26:49 -07:00
Samuel Clay
e2da3881d4 Upgrading jQuery 1.7.1 to 1.7.2 and upgrading bootstrap's carousel to 2.0.5. 2012-07-12 22:25:50 -07:00
Samuel Clay
5632980430 Taking @mgeraci's suggestion and moving the Starred! message to the opposite gravity of the story titles pane. 2012-07-12 15:20:29 -07:00
Samuel Clay
109a82b680 Double clicking sites and stories now works. Thanks to @ojiikun for figuring this one out. 2012-07-12 15:13:51 -07:00
Samuel Clay
b1bedb42d4 Fixing scroll/paging bug where the wrong story would be selected. Technically it's not fixed, but the indicator is now always present, so you know why it's happening. Thanks to @afita for the thorough investigation. 2012-07-12 13:43:39 -07:00
Samuel Clay
febd0ae0a3 Lots of little bugs: avatar images, icon importer, page importer, adding analytics tracking to intro. 2012-07-12 12:57:35 -07:00
Samuel Clay
75337a65fb Fixing following bug due to array truncation of following list. 2012-07-12 01:21:09 -07:00
Samuel Clay
bfa00d8bd4 Small tweaks to blurblogs. iPadifying blurblogs. 2012-07-11 21:20:38 -07:00
Samuel Clay
5225395b40 Adding /social/activities endpoint for Android and iOS. 2012-07-11 17:51:01 -07:00
Samuel Clay
9b5d9bdea9 Fixing bug when a story changes its guid (like on a tumblr rename), but it still thinks it has comments. Forcing each story to recount its comments if comments are claimed, just in case. 2012-07-11 10:52:50 -07:00
Samuel Clay
01c2ae46f1 Showing social service fetch status in real-time (actually polling every 3 seconds) in both intro and friends dialogs. 2012-07-11 00:43:53 -07:00
Samuel Clay
87350c5bc5 Trying to outwit IE by adding in a fake console. 2012-07-10 15:37:39 -07:00
Samuel Clay
63c8e0691a console.log -> NEWSBLUR.log 2012-07-10 15:26:34 -07:00
Samuel Clay
bf8f474abf Adding sync status and tasking facebook/twitter friend imports. 2012-07-10 15:24:54 -07:00
Samuel Clay
bfbcf54d80 Showing Twitter/Facebook posting links more prominently. 2012-07-10 14:43:33 -07:00