Commit graph

1967 commits

Author SHA1 Message Date
Samuel Clay
2cb570da31 Fixing 'r' refresh command for All Site Stories. 2012-09-13 13:51:45 -07:00
Samuel Clay
e291ac407f Fixing broken social page. 2012-09-13 13:44:33 -07:00
Samuel Clay
11ac02e852 Finishing login/signup forms and interactions. Added 4 features and images. Formatted activity. Needs some love and integration with the reader, but it's almost there. 2012-09-12 18:47:37 -07:00
Samuel Clay
f4e3e1328e New welcome page. Needs all sections, login, and more interactivity. But a great start to a redesign. 2012-09-12 12:12:58 -07:00
Samuel Clay
b15e138c80 Upgrading to jQuery UI latest to fix slide animation on window panes. 2012-09-11 15:15:34 -07:00
Samuel Clay
a3a3f54772 Merge branch 'master' into circular
* master: (39 commits)
  Ignore skip of unread counts if theres no mongodb lag.
  Adding readability vendorized package.
  Adding two new functions for stories: collect image sizes and grab original article text. Useful for future features.
  Being stricter about non-english characters.
  Fixing popular story algorithm to remove non-english stories.
  Fixing follow user on blurblogs. Abstracting unshare so I can more easily unshare.
  Fixing trainer for stories in social feeds.
  Fixing small bug in story titles header now showing socialsubs correctly.
  Fixing headers for Everything river and river blurblog.
  Massive refactor around feedbar, brought on by @afita, in order to give Folders a menu in the story titles header (and then make the mark as read button work on folders in the header.)
  Updating story position in closed story titles when pane is re-opened. Thanks to @afita for the bug.
  Updating to altest jQuery layout.
  Adding folder story counts to content pane. Thanks to @afita for the suggestion.
  Fixing activities bug when the user is unknown and there is no source/with_user.
  Calculating correct page fetch timing offset (if it was a 304).
  Adding server name and feed code to analytics.
  Turning analytics logging back on.
  Temporarily commenting out analytics to see if they cure the slow down.
  Shortening names on analytics for improved space saving.
  Adding new analytics collections to keep track of page loads and feed fetches. Need to start aggregating before I can tell how useful this data will be.
  ...

Conflicts:
	apps/social/models.py
	media/js/newsblur/social_page/social_page_assets.js
2012-09-10 17:51:33 -07:00
Samuel Clay
149960e307 Fixing follow user on blurblogs. Abstracting unshare so I can more easily unshare. 2012-09-10 11:55:42 -07:00
Samuel Clay
3324256f36 Fixing trainer for stories in social feeds. 2012-09-07 19:14:01 -07:00
Samuel Clay
9a0a819146 Fixing small bug in story titles header now showing socialsubs correctly. 2012-09-07 18:02:05 -07:00
Samuel Clay
ac7088c16a Fixing headers for Everything river and river blurblog. 2012-09-07 17:52:08 -07:00
Samuel Clay
ad0c8e0e71 Massive refactor around feedbar, brought on by @afita, in order to give Folders a menu in the story titles header (and then make the mark as read button work on folders in the header.) 2012-09-07 17:36:12 -07:00
Samuel Clay
a135470be4 Updating story position in closed story titles when pane is re-opened. Thanks to @afita for the bug. 2012-09-07 16:17:28 -07:00
Samuel Clay
ad3e847039 Updating to altest jQuery layout. 2012-09-07 15:50:40 -07:00
Samuel Clay
4b53fbf9fa Adding folder story counts to content pane. Thanks to @afita for the suggestion. 2012-09-07 15:35:00 -07:00
Samuel Clay
45a21d22ea Fixing right click on folders. 2012-09-05 12:43:31 -07:00
Samuel Clay
2ca0a40acd Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fixing bug where publisher-disabled original pages were not properly disabled.
  Fixing bug where publisher-disabled original pages were not properly disabled.
  Fixing scroll bug when feed has no unreads but in unread view.
