Samuel Clay
0afd1d4326
Still showing publisher greens if story has no feed_id and therefore wont have any feed greens.
2012-12-10 14:19:54 -08:00
Samuel Clay
e572b3d53f
Moving to better feed finder (in the case of dupe feeds).
2012-10-25 16:14:25 -07:00
Samuel Clay
e8b9200993
Fixing social classifiers in river blurblog.
2012-09-24 17:38:46 -07:00
Samuel Clay
3324256f36
Fixing trainer for stories in social feeds.
2012-09-07 19:14:01 -07:00
Samuel Clay
5ec7e202b7
Fixing crashing iOS app on missing feed info.
2012-08-31 18:32:44 -07:00
Samuel Clay
046fe12e56
Fixing errors in story training classification on social subs.
2012-08-29 18:07:54 -07:00
Samuel Clay
3acc2850aa
Scrubbing content and title from bookmarklet. Completing flow when updating comments, so showing user's own comments and customized title/content. Just need to show other shared stories and it'll be ready to ship.
2012-08-24 18:07:44 -07:00
Samuel Clay
977109f9aa
Loading social feeds is now backbonified.
2012-05-29 11:48:40 -07:00
Samuel Clay
27608f9d6b
Fixing classifier training issue.
2012-05-26 22:14:34 -07:00
Samuel Clay
15943bb2b9
Updating read counts and story intelligence status on training.
2012-05-25 22:13:50 -07:00
Samuel Clay
69bf581cd2
Merge branch 'master' into social
...
* master:
Adding story permalink to story context-menu. Thanks to @grammargirl for the idea.
Adding task servers and updating automated deploy.
Removing dupe unique index in prep for social.
Adding 3 new task servers.
Conflicts:
apps/analyzer/models.py
fabfile.py
media/js/newsblur/reader/reader.js
utils/feed_fetcher.py
2012-05-17 13:27:29 -07:00
Samuel Clay
541121eb83
Removing dupe unique index in prep for social.
2012-05-17 10:52:33 -07:00
Samuel Clay
6e29d85c57
Beginning the process of getting anonymous users able to read social feeds. Also setting up unread counts for new machines.
2012-03-29 17:24:23 -07:00
Samuel Clay
2a1da3d886
Combining both social and personal intelligence filters on social feeds.
2012-03-22 15:27:28 -07:00
Samuel Clay
d703c64c47
Correct unread counts on social feeds. Needs auto-updating, refreshing, and smarter counting only when necessary.
2012-02-15 18:00:10 -08:00
Samuel Clay
af4a92a266
Saving and fetching social feed classifiers.
2012-02-14 10:34:10 -08:00
Samuel Clay
28e3871b6c
Stubbing in social feed count calculations.
2012-02-08 12:20:05 -08:00
Samuel Clay
161d163d92
Moving back to stable mongoengine dev branch (no longer using forked branch). Changes to signature of map-reduce and item_frequencies.
2011-08-27 17:14:31 -07:00
Samuel Clay
62bb88f6ff
Simply adding the number of read stories in the log of slow feed loads.
2011-06-09 19:00:31 -04:00
Samuel Clay
4f46b358db
Major optimization on mongo queries. No longer using .rewind(), which is actually re-running the damn query! Wrapping repetitive querysets in list() for performance.
2011-06-09 15:36:24 -04: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
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
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
ae2fdee539
Rewinding classifiers iterator, since they are being refetched every time.
2010-09-07 17:55:40 -07: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
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
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
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
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
Samuel Clay
1180100e37
- Fixing caching of feeds and users.
...
- Added loading indicator on new feed.
- Cleaned up numerous bugs around showing/hiding out-of-score stories.
2010-01-24 22:53:46 -05:00
Samuel Clay
b1c72c5c9f
Huge update: Hooking up slider to hide/show stories based on their score. Also added new story counts, score calculations, and real-time updating of unread counts as you read.
2010-01-21 13:12:29 -05:00
Samuel Clay
35df77cdf6
Adding classification types for publishers vs. stories.
2010-01-12 01:19:37 +00:00
Samuel Clay
0c33bc84cb
Adding intelligence button for feeds.
2010-01-07 00:04:12 +00:00
Samuel Clay
138f93cf43
All classifier facets and data is now saved, end to end. Now, to apply facets to incoming stories and assign scores.
2010-01-05 16:07:11 +00:00
Samuel Clay
fb6d0692ce
Naive Fisher Bayesian Classifier. Stubbed in some boilerplate for making the analyzer do its job. Still have to connect it to feeds and train on real data, but it's looking good as a starting point.
2009-11-03 03:52:03 +00:00
Samuel Clay
48ba40e29b
Initial
2009-06-16 03:08:55 +00:00