Commit graph

400 commits

Author SHA1 Message Date
Samuel Clay
0230fd64ef While story_guids are not fully migrated, need to check for both guid and unicode ID. 2010-09-10 08:38:50 -07:00
Samuel Clay
0d5b964b38 Small code cleanups before relaunching story_guids unique. 2010-09-10 00:51:20 -07:00
Samuel Clay
ae2fdee539 Rewinding classifiers iterator, since they are being refetched every time. 2010-09-07 17:55:40 -07:00
Samuel Clay
8521655d4b No override for saving usersubscriptions. 2010-09-01 08:29:43 -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
7e40103a4c Adding a duplicate feed table so future duplicates will be caught and corrected. 2010-08-19 10:43:07 -04:00
Samuel Clay
2b8f4bff95 Normalizing logging across all views and models. 2010-08-17 17:45:51 -04:00
Samuel Clay
f3522cf0ec Adding logging in many other places. 2010-08-16 15:45:35 -04:00
Samuel Clay
588207384c Logging tweaks to handle console and file handlers. 2010-08-16 12:52:39 -04:00
Samuel Clay
602d54504a Silencing logs in background processes. 2010-08-15 12:07:19 -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
aed8a84ae1 Short-circuiting unfetched feeds from computation. 2010-08-11 14:44:25 -04:00
Samuel Clay
eed39f820f Short-circuiting unfetched feeds from computation. 2010-08-11 14:42:40 -04:00
Samuel Clay
66eae41e2d Intelligence Trainer. A whopper of a commit. 2010-08-01 19:12:49 -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
0248b5c89a Finished feed drag-and-drop reordering 2010-07-11 11:10:45 -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
e46f6cee7f Refactoring a bit and marking a subscription as read when it's out of stories. 2010-07-06 16:37:49 -04:00
Samuel Clay
113a4e058c Adding a Delete This Site manage menu item, complete with cancel button. 2010-07-01 00:29:26 -04:00
Samuel Clay
30bd4610e8 Adding a mark all as read older than modal. 2010-06-14 01:01:21 -04:00
Samuel Clay
ee61967a2b Redesigning the main view: including a new features list, reformatted login and signup form. 2010-06-12 21:20:06 -04:00
Samuel Clay
fa6f5bb6e5 Fixing empty folders. 2010-05-11 22:49:41 -04:00
Samuel Clay
90f0bcae96 Latest story date. 2010-04-09 16:14:11 -04:00
Samuel Clay
8ec7994af4 Err, plus one minute 2010-04-09 16:13:26 -04:00
Samuel Clay
b4a7b29a4b last read minus one minute, so the latest story falls under read zone. 2010-04-09 16:12:48 -04:00
Samuel Clay
6be96b05d3 Stopgap solution for lack of timezone support. Marking a feed as read uses the timestamp of the latest story OR current time, whichever is later. 2010-04-09 16:10:23 -04:00
Samuel Clay
dfc8760ea2 Adding a dirty feed checker that calculates feed scores for changed feeds. 2010-04-08 18:36:48 -04:00
Samuel Clay
d2b12da53a Handling edge cases for tags. 2010-04-05 03:20:44 -04:00
Samuel Clay
fc6672bab0 Speeding up score calculation. 2010-04-05 02:42:43 -04:00
Samuel Clay
91126ef5a6 Django 1.2 prep. Also fixing up styling for tags. 2010-04-03 16:05:52 -04:00
Samuel Clay
90adb4f875 Fixed many, many outstanding JavaScript issues. Most bugs were around clicking all over the interface and stuff failing. 2010-02-17 00:53:05 -05:00
Samuel Clay
8f22031ea3 Adding threaded folders and feeds. Also refactored OPML import to handle many edge cases and nested cases. Rewrote feed loading on front-end so everything's faster to load. 2010-02-11 01:28:47 -05:00
samuelclay
4cfb2c2075 Purge cache on score calculations. 2010-01-27 18:28:57 -05:00
samuelclay
82972d276f Exclude read stories in score calculations. No need to count what's read. 2010-01-27 18:08:07 -05:00
samuelclay
5ed1b06710 Opening the floodgates for proper counting. 2010-01-26 20:39:11 -05:00
Samuel Clay
d748a41d85 Trimming > 1000 stories from feeds. 2010-01-26 19:59:43 -05:00
Samuel Clay
9c814578c0 Reducing load of calculate_scores() 2010-01-21 23:50:03 -05:00
Samuel Clay
c6f86dad76 OK, for now, score calculation is too expensive to do on feed fetching. I'll run it manually until I figure out the best way to run it. For one, running 8 threads all calculating scores is *not* the way to go on a single db. 2010-01-21 22:23:42 -05:00
Samuel Clay
88cb715a28 Adding debug for calculate_scores 2010-01-21 17:56:54 -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
5185da7b16 Mark All as Read fixed. 2009-09-08 04:37:38 +00:00
Samuel Clay
bdd91d714d Refactored the feed fetcher. Added integration tests for dupe matching. Also stubbed in AI score calculations so I can do something with the output soon. 2009-08-29 19:34:42 +00:00
Samuel Clay
bd0099ad81 Rewrote ingestion and acquiring of feeds. This needs some serious TLC soon. 2009-08-01 04:26:57 +00:00
Samuel Clay
5d185bae74 Optimizing and refactoring a ton of queries and calls. Really, I touched almost everything, from the feed ingestion system, to marking stories as read, to merging ReadStories and Opinions. 2009-07-28 02:27:27 +00:00
Samuel Clay
ff13e9c4a6 Beginnings of minor cache work. So far, only on user accounts. 2009-07-25 15:24:27 +00:00
Samuel Clay
0922c7548f Moving the counting of unread feeds over to the analyzer, not the reader. Duh. This makes loading much faster. 2009-07-25 00:57:39 +00:00
Samuel Clay
9ba207b987 Story likes/dislike now in DB and respected in JS. 2009-07-05 21:45:46 +00:00
Samuel Clay
48ba40e29b Initial 2009-06-16 03:08:55 +00:00