Commit graph

1177 commits

Author SHA1 Message Date
Samuel Clay
b66080ca4d Fixing how duplicate feeds are handled and found. When a subscription is not found, check for duplicate feeds and then switch accordingly. When merging feeds, don't forget to bring along the dupe feed's dupe feeds. 2010-11-09 09:55:44 -05:00
Samuel Clay
e09868ae35 Minor changes: feed trainer only uses active feeds. Google Reader import being called multiple times is now handled gracefully. 2010-11-08 18:26:36 -05:00
Samuel Clay
2c8b8d848f Updating feeds that are added but have not been updated in over a day. 2010-11-06 13:31:20 -04:00
Samuel Clay
b30752a9c1 A huge slew of bug fixes related to feed fetching, missing ids, and missing feeds. 2010-11-05 20:34:17 -04:00
Samuel Clay
9c4ee28c6d Adding preference for hiding feeds with no unread stories. 2010-11-05 10:35:52 -04:00
Samuel Clay
6162a7b230 Fixing a bug when multiple usersubscriptionfolders are created. Deleting the multiples. 2010-11-04 19:32:19 -04:00
Samuel Clay
97b1789a7a Wrong user in load_single_feed.' 2010-10-31 19:32:41 -04:00
Samuel Clay
905766c7e5 Preferences! Timezone support, new window setting, and default story view. 2010-10-31 16:03:50 -04:00
Samuel Clay
100b672bbe Typo. 2010-10-30 07:14:45 -04:00
Samuel Clay
786b3d9982 Fixed a bunch fo bugs around feed chooser, OPML import, google reader import, and counts. Also added preferences for new windows, timezone support, and default views. This is one loaded commit. 2010-10-30 00:27:52 -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
df403ceb7f Only queueing new feeds on activation. 2010-10-26 14:04:26 -04:00
Samuel Clay
c42547910a Only calculate scores for active feeds. Duh. 2010-10-25 22:34:03 -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
6c4f3e5871 Adding paypal return screen, which holds the user until paypal ipn kicks in and their feeds are converted. 2010-10-19 19:09:08 -04:00
Samuel Clay
554beb5293 Adding trainer and account type to home page. 2010-10-17 17:25:10 -04:00
Samuel Clay
5c5ef48c91 Adding feeds become auto-active. 2010-10-17 00:35:06 -04:00
Samuel Clay
8a64403370 Fixing up feed modal, showing at start for all users without selected feeds. 2010-10-15 09:21:46 -04:00
Samuel Clay
24e2550c82 Showing feed chooser modal on start for users who haven't chosen any feeds. Also fixed race conditions associated with showing/hiding the chooser progress bar. 2010-10-14 09:51:56 -04:00
Samuel Clay
50ca90d225 Resurrecting dead users by re-activating their feeds. 2010-10-08 10:48:33 -04:00
Samuel Clay
15fafd4334 Fixing up old accounts that login after a month of non-use. Restarting their inactive feeds. 2010-10-07 19:56:23 -04:00
Samuel Clay
092b560abe Merge branch 'master' into chooser 2010-10-07 19:33:39 -04:00
Samuel Clay
79262609f6 Forcing traditional ajax experience since the new ajax manager uses jquery's ajaxsettings. 2010-10-06 20:58:29 -04:00
Samuel Clay
693eb9272e Merge branch 'master' into chooser 2010-10-06 19:26:10 -04:00
Samuel Clay
65621e2647 Whoops, typo. 2010-10-06 19:14:04 -04:00
Samuel Clay
70222bec34 Trying to fix the feed buster buster. 2010-10-06 19:12:20 -04:00
Samuel Clay
bfa6c80778 Adding premium subscriber counts for all feeds. Still need to auto-update it when old usrs turn active again. 2010-10-06 10:21:14 -04:00
Samuel Clay
028dc9e646 Fixing front-end issues around showing and hiding the feed chooser in different circumstances. 2010-10-06 09:42:59 -04:00
Samuel Clay
b2571e91e3 Further refining feed chooser dialog to include premium account information. Also refactoring across the board to handle premium accounts. 2010-10-05 19:05:01 -04:00
Samuel Clay
1a5a908466 Separating feed chooser into standard and premium. 2010-10-02 17:05:55 -04:00
Samuel Clay
6d20886529 Putting server and client sides together to choose feeds. 2010-09-28 18:53:57 -04:00
Samuel Clay
e4c00a77a8 Feeds get auto-selected in feed chooser by priority. Unfortunately, it prioritizes incorrectly right now by using the minimum cutoff in a non-stable sort. 2010-09-24 18:22:12 -04:00
Samuel Clay
7e5dcb188a Adding munin graphs for feed loadtimes: averages, min, and max for the past hour and day. Going to be beautiful. 2010-09-23 10:29:18 -04:00
Samuel Clay
b9bc00a024 Fixing last update dates so they are always accurate, even on feed loads. 2010-09-22 19:59:07 -04:00
Samuel Clay
9870276df1 Adding Delete Folder to the folder action menu. Uses a new algorithm that is far better and way more efficient than deleting each feed individually. 2010-09-22 10:12:38 -04:00
Samuel Clay
4ea886be15 Adding checks for feed in trainer, now that the trainer is doing double-duty for individual feeds and for the trainer itself. 2010-09-21 19:07:36 -04:00
Samuel Clay
7099107899 Merge branch 'master' into folder_actions 2010-09-20 19:32:17 -04:00
Samuel Clay
235f159fea Refactoring manage/train classifiers. A bit broken. 2010-09-17 12:40:42 -04:00
Samuel Clay
afc7d15ad0 Fixing timezones so future stories aren't unread when tehy are marked as read. 2010-09-16 22:04:18 -04:00
Samuel Clay
220b4f6033 Mark Folder as Read. 2010-09-16 11:28:42 -04:00
Samuel Clay
154ac4d3a9 Fixing delete feeds to only delete the one feed you want to delete, not all of the others. Also fixed add URL to check more aggressively for duplicate feeds. 2010-09-14 23:47:21 -04:00
Samuel Clay
5ca39809e9 Refactoring delete feeds and adding delete folders, which does not yet work. 2010-09-14 20:49:28 -04:00
Samuel Clay
4bd18662a0 Using wrong value in formatted stories. Story_guid is converted to id in format_stories. Doh. 2010-09-10 09:26:32 -07:00
Samuel Clay
80f921996e Forcing duplicate stories read to throw an exception. I need to see this happening. 2010-09-10 09:02:11 -07:00
Samuel Clay
9fab385689 While story_guids are not fully migrated, need to check for both guid and unicode ID. 2010-09-10 08:32:48 -07:00