Commit graph

1177 commits

Author SHA1 Message Date
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
2a6568375d Merge branch 'master' into river 2011-01-10 22:26:56 -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
Samuel Clay
f4114e038f Removing items before the mark_read_date. Paging is broken though. 2011-01-07 16:26:17 -05:00
Samuel Clay
846c06161a Adding new feeds should instantly count their subscribers and set the next fetch date. Bizarre that this hasn't been happening. 2011-01-06 08:50:28 -05:00
Samuel Clay
b562446884 Adding timediff to river. 2011-01-05 10:18:40 -05:00
Samuel Clay
121e5a3529 Merge branch 'master' into river 2011-01-03 09:57:44 -05:00
Samuel Clay
7d3a173422 Rudimentary makring as unread. Also repositioning starring. 2010-12-31 10:34:31 -05:00
Samuel Clay
ff401bb896 Marking as unread updates all appropriate counts. 2010-12-30 19:24:52 -05:00
Samuel Clay
3aaae18228 Re-enabling river, and trying to ignore the mark_as_read date for now. Will bring it back in a map_reduce. 2010-12-16 16:17:03 -05:00
Samuel Clay
9e05658825 Merge branch 'master' of github.com:samuelclay/NewsBlur into river 2010-12-16 12:59:52 -05:00
Samuel Clay
9b6e881ebd Adding comments and disambiguating read_stories count for river. 2010-12-16 12:59:49 -05:00
Samuel Clay
d8ff92f894 Fixing color of feed loading. 2010-12-15 22:27:12 -05:00
Samuel Clay
976e4fd33d Changing log colors for imports. Also starting to fill out the fabfile.py, which needs a lot of love. 2010-12-15 22:26:05 -05:00
Samuel Clay
cc36baeb18 Paging while read river stories now works by fetching the entire history back for each successive page, cleverly compacting and ignoring pages as they are read. Not 100% optimal, but a lot quicker and easier than figuring out some stateful representation of paging continuations. 2010-12-15 16:10:54 -05:00
Samuel Clay
c1de923d8e Unread in river. 2010-12-14 19:23:16 -05:00
Samuel Clay
e2247e1efb Using crazy map/reduce functional programming in python to only show unread stories. This will have to be written somehow to account for changing read_stories and changing mark_last_read dates. 2010-12-13 21:53:22 -05:00
Samuel Clay
ea024ad0ff Remvoing read stories from river, but this doesn't take into account the last marked_read date, nor intelligence classifiers. 2010-12-13 10:15:43 -05:00
Samuel Clay
0fad82c434 Back-end for river of news. Shows stories from feeds with unread stories. Works on folders and on everything. Doesn't show read status or intelligence classifiers, yet. 2010-12-12 22:52:15 -05:00
Samuel Clay
a96f48580f Logging feed renames. 2010-12-11 17:19:47 -05:00
Samuel Clay
21b6c7ffc1 Finishing up folder renames on the server. All set for launch. 2010-12-11 17:16:12 -05:00
Samuel Clay
3b9e950c37 Feed renaming on the server-side. 2010-12-11 15:26:45 -05:00
Samuel Clay
48813b798c Fixing colors on read stories. 2010-12-05 23:54:27 -05:00
Samuel Clay
e437bd4bb7 A whole bunch of colored logs. 2010-12-05 23:20:32 -05:00
Samuel Clay
ec6cbefdc8 A whole bunch of colored logs. 2010-12-05 21:09:03 -05:00
Samuel Clay
725d4e5905 A whole bunch of colored logs. 2010-12-05 21:05:34 -05:00
Samuel Clay
cbe5df95aa A few color logging tweaks. 2010-12-05 17:15:58 -05:00
Samuel Clay
397fd61c5f Adding color throughout the logs. It's crazy gorgeous and easy to follow what's happening on the site from across the room. 2010-12-05 16:56:33 -05:00
Samuel Clay
3bc4eaebf3 Starred stories load count in logs. 2010-12-04 23:34:57 -05:00
Samuel Clay
5a2dee1dd4 Allowing anonymous usage of the feed trainer. Used in a few places, so might a swell, since they can't svae anything. 2010-12-04 22:01:26 -05:00
Samuel Clay
3557303ca3 Adding classifiers for starred stories. 2010-12-04 16:42:51 -05:00
Samuel Clay
896b5a3f94 Adding starred date to stories in their original feeds. 2010-12-04 13:51:46 -05:00
Samuel Clay
06d95d4c76 Formatting starred stories in starred stories view. 2010-12-04 13:32:13 -05:00
Samuel Clay
f5f82a68f0 Paging starred stories. 2010-12-03 09:49:38 -05:00
Samuel Clay
fd88d41f74 Showing starred stories in their own feed view. 2010-12-02 20:18:33 -05:00
Samuel Clay
c69fce03a7 Updating feed header star count for story starring. Also starting to retrieve starred stories and displaying them in the feed view. 2010-12-02 11:09:09 -05:00
Samuel Clay
822ad26c63 Updating starred count on load. 2010-12-01 14:11:42 -05:00
Samuel Clay
82dd89b161 Starred Stories bar at top, with blue count. 2010-12-01 09:30:56 -05:00
Samuel Clay
4507f7286a Stars now save to the new StarredStory mongo model. THey are also persistent on the client-side. Now to just make a special starred stories view and counter. 2010-11-30 10:30:18 -05:00
Samuel Clay
6797b92e66 Fix for ordering found feed by address, but in order. 2010-11-29 09:58:08 -05:00
Samuel Clay
298a68b15b Fixing a bug when deleting empty folders. 2010-11-25 09:22:51 -05:00
Samuel Clay
5702aaf76d Fixing a bug when deleting empty folders. 2010-11-25 09:20:06 -05:00
Samuel Clay
f71dda9cfd Add original story view (safari view) in iPhone app. 2010-11-13 18:32:43 -05:00
Samuel Clay
21cfaec72a Fixing a bug where exception feeds that are being repaired have the wrong feed_id because they've already been de-duped. 2010-11-12 10:55:44 -05:00
Samuel Clay
af836c03ec Adding login and logout, and storing session information in iPhone app. 2010-11-11 23:48:27 -05:00
Samuel Clay
00551be672 Further changes to the login modal in the iPhone app. 2010-11-11 20:05:53 -05:00
Samuel Clay
f485115ef2 Adding authentication to the iPhone app. 2010-11-10 21:54:40 -05:00