Commit graph

1553 commits

Author SHA1 Message Date
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
7f6d1a3fae Styling errors on stripe payment form. 2012-02-29 12:57:46 -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
0cdba5dd07 Styling the stripe.js background. 2012-02-28 17:53:19 -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
bc596bb889 Merge branch 'master' into stripe
* master: (26 commits)
  Reducing celery prefetch to get more accurate queue sizes.
  Removing RabbitMQ dependency. Moving to redis for task queuing.
  Counting queue size for celery/redis.
  Switching to redis to feed queuing. Also adding a weight for skipping feed fetches under high load.
  Skipping feed resurrection.
  Fixing last update problem that has been choking feed fetchers.
  Fixing last update problem that has been choking feed fetchers.
  Typo in feed pool drain.
  Adding ability to wind down feed queue by faking requests.
  Adding debug message about counting errors.
  Inverting the count for fetched feeds.
  Fixing numerous feed fetching errors.
  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
  Adding asset-less deployment.
  Upgrading feedparser from 5.0.1 to 5.1.
  Catching errors in page links with ill-formed urls.
  ...
2012-02-27 12:44:46 -08:00
Samuel Clay
f1dd796aa7 Styling social profile. 2012-02-24 16:14:24 -08:00
Samuel Clay
d7ea7ac918 Default profile photo. 2012-02-24 14:36:30 -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
Samuel Clay
aa9197feb5 Splitting profiles and stories. 2012-02-22 09:48:45 -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
7b6f1ee4d7 Stubbing in social profile modal. 2012-02-21 10:06:12 -08:00
Samuel Clay
2c0e6d3741 Merge branch 'master' into social
* master:
  New preference: action to perform when opening a feed -- jump to either newest or oldest story automatically.

Conflicts:
	media/js/newsblur/reader/reader.js
2012-02-21 09:00:30 -08:00
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
1ead218353 Geometric story finder in Feed view, doubling every iteration to find moved stories. 2012-02-17 17:41:20 -08:00
Samuel Clay
31cf374964 Social feed statistics (story counting and classifier counting), as well as social feed urls in Feed Settings. 2012-02-16 18:36:52 -08:00
Samuel Clay
d703c64c47 Correct unread counts on social feeds. Needs auto-updating, refreshing, and smarter counting only when necessary. 2012-02-15 18:00:10 -08:00
Samuel Clay
af4a92a266 Saving and fetching social feed classifiers. 2012-02-14 10:34:10 -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
41a9fff747 Switching into story iframe should trigger fetch of stories on social feeds. 2012-02-10 19:45:49 -08:00
Samuel Clay
e5856aa6ae Social sites now have URLs. 2012-02-10 19:33:31 -08:00
Samuel Clay
310352915b Merge branch 'master' into social
* master:
  Style tweaks for Windows.
2012-02-10 17:27:42 -08:00
Samuel Clay
d83adabbc7 Style tweaks for Windows. 2012-02-10 17:14:20 -08:00