2012-09-05 12:33:54 -07:00
Samuel Clay
6e9c604241 Fixing bug where publisher-disabled original pages were not properly disabled. 2012-09-05 12:18:06 -07:00
Samuel Clay
5216fa88b0 Fixing scroll bug when feed has no unreads but in unread view. 2012-09-05 09:26:22 -07:00
Samuel Clay
d3a65d2cc8 Fixing @afita's issue around weirdness in Feed story selection when story titles are pinned to top. 2012-09-04 11:47:06 -07:00
Samuel Clay
95326cc835 Scrolling to selected story when re-opening hidden story titles pane. Thanks @afita. 2012-09-01 15:08:41 -07:00
Samuel Clay
9885e943bb Marking story as read on 'o'-open. 2012-08-31 18:50:10 -07:00
Samuel Clay
b739aa163e Adding shift+t for @afita to close the story titles pane. 2012-08-31 18:46:12 -07:00
Samuel Clay
649e94ebe7 Adding reload feed/folder keyboard shortcut to keyboard dialog. 2012-08-31 15:38:26 -07:00
Samuel Clay
a08ff68a6c Keyboard shortcut 'r' refreshes the current feed/folder. 2012-08-31 15:35:38 -07:00
Samuel Clay
70b6ae858f Fixing profile acitvities. Thanks @afita for the find. 2012-08-31 14:46:56 -07:00
Samuel Clay
49ab08179d Merge branch 'master' into circular
* master: (46 commits)
  Tweaking right-click on feeds and upping ratelimit.
  Fixing broken menus.
  Simplifying top dashboard button.
  Fixing audio handler for Firefox.
  Fixing right clicks and updating team.
  Encoding utf-8 strings into bytecodes so lxml doesn't choke.
  Fixing ghost unreads by accounting for the implicit score of 1 in unsorted sets in redis when intersected with a sorted set. Doh!
  Fixing errors in story training classification on social subs.
  Fixing double-activities bug.
  iPad/iPhone splash page, redone for the new iPad app.
  Traverse folders if using Next Unread in folder view.
  Fixing issue with top-anchored story titles list and story marker position. Thanks to @afita for the persistence.
  Opening site after adding it.
  Attempting to fix user exception dialogs.
  Using parent folder to update all parent folders on read story.
  Using correct bookmarklet css.
  Fixing bug I've been tracking down for a while. Following an activity on a user you don't follow now correctly shows a tryfeed. Thanks to @afita for the great find!
  Fixing Youtube embeds and correctly handling keyboard events when share is in transit.
  Adding support for YouTube and Vimeo video embeds in share bookmarklet.
  Correctly stripping tags from titles in shared stories.
  ...

Conflicts:
	templates/social/social_story.xhtml
2012-08-31 13:21:18 -07:00
Samuel Clay
c6ff2093c9 Tweaking right-click on feeds and upping ratelimit. 2012-08-31 13:20:25 -07:00
Samuel Clay
c7ca0f1544 Fixing broken menus. 2012-08-30 18:31:44 -07:00
Samuel Clay
b3fa985ad1 Simplifying top dashboard button. 2012-08-30 16:04:35 -07:00
Samuel Clay
41b4dcda54 Fixing audio handler for Firefox. 2012-08-30 15:56:15 -07:00
Samuel Clay
cbfc00eb69 Fixing right clicks and updating team. 2012-08-30 15:08:24 -07:00
Samuel Clay
2e42cd3e8f Encoding utf-8 strings into bytecodes so lxml doesn't choke. 2012-08-29 23:16:23 -07:00
Samuel Clay
784e7ec0b4 Traverse folders if using Next Unread in folder view. 2012-08-27 18:48:19 -07:00
Samuel Clay
409ab7f834 Fixing issue with top-anchored story titles list and story marker position. Thanks to @afita for the persistence. 2012-08-27 15:42:54 -07:00
Samuel Clay
fa1280952e Opening site after adding it. 2012-08-27 15:28:56 -07:00
Samuel Clay
b2f771e53b Attempting to fix user exception dialogs. 2012-08-27 15:22:42 -07:00
Samuel Clay
11a2f735a2 Using parent folder to update all parent folders on read story. 2012-08-27 14:50:36 -07:00
Samuel Clay
2eec84fcac Fixing bug I've been tracking down for a while. Following an activity on a user you don't follow now correctly shows a tryfeed. Thanks to @afita for the great find! 2012-08-27 14:10:34 -07:00
Samuel Clay
82060a6fe6 Adding support for YouTube and Vimeo video embeds in share bookmarklet. 2012-08-27 11:17:04 -07:00
Samuel Clay
f8d3c955ec Fixing typo in share bookmarklet. 2012-08-25 19:56:07 -07:00
Samuel Clay
b67eb5c082 Adding request invite to circular. 2012-08-20 14:51:32 -07:00
Roy Yang
261514e50f removing embedded base64 images 2012-08-19 21:02:01 -07:00
Roy Yang
85b16620b8 refactoring 2012-08-19 20:55:32 -07:00
Roy Yang
5a86283311 infinite scroll and changing around comments 2012-08-19 18:55:29 -07:00
Roy Yang
34108b6fe5 changing around markup to accommodate comments 2012-08-19 14:43:44 -07:00
Roy Yang
971ffe1b5a adding in error messaging and attaching comments 2012-08-19 14:19:18 -07:00
Roy Yang
5097cff00a Merge branch 'master' of github.com:samuelclay/NewsBlur into circular 2012-08-19 11:55:50 -07:00
Samuel Clay
bbe83f00dc Changing timings on story reveal. 2012-08-18 00:49:17 -07:00
Samuel Clay
c1a21a9110 Changing size of header on circular. Adding distinction between newsblur and circular to index page. 2012-08-18 00:43:34 -07:00
Roy Yang
51407d613f adding in CSS changes 2012-08-17 23:29:30 -07:00