Commit graph

1035 commits

Author SHA1 Message Date
Samuel Clay
f5e36c5b8e Only deactivating feed exceptions. Turning page exceptions back on, since they can now be handled in the UI. 2010-10-29 11:45:00 -04:00
Samuel Clay
ebacf13670 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-29 11:34:46 -04:00
Samuel Clay
b08332e3b6 Retrain classifiers at the end of the trainer. 2010-10-29 11:34:33 -04:00
Samuel Clay
22570cf4c8 Adding premiums to munin. Fixing a few missing feeds bugs. These have to be addressed categorically, but for now, just pass on the bad ones. 2010-10-29 09:02:54 -04:00
Samuel Clay
56cff2fe96 Updating FAQ and About. 2010-10-28 22:19:33 -04:00
Samuel Clay
9b1a873084 Feeds throwing page exceptions are now no longer considered misbehaving. However, the Original view is disabled and brings up the exception modal when clicked. 2010-10-28 18:17:14 -04:00
Samuel Clay
dbc1b6740f Insta-fetching a feed should show its manage menu. using the wrong call to make the new feed. 2010-10-27 23:07:16 -04:00
Samuel Clay
2523f499ca Enabling feed manage menu hover on feeds insta-fetched or exceptioned. 2010-10-27 22:52:49 -04:00
Samuel Clay
6bb25fbf18 Refreshing a feed turns it active, just in case it's not (either by exception or by decay). 2010-10-27 19:27:59 -04:00
Samuel Clay
bc1940bcc0 Fixing classifiers in load_single_feed to show the same classifiers when loading in get_feed_trainer(). Just needed a rewind(). 2010-10-27 19:23:06 -04:00
Samuel Clay
2bafd2f89e Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-27 13:10:20 -04:00
Samuel Clay
667de1e1f1 Forcing inactive feeds to go active when exception is gone. 2010-10-27 13:09:46 -04:00
Samuel Clay
d8e9013c4f Adding a Go Premium! button to the homepage. 2010-10-26 23:59:27 -04:00
Samuel Clay
df403ceb7f Only queueing new feeds on activation. 2010-10-26 14:04:26 -04:00
Samuel Clay
e5ee6328f3 Who knew markdown syntax was backwards to my intuition? 2010-10-26 10:36:38 -04:00
Samuel Clay
fd3947ed6d Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-26 10:35:38 -04:00
Samuel Clay
0f9771172b Linking to my @samuelclay Twitter account from the README. 2010-10-26 10:34:48 -04:00
Samuel Clay
c42547910a Only calculate scores for active feeds. Duh. 2010-10-25 22:34:03 -04:00
Samuel Clay
78ec2e3d88 Adding local_settings.py.template for those at home. 2010-10-25 20:49:53 -04:00
Samuel Clay
40e4af7a8d Trying to add feed statistics back. Only calculating them when requested. 2010-10-25 20:44:52 -04:00
Samuel Clay
7b4060a384 Fixing errors around a user trying to open a feed that has been de-duped and lost. The server now finds the de-duped feed and sends it back. 2010-10-25 20:20:59 -04:00
Samuel Clay
10f58f8608 Renaming json.py to json_functions.py to resolve namespace conflict with anyjson. 2010-10-23 13:06:28 -04:00
Samuel Clay
bbab6e7e4b Activation logging. 2010-10-23 12:31:32 -04:00
Samuel Clay
8448a2cf08 Logging for new premium accounts. Emails + logs. 2010-10-23 12:29:18 -04:00
Samuel Clay
b8df7ef045 Fixing feed chooser for top-level feeds. 2010-10-23 12:14:57 -04:00
Samuel Clay
a1510a3c94 Using Paypal Production. Flipping the switch. 2010-10-23 11:34:11 -04:00
Samuel Clay
143adc6d77 Working on sandbox until i know this is right. 2010-10-23 11:22:57 -04:00
Samuel Clay
6b0d2f457c Refactoring activation of premium accounts. Trying out production paypal. 2010-10-23 11:20:54 -04:00
Samuel Clay
fd71c60dab Adding domain to paypal button. 2010-10-23 11:13:44 -04:00
Samuel Clay
c9e88798b3 Fixing small issues with starting and ending training. 2010-10-23 11:05:43 -04:00
Samuel Clay
9437b9c096 Adding loading bar to paypal return. 2010-10-23 10:46:35 -04:00
Samuel Clay
169c9327d2 Error conditions for failing Paypal IPN. 2010-10-23 10:40:25 -04:00
Samuel Clay
d106dcabdc Fixing delete button in exception modal. 2010-10-23 10:29:35 -04:00
Samuel Clay
870af936ca Adding paypal ipn checks for premium status. Still needs a count fo the number of tries for failure status. 2010-10-22 10:22:19 -04:00
Samuel Clay
20195f4345 Merge branch 'master' into chooser
Conflicts:
	media/js/newsblur/reader_classifier.js
	media/js/newsblur/reader_manage_feed.js
	media/js/underscore.js
2010-10-22 09:56:06 -04:00
Samuel Clay
0127a923c3 Updating thumbs in trainer to use new renamed thumbs. 2010-10-22 00:25:02 -04:00
Samuel Clay
3d17e18dfc Refreshing thumbs up/down images. 2010-10-22 00:22:04 -04:00
Samuel Clay
257160f6bb Merge branch 'classifiers' 2010-10-22 00:19:32 -04:00
Samuel Clay
8dee466fbd Removing feed manager for good. 2010-10-22 00:19:22 -04:00
Samuel Clay
49c59fdc4b Merge branch 'classifiers' 2010-10-22 00:16:53 -04:00
Samuel Clay
516f08d6be Final touches to the new classifiers. Title highlighting now controls the new-style title classifier in story view. 2010-10-22 00:16:34 -04:00
Samuel Clay
90b57f31ce Adding titles to trainer. Removing feed manager. It's functionality is now compeltely rolled into the intelligence trainer. Big YAY for deleting old code. 2010-10-21 23:32:07 -04:00
Samuel Clay
8062a67628 Finishing up look and feel of classifiers. Also added shift+j and shift+k to keyboard shortcuts modal. 2010-10-21 19:36:03 -04:00
Samuel Clay
7d5f160b93 Adding shift+j and shift+k to move between feeds. Thanks to Jim Moran for the suggestion. 2010-10-21 18:52:25 -04:00
Samuel Clay
0cf370cd21 Updating Underscore.js 2010-10-21 13:50:43 -04:00
Samuel Clay
02964a5775 Internet Explorer fix for Array.indexOf(). Now using _.contains() instead. 2010-10-21 13:48:08 -04:00
Samuel Clay
b6b8bc67cf HTML5 doctype. 2010-10-21 13:39:47 -04:00
Samuel Clay
5bcd5eb730 Serializing and deserializing new classifiers. 2010-10-21 13:37:36 -04:00
Samuel Clay
08c31b3645 Finished up interaction for new dual-mode classifiers. Still need to serialize classifiers, then perhaps reprocess on the backend to handle both modes at once. 2010-10-19 22:41:30 -04:00
Samuel Clay
9d51e999ba First draft of brand new dual-mode classifiers. Both tumbs up and thumbs down in the same classifier. Hover behavior works, not much else, so far. 2010-10-19 20:57:25 -04:00