Commit graph

16 commits

Author SHA1 Message Date
Samuel Clay
06e94610dc Adding Phrase Filter to Analyzer. Just need to hook up the phrase filter to the story classifier and then save the results to be used for later processing. 2009-11-15 18:57:53 +00:00
Samuel Clay
0caf49e9a4 OK. Turning on threading for feed fetching. Enough logging to catch the bugs. Fixed the segmentation fault on exit. 2009-09-10 02:31:55 +00:00
Samuel Clay
0fd9d0fbdb Making those "pages" of stories actually work correctly. 2009-09-08 01:26:13 +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
d97c5ff0c3 Catching the proper exception. 2009-08-13 04:05:49 +00:00
Samuel Clay
0f4cfdffb7 Importing feed's original page along with RSS stories. Wowzers. 2009-08-13 03:26:12 +00:00
Samuel Clay
d1a3e96b54 Fixing small bug in detecting Debug 2009-07-20 05:09:20 +00:00
Samuel Clay
e7898d6b8c Fixing small bug in detecting Debug 2009-07-20 05:08:42 +00:00
Samuel Clay
bb336f6c2a Fixing small bug in detecting Debug 2009-07-20 05:07:31 +00:00
Samuel Clay
dea1a35e93 Turning off logging/debug for Production. I need to make a Staging server that is on the Production environment to a T, except Debug is turned on. 2009-07-20 05:02:21 +00:00
Samuel Clay
07e335b5a5 Exposing even more processes over ajax. Quite a bit of inspection going on here. 2009-07-19 20:03:35 +00:00
Samuel Clay
fc08f67f9c Adding in AJAX logging of SQL queries, as well as dynamic views of debug messages. Each AJAX call brings, with its payload, an inspection of all SQL calls and debug messages, inserted in to the DOM's log container. Neato. 2009-07-19 16:55:08 +00:00
Samuel Clay
1e52c7afa9 Fixing weird story hover bug where stories held on to their old hover behaviors. 2009-07-06 03:39:10 +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
9f2d2018a5 Switching to mod_wsgi from mod_python, adding nginx, and adding like/dislike buttons. 2009-07-05 18:15:58 +00:00
Samuel Clay
48ba40e29b Initial 2009-06-16 03:08:55 +00:00