Commit graph

2909 commits

Author SHA1 Message Date
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
05109d3db8 Further styling profile and fixing follow counts. 2012-03-13 16:58:50 -07:00
Samuel Clay
0ed8937262 Slightly refactoring profile to use new data. 2012-03-13 13:18:47 -07:00
Samuel Clay
a2ee769895 Big cleanup on duplicate feeds with alternative feed links. Also fixing the profile to show followers/followings. 2012-03-12 18:11:13 -07:00
Samuel Clay
41b68b32eb Automatically loading intro or chooser dialog based on progress of new user. 2012-03-12 12:33:54 -07:00
Samuel Clay
cb1bbe25bc Merge branch 'master' into social
* master:
  Adding press story.
  Fixing forgot password links by blanking out old passwords.
  Document the key to toggle read/unread
2012-03-12 09:00:28 -07:00
Samuel Clay
c1a281f654 Moving linkify. 2012-03-10 11:45:05 -08:00
Samuel Clay
8b4c801995 Moving linkify and changing a bit of logging. 2012-03-10 11:41:58 -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
Eskild Hustvedt
82a9176240 Document the key to toggle read/unread 2012-03-08 23:00:08 +01:00
Samuel Clay
da8357a741 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. 2012-03-08 09:56:52 -08:00
Samuel Clay
68b69437fb Adding new profile models when refreshing story comments. 2012-03-08 09:15:33 -08:00
Samuel Clay
3e2e6e272b Extending profile badge to profile dialog. 2012-03-07 18:35:17 -08:00
Samuel Clay
fd32d38b99 Refactoring profile badges into Backbone Views. Also adding logging to all social calls. 2012-03-07 17:34:22 -08:00
Samuel Clay
98b45a5e84 Autofollowing preference now saved. 2012-03-07 16:32:02 -08:00
Samuel Clay
8fa18568ac Auto-following self, fixing issues around social profile creation, adding animations for firefox. 2012-03-07 15:01:44 -08:00
Samuel Clay
2ee4cd4077 Cleaning up stats stlying on intro. 2012-03-06 19:03:04 -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
4d634c1720 Styling social connect error message. 2012-03-06 17:33:02 -08:00
Samuel Clay
b4903244e4 Handling social connect in intro. Also styling the third page of the intro. 2012-03-06 11:41:57 -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
33fa13cf69 Fixing issue around feeds that are mistakenly declared as not having a page. 2012-03-05 13:12:50 -08:00
Samuel Clay
154ce61a3d New audio control, with Flash fallback for browsers like Firefox/IE. 2012-03-05 12:57:47 -08:00
Samuel Clay
2112fd8e0a Adding OPML upload to intro dialog. 2012-03-03 09:51:38 -08:00
Samuel Clay
2349458418 Adding intro dialog. Page 1 + Page 2. Page 2 still needs opml and reader background importing, updating on import, and handling case of user already having feeds. 2012-03-02 17:51:28 -08:00
Samuel Clay
38e82d7f66 Merge branch 'master' into social
* master:
  Fixing bug where next unread story would be run twice when in Story view and opening a feed. Thanks to @dalmet for the issue.
2012-03-01 17:50:37 -08:00
Samuel Clay
47950bb3ba Fixing bug where next unread story would be run twice when in Story view and opening a feed. Thanks to @dalmet for the issue. 2012-03-01 17:08:41 -08:00
Samuel Clay
7a081025c6 Lightening up the intelligence control. 2012-03-01 10:15:26 -08:00
Samuel Clay
50fc667faf Merge branch 'master' into social
* master:
  Adding preference for default SSL. Redirects user to https.
2012-02-29 17:30:08 -08:00
Samuel Clay
d318cd44ec Adding preference for default SSL. Redirects user to https. 2012-02-29 17:18:55 -08:00
Samuel Clay
819fe2b3d5 Moving stripe into payments folder. 2012-02-29 16:22:58 -08:00
Samuel Clay
aaa5aa1cd6 Merge branch 'master' into social
* master:
  Changing copy on premium/feedchooser dialog.
  Styling errors on stripe payment form.
  Final stripe.js tweaks before launch.
  Adding Pay by Credit Card as an option to feed chooser dialog. Thus concludes Stripe.js integration. Time to launch!
  Styling the stripe.js background.
  Using correct kwargs for stripe signal.
  Wrapping up stripe.js form. Has validation, styling, and does the right thing for new subscriptions. Needs a link to the form, though.
  Setting up correct customer model for stripe webhook.
  Moving JS assets to bottom of the page for faster loadtimes.
  Fixing exception on missing param in feed address searching.
  Fixing recommendation date serialization bug.
  Fixing bugs around login with blank password using full password. Also fixing bug in signups with no username.
  Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing.
  Adding error checking on requests in page fetching.
  Using a probability from redis to determine whether or not to skip a fetch.
  Allowing any password to be used on accounts with no password set.
  Adding paypal logo.

