Commit graph

62 commits

Author SHA1 Message Date
Samuel Clay
42cd43681f Completed API. May need some example output, but it's all there and documented. 2011-04-24 01:52:44 -04:00
Samuel Clay
a2e082b0d8 Paging from 1 and not 0. Moving the JS assetmodel to use new paging and API endpoints. 2011-04-21 10:44:55 -04:00
Samuel Clay
8e2936fc1b Utils -> vendor 2011-04-11 21:57:45 -04:00
Samuel Clay
6584bdb7b9 Whoops, forgot a variable on logging. 2011-03-17 22:17:31 -04:00
Samuel Clay
691898e922 Changing how unreads are calculated. If all stories are red, that's OK for now. Prevents the weird situation when training a feed and everything switches colors at once (same author or something), and when the unreads cycle through red, then everything gets marked as read. Not the desired behavior. And who is this helping, anyhow? 2011-03-17 22:15:29 -04:00
Samuel Clay
4ab3904d52 Adding paging on recommendations. Also moved out of profile preferences, since it needs to be used by the base template when setting up the middle column (the column where recommended feeds go). Now a first-order column on user profiles. 2011-03-13 16:24:49 -04:00
Samuel Clay
24aa214346 Refactoring feed canonical representations. Split Feed from UserSubscription for use in the feed recommended module. Hooked up Statistics and Intelligence Trainer modals to the recommended feed. Still need Try/Add, and paging. 2011-03-04 12:27:31 -05:00
Samuel Clay
2e67efea6e YAY! Adding classifiers is now instant and does not require a feed refresh. Required scoring intelligence on both server-side and client-side. 2011-02-27 16:13:22 -05:00
Samuel Clay
de80258365 Adding *'s to premium users during logging. 2011-02-23 13:46:47 -05:00
Samuel Clay
80de98662a Removing many psql tables that no longer do anything. 2011-01-17 23:24:30 -05:00
Samuel Clay
c5d798117f Adding intelligence classifiers to river of news stories. 2011-01-07 19:06:36 -05:00
Samuel Clay
ec6cbefdc8 A whole bunch of colored logs. 2010-12-05 21:09:03 -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
eeb322f3b4 Adding TF/IDF and LDA (semantic analysis) algorithms. 2010-11-22 11:14:00 -05:00
Samuel Clay
21379537aa Showing title classifiers in story trainer. 2010-11-09 22:06:08 -05: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
10f58f8608 Renaming json.py to json_functions.py to resolve namespace conflict with anyjson. 2010-10-23 13:06:28 -04:00
Samuel Clay
5bcd5eb730 Serializing and deserializing new classifiers. 2010-10-21 13:37:36 -04:00
Samuel Clay
ae2fdee539 Rewinding classifiers iterator, since they are being refetched every time. 2010-09-07 17:55:40 -07:00
Samuel Clay
ca06958dd1 Adding About and FAQ modals. Still need to fill in the FAQ, then link them together correctly. 2010-09-02 20:41:53 -04:00
Samuel Clay
d90f1791e1 Refactored a bit here and there. The real changes are coming tonight. 2010-08-23 21:04:51 -04:00
Samuel Clay
f90029eed1 Whew. Finished entire mongo conversion. Classifiers, Stories, and UserStories. Includes bootstrapping each from Postgres. 2010-08-22 18:34:40 -04:00
Samuel Clay
79d1ffd5db Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts. 2010-08-21 23:49:36 -04:00
Samuel Clay
ac53f33788 Further Mongo work. Stories are now saved correctly, with tags + authors. Still need to do UserStories. 2010-08-21 20:42:38 -04:00
Samuel Clay
68b0ae7254 Adding exception handling UI. Also disabled feeds that are just chock full of exceptions. No need to continually fetch buggy feeds. Still need to figure out a way to let users fix problematic feeds, but letting them know is an improvement. 2010-08-18 20:35:45 -04:00
Samuel Clay
2b8f4bff95 Normalizing logging across all views and models. 2010-08-17 17:45:51 -04:00
Samuel Clay
2e1c3b4db3 Adding stats and training to logging. 2010-08-16 12:55:45 -04:00
Samuel Clay
3df0722dcc Moving from print-based logging to python-based logging. Quite the improvement. Console/Stream output in development, logfile in production. 2010-08-15 12:04:26 -04:00
Samuel Clay
67efaa91bf Logging statistics, classifiers, and feed trainer. 2010-08-02 23:10:43 -04:00
Samuel Clay
66eae41e2d Intelligence Trainer. A whopper of a commit. 2010-08-01 19:12:49 -04:00
Samuel Clay
2e640970d5 Considerable speed up in returning to the originally scrolled position on the feed iframe. 2010-07-24 18:22:23 -04:00
Samuel Clay
f6ff242457 Keeping track of feed opens. This will go into statistics later. 2010-07-20 20:23:49 -04:00
Samuel Clay
c063333165 Using denormalized story author over normalized story author (which is used for counting authors) 2010-07-08 12:14:48 -04:00
Samuel Clay
697ab34cde Removing references to original_stories, since stories get deleted after awhile. 2010-06-27 21:55:11 -04:00
Samuel Clay
32a4beb9be Adding migrations. Yay for South 2010-06-11 16:58:07 -04:00
Samuel Clay
fbe1367739 Protopub -> NewsBlur 2010-06-08 11:19:07 -04:00
Samuel Clay
3ca7fcefca That mass renames continue! Protoread is now Protopub, and that sounds good to me. 2010-05-14 09:32:38 -04:00
Samuel Clay
b1ac2147ba Renaming News Blur to Protoread. 2010-05-13 11:11:01 -04:00
Samuel Clay
10ec2dcbf3 All tests fixed and now pass. 2010-04-09 18:30:25 -04:00
Samuel Clay
d18ee60599 Mark feed as read button. 2010-04-09 11:59:33 -04:00
Samuel Clay
d2b12da53a Handling edge cases for tags. 2010-04-05 03:20:44 -04:00
Samuel Clay
f473f0e908 Speeding up score calculation. 2010-04-05 02:46:20 -04:00
Samuel Clay
d33031210e Speeding up score calculation. 2010-04-05 02:45:34 -04:00
Samuel Clay
121849c190 Remove classifiers from any classifier modal. Woo! That completes the classifiers. 2010-04-03 23:16:38 -04:00
Samuel Clay
b6495eeab4 Crazy refactor and optimization for choosing and removing classifiers. Now feeds and stories use the same modal, and everything uses the same classifier save on the back-end. 2010-04-03 20:32:40 -04:00
Samuel Clay
80733fd80a Removing dupe classifiers and enforcing score changes. 2010-04-03 17:59:00 -04:00
Samuel Clay
1366f5e750 Making tags uniform across the site. Also beginning the final modal: Add feed. 2010-04-03 00:59:03 -04:00
Samuel Clay
8dd4f84398 Feed management now has a front-end. Shows opinions for tags, titles, authors, and the publisher. 2010-03-28 14:50:41 -04:00
Samuel Clay
18698dc435 Adding corners and more manage feeds. 2010-03-23 20:03:40 -04:00
Samuel Clay
7bc7873db9 Adding manage feed intelligence information. Just need to add it as a view in JS. 2010-03-16 23:18:54 -04:00