Commit graph

102 commits

Author SHA1 Message Date
Samuel Clay
f4edd12513 Styling blurblogs. Adding bootstrap dropdown to menu. 2013-01-15 13:46:37 -08:00
Samuel Clay
59d93003a1 Upgrading to latest Backbone and Underscore. May break shit. 2013-01-15 11:31:00 -08:00
Samuel Clay
9bcfd0ad41 Upgrading to latest Backbone and Underscore. May break shit. 2013-01-14 12:50:00 -08:00
Samuel Clay
b3fc0ea96f Updating carousel to fix broken intro. 2012-11-07 13:44:19 -08:00
Samuel Clay
e6f8fff90c Adding mousetrap. Need to build in keyboard display. 2012-09-24 11:13:52 -07:00
Samuel Clay
86f8b0eb5f Merge branch 'master' into welcome
* master:
  Upgrading iphone/ipad app to support both ios 6 and tall-iphone.
  New folder options: add subfolder.
  Adding location to find friends.
  Trimming mongodb lag cutoff to force feeds to correct themselves when slave lag becomes an issue.
  Fixing 'r' refresh command for All Site Stories.
  Fixing broken social page.
2012-09-13 16:01:45 -07:00
Samuel Clay
e291ac407f Fixing broken social page. 2012-09-13 13:44:33 -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
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
cbfc00eb69 Fixing right clicks and updating team. 2012-08-30 15:08:24 -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
c2c983ee81 Adding share api calls to bookmarklet. 2012-08-17 23:29:17 -07:00
Samuel Clay
28d3842776 Two sides to the share bookmarklet. 2012-08-11 17:18:35 -07:00
Samuel Clay
4689b47a4e Cleaning up text on share bookmarklet. 2012-08-11 13:53:00 -07:00
Samuel Clay
68ec38af80 Stubbing out new bookmarklet with readability script. 2012-08-10 19:20:44 -07:00
Samuel Clay
acf50174cc Adding endbar padding for the locked mouse indicator folks. Also fixing river issues. And bookmarklet on over aggressive svbtle blog styling. 2012-08-01 12:38:32 -07:00
Samuel Clay
ef971f06fd Fixing bookmarklet, removing old preference for finding oldest story on site open. 2012-07-31 13:04:33 -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
3d8f206d60 Getting IE9 working with OPML ajax upload. 2012-07-12 23:44:30 -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
87350c5bc5 Trying to outwit IE by adding in a fake console. 2012-07-10 15:37:39 -07:00
Samuel Clay
a82492f928 Big conversion from only displaying friends comments to showing both friends and public, still separated. Big design changes to comments on blurblogs, as well. 2012-07-03 12:53:56 -07:00
Samuel Clay
8f98ef37b4 Shifting API call from /social/comments to /social/public_comments. 2012-06-29 21:25:35 -07:00
Samuel Clay
162f979a0a Running through the code searching for every instance of a feed grabbing its attributes in the old-style. 2012-05-21 20:08:27 -07:00
Samuel Clay
9b18d8b58b Showing feed icons. Cleaning up actions on feed load, including refresh. 2012-05-18 18:13:45 -07:00
Samuel Clay
d96ed5db54 Big change to tryfeed. Handling sites that the user isn't subscribed to now downloads them successfully. Useful for sharing stories on feeds you do not subscribe to. 2012-04-19 22:38:00 -07:00
Samuel Clay
1c245f1e0a Clicking on a comment/reply in interactions takes you to it. Also upgrading backbone.js. 2012-04-11 15:21:03 -07:00
Samuel Clay
aeb04deed2 Merge branch 'master' into social
* master:
  Upgrading socket.io from 0.8.7 to 0.9.4 to fix IE insta-reconnection issues clogging the logs.

Conflicts:
	assets.yml
	media/js/socket.io-client.0.8.7.js
	media/js/socket.io-client.0.9.4.js
	media/js/vendor/socket.io-client.0.8.7.js
2012-04-03 13:11:45 -07:00
Samuel Clay
f32dc6bd1c Merge branch 'master' into social
* master:
  Being more aggressive in determining if a URL is a feed.
  Increasing modal zindex to battle Svbtle blogs sidebar.
  Handle cases of user reading both old and new guid stories.
  Checking for a signup that is really a login when importing GR.
2012-03-21 14:42:42 -07:00
Samuel Clay
efad53bec6 Adding Preview Social Sub, but it still needs to have the difference between user model and socialsub model fleshed out. 2012-03-14 12:38:59 -07:00
Samuel Clay
c1a281f654 Moving linkify. 2012-03-10 11:45:05 -08:00
Samuel Clay
9093061bbe Merge branch 'master' into social
* master:
  Adding Mother Jones feeds for testing.
  Fixing the ghost story unread count bug. Turns out it is a weird condition where a story changes its date after being published, but a user's mark_feed_as_read date is inbetween the new date and the original date, leading to a ghost unread story that can't be read.
  Fixing errant linkify text bug that resulted in some javascript being executed and overwriting the page. Thanks to @aaronlidman for the help in identifying the bug.

Conflicts:
	assets.yml
2012-03-08 16:34:20 -08:00
Samuel Clay
98b45a5e84 Autofollowing preference now saved. 2012-03-07 16:32:02 -08:00
Samuel Clay
e34ac9ee04 Showing follow counts at the bottom of intro social services page. 2012-03-06 18:34:59 -08:00
Samuel Clay
c2fb0c6692 Finishing up OPML upload and Reader import in new intro-style. 2012-03-05 19:18:40 -08:00
Samuel Clay
0e43583a6c Merge branch 'master' into social
* master:
  Fixing issue around feeds that are mistakenly declared as not having a page.
  New audio control, with Flash fallback for browsers like Firefox/IE.

Conflicts:
	assets.yml
2012-03-05 13:48:39 -08:00
Samuel Clay
e6d1cd832c Working social profile. Needs a refactor to get all user profiles in a centralized dictionary in all requests to allow for pulling of specific info in later dialogs. Also updated underscore and fixed related issues. 2012-02-22 09:11:35 -08:00
Samuel Clay
581c52ff9a Front-end of intelligence training for social feeds. Still needs backend changes to accomodate string feed ids. 2012-02-13 11:07:32 -08:00
Samuel Clay
e5856aa6ae Social sites now have URLs. 2012-02-10 19:33:31 -08:00
Samuel Clay
f6b88bf499 Fixing small bugs: following/unfollowing self lead to wrong counts due to modifying row in multiple places with stale data. 2012-02-10 11:57:37 -08:00
Samuel Clay
3904a5f763 Adding a story header and filling out more design on blurblogs. 2012-02-01 09:14:19 -08:00
Samuel Clay
14d7849878 Adding Original page for social shared feeds. 2012-01-31 10:15:11 -08:00
Samuel Clay
8519d68c36 Including feeds that a user isn't subscribed to in social feeds. Also adding a new url for feed icons. 2012-01-26 18:59:40 -08:00
Samuel Clay
5be8b3c50e Adding a router. Now opening a feed shows up in the browser's address bar. Huge change. Reloading the page also attempts to load the feed. Needs an ajaxy way to load the feed if it isn't in the user's set of feeds. Will be used for social browsing. 2012-01-16 17:55:13 -08:00
Samuel Clay
594ce3c469 Merge branch 'master' into social
* master:
  Saving last used recipient email address as a cookie.

Conflicts:
	assets.yml
2012-01-16 10:38:29 -08:00
Samuel Clay
d679b5ad4f Merge branch 'master' into social
* master:
  Fixing #42: a long-time bug of drag-and-drop not respecting order.
  Removing application media types from enclosures. Nobody needs that.
  Forcing Jammit asset path to be absolute, relative to configured directory.

Conflicts:
	media/js/newsblur/reader/reader.js
	utils/story_functions.py
2012-01-15 19:16:41 -08:00
Samuel Clay
d8a4e7f850 Showing correct comments from friends. Now need to load public comments w/ ajax. 2012-01-11 09:35:52 -08:00
Samuel Clay
8f4dd6566c Merge branch 'jammit' into social
* jammit:
  Adding new iphone mask image.
  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:
	assets.yml
	local_settings.py.template
	media/js/jquery-1.7.1.js
	media/js/jquery-1.7.js
	media/js/vendor/jquery-1.7.js
2012-01-05 08:38:08 -08:00