Conflicts:
	assets.yml
	media/js/newsblur/reader/reader_feedchooser.js
	settings.py
	templates/base.html
2012-02-29 16:22:47 -08:00
Samuel Clay
c649f84949 Changing copy on premium/feedchooser dialog. 2012-02-29 15:08:23 -08:00
Samuel Clay
bd574d0c06 Final stripe.js tweaks before launch. 2012-02-29 12:29:46 -08:00
Samuel Clay
fa917389a8 Adding Pay by Credit Card as an option to feed chooser dialog. Thus concludes Stripe.js integration. Time to launch! 2012-02-29 12:15:01 -08:00
Samuel Clay
c9866c087d Wrapping up stripe.js form. Has validation, styling, and does the right thing for new subscriptions. Needs a link to the form, though. 2012-02-28 17:37:01 -08:00
Samuel Clay
29234a8bac Stripe.js payments using zebra. Adding zebra as a vendored dependency. Webhooks and views all in. Needs styling, custom username and email fields, and loads of testing. 2012-02-27 21:46:34 -08:00
Samuel Clay
f1dd796aa7 Styling social profile. 2012-02-24 16:14:24 -08:00
Samuel Clay
c46b00e6e0 Finished user model refactor. Now user profiles are centralized. 2012-02-24 14:36:19 -08:00
Samuel Clay
408cb7e801 Merge branch 'master' into social
* master:
  Fixing starred stories from not loading past the second page due to a missing flag reset.
  Fixing user-found bug around tooltips continuing to show if the original dom element (and the reference to the tooltip) are destroyed too early, leaving a tooltip floating in the air.
  Geometrically delaying the fetching of bad feeds, while they're still somewhat fresh.
  Fixing error codes on statistics. Also fixing simple error on invalid feed.
  Update media/js/newsblur/reader.js

Conflicts:
	media/js/newsblur/reader/reader.js
2012-02-24 13:01:48 -08:00
Samuel Clay
3f42018f91 Fixing starred stories from not loading past the second page due to a missing flag reset. 2012-02-24 12:47:39 -08:00
Samuel Clay
3dd04f521f Fixing user-found bug around tooltips continuing to show if the original dom element (and the reference to the tooltip) are destroyed too early, leaving a tooltip floating in the air. 2012-02-24 12:08:11 -08:00
Samuel Clay
7203d69e42 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Update media/js/newsblur/reader.js
2012-02-24 10:30:56 -08:00
Samuel Clay
48b69c5e57 Fixing error codes on statistics. Also fixing simple error on invalid feed. 2012-02-24 10:30:39 -08:00
Laptop765
bf3bd8c49c Update media/js/newsblur/reader.js 2012-02-23 21:40:03 -08:00
Samuel Clay
c27e567912 Adding extra height to stories that are below minimum for expansion of share block. 2012-02-23 16:38:08 -08:00
Samuel Clay
307e36622b Merge branch 'master' into social
* master:
  Adding asset-less deployment.
  Upgrading feedparser from 5.0.1 to 5.1.
  Catching errors in page links with ill-formed urls.
  Not showing the world favicon until favicons are downloaded.
  Fixing feed exception dialog to actually reload feeds on the page.
  Geometrically decaying feed fetches on known good feeds that have gone bad.
  Fixing issue around empty original pages.

Conflicts:
	media/js/newsblur/reader/reader.js
2012-02-23 15:40:38 -08:00
Samuel Clay
2c7f20fd00 Not showing the world favicon until favicons are downloaded. 2012-02-23 14:08:44 -08:00
Samuel Clay
f3e2876ea2 Fixing feed exception dialog to actually reload feeds on the page. 2012-02-23 14:03:11 -08:00