Commit graph

1360 commits

Author SHA1 Message Date
Samuel Clay
ff027e2278 Merge branch 'master' into bookmarklet 2011-01-20 18:21:59 -05:00
Samuel Clay
c909e333b9 By adding an entire minute on to the mark_as_read date, we are inadvertantly ignoring all read stories during that minute, which may lead to stories being shown as unread, when they are in fact read. 2011-01-20 18:20:38 -05:00
Samuel Clay
8afdbd8ab0 Adding bookmarklet modal. Also adding the api app, which will handle incoming bookmarklet site adds. Uses a new privacy token to generate a unique URL for each user, so only they can add sites, no login needed. 2011-01-20 09:57:23 -05:00
Samuel Clay
03981d8867 Only queueing stale feeds if there are any to queue. 2011-01-18 08:45:35 -05:00
Samuel Clay
e8541157e5 Adding a select_related to the refresh_feeds call. 2011-01-18 00:04:12 -05:00
Samuel Clay
80de98662a Removing many psql tables that no longer do anything. 2011-01-17 23:24:30 -05:00
Samuel Clay
0ab880f855 Dropping a bunch of extra postgres tables. 2011-01-17 23:20:25 -05:00
Samuel Clay
443fe69156 Moving text fields from Feed to FeedData. Migration includes deletion of old fields on Feed, now unused. 2011-01-17 22:48:38 -05:00
Samuel Clay
b63b07484d Adding sanity checks in FeedData data migration. 2011-01-17 21:11:25 -05:00
Samuel Clay
ad0fea6c7c Adding sanity checks in FeedData data migration. 2011-01-17 21:07:56 -05:00
Samuel Clay
a105606874 Adding sanity checks in FeedData data migration. 2011-01-17 20:38:18 -05:00
Samuel Clay
67904dc2ef Adding sanity checks in FeedData data migration. 2011-01-17 20:32:07 -05:00
Samuel Clay
52dd582b56 Adding sanity checks in FeedData data migration. 2011-01-17 20:28:47 -05:00
Samuel Clay
ad3fbd269e Adding sanity checks in FeedData data migration. 2011-01-17 20:26:34 -05:00
Samuel Clay
b433fae866 Adding FeedData table to remove the extra text heavy ifnormation from the already too-cluttered Feed table. 2011-01-17 20:23:29 -05:00
Samuel Clay
5a17fe4cac Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-01-17 14:20:41 -05:00
Samuel Clay
7fdd173ac0 Refreshing stale feeds for old users returning. 2011-01-17 14:20:36 -05:00
Samuel Clay
a2b9d8cd81 Updating timezones to be django 1.3 compliant. Also adding index to active and active_subs fields on feeds table. 2011-01-17 13:52:25 -05:00
Samuel Clay
abb1b08f68 Updating timezones to be django 1.3 compliant. Also adding index to active and active_subs fields on feeds table. 2011-01-17 13:52:11 -05:00
Samuel Clay
1dc86f3ae8 Merging in river of news but hiding the river functions. 2011-01-16 15:48:27 -05:00
Samuel Clay
0c7d624990 Making the min_to_decay data migration much faster. 2011-01-15 19:12:11 -05:00
Samuel Clay
3b0c663083 Adding staging_full and deploy_full to fabfile to perform schema migrations. 2011-01-15 18:43:30 -05:00
Samuel Clay
f85b757f5b Retooling River of News to use three hueristics: Story date, statistics, and intelligence. So far, this is story date, with the necessary changes to ensure unread stories are within the correct date bounds at all times. 2011-01-15 18:41:41 -05:00
Samuel Clay
c6431967a1 Fixing starring river stories. 2011-01-14 10:07:30 -05:00
Samuel Clay
2396854475 Handling feeds that disappear due to being duped, but the user is already logged in and is eventually going to click on the now missing feed. Correctly identifies missing feed, switches out the original non-dupe feed, and all is well. 2011-01-14 00:59:51 -05:00
Samuel Clay
a31bb20119 Merge branch 'master' into river 2011-01-13 22:59:57 -05:00
Samuel Clay
463d2af239 Meaningless version change. 2011-01-13 22:54:54 -05:00
Samuel Clay
ff92deca95 Adding count to preferences sublabel for hiding read sites in sidebar. 2011-01-13 09:57:50 -05:00
Samuel Clay
eb3ec3b230 Adding sublabel info to default view to tell folks about the per-site override. Styling. 2011-01-13 09:50:57 -05:00
Samuel Clay
40681f6440 Errant print statement. 2011-01-13 08:54:56 -05:00
Samuel Clay
af8a99f1e6 Conflicts on using now more than once in a function. Doh! 2011-01-12 23:36:52 -05:00
Samuel Clay
df25c008d2 Fixing timezones! No more "Yesterday, 11:30pm" when it's really today. GMT is 5 hours ahead of EST, so with it goes the Today/Yesterday. But that's FIXED. 2011-01-12 23:30:38 -05:00
Samuel Clay
852240ccf8 Adding story menu to feed view, as per @heliostatic's feature request. Right-click works like shit, but it needs to be overhauled anyhow. 2011-01-12 22:45:52 -05:00
Samuel Clay
96f141448a Quick fix style tweaks to fix the broken story titles view in the river. 2011-01-12 11:57:27 -05:00
Samuel Clay
0ce9f078f6 Swapping feed and story title in story titles pane. 2011-01-12 10:32:59 -05:00
Samuel Clay
ab8cf11022 Only animate sentiment drops when in feed view. 2011-01-12 09:59:10 -05:00
Samuel Clay
a27af90dce Handling story nav in starred view. 2011-01-11 22:12:33 -05:00
Samuel Clay
4398dac2d9 Experimental fade and slide out of story sentiment when read in feed view. 2011-01-11 21:37:38 -05:00
Samuel Clay
92e4474c3f Loading consecutive pages of stories when not enough are showing. This is unlimited and really could use a limit, yes please, soon, as in, now. 2011-01-11 19:33:55 -05:00
Samuel Clay
bc3b482fcb Limiting river of news feeds to page size, as not to overwhelm the db. 2011-01-11 10:11:25 -05:00
Samuel Clay
b79d223caf Adding title to river of news icon. 2011-01-10 23:12:08 -05:00
Samuel Clay
2a6568375d Merge branch 'master' into river 2011-01-10 22:26:56 -05:00
Samuel Clay
1133e72a5d Adding counts of folders inside collapsed folders. 2011-01-10 22:26:50 -05:00
Samuel Clay
f4671dfaf3 Fading out story sentiment in feed view when story is read. Thanks to premium user @heliostatic for the feature recommendation. 2011-01-10 19:34:27 -05:00
Samuel Clay
5f03c932d7 Fixing bouncing story load bug. Turns out the select-next-story-on-page-load flag was not being turned off. 2011-01-10 18:27:51 -05:00
Samuel Clay
94bb8ed7e3 String check for river in get_next_story 2011-01-10 18:14:10 -05:00
Samuel Clay
6ff83ca98b Fixing next story buttons for river of news. 2011-01-10 09:49:26 -05:00
Samuel Clay
f45937220d Fixing intelligence slider and story classifer modal, making them both river-aware. 2011-01-07 19:20:34 -05:00
Samuel Clay
c5d798117f Adding intelligence classifiers to river of news stories. 2011-01-07 19:06:36 -05:00
Samuel Clay
dac732b569 Fixing sorting in river of news. 2011-01-07 18:44:36 -05:00