Commit graph

38 commits

Author SHA1 Message Date
Samuel Clay
1e810105ad Big new feature: locking the mouse indicator keyline. This comes with user profiles, so I can now store lots of personalized data between sessions. 2010-06-11 20:55:38 -04:00
Samuel Clay
87c53bf2f9 Protopub -> NewsBlur 2010-06-08 11:19:41 -04:00
Samuel Clay
b1ac2147ba Renaming News Blur to Protoread. 2010-05-13 11:11:01 -04:00
Samuel Clay
f46cd89506 Updating intelligence on any page now updates both the titles and the feed view. 2010-05-11 14:16:16 -04:00
Samuel Clay
aa4c06bc24 De-duping stories in front-end: on successive pages and on refreshes. 2010-05-11 12:28:39 -04:00
Samuel Clay
dd588c7c69 Changing Next/Previous buttons to go to Next Unread and Previous Read stories. Makes much more sense this way. 2010-04-27 12:02:20 -04:00
Samuel Clay
67cc20c272 Dynamically refreshing feeds in real-time. This is now a real-time service, and there's no looking back. 2010-04-14 22:58:00 -04:00
Samuel Clay
a2458f0973 Add feed and Add folder. Dynamically loads and refreshes, too. 2010-04-06 20:41:00 -04:00
Samuel Clay
ffd370375c Fixing weird keyboard behavior due to jquery 1.4.2's handling of keydown. 2010-03-28 17:45:54 -04:00
Samuel Clay
f30551b3d8 Deleting feeds. Front-end + back-end. 2010-03-28 17:06:19 -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
e966cd1ff8 Adding manage feed modal. 2010-03-15 00:52:06 -04:00
Samuel Clay
95a2ebc878 Improving front-end JS by fixing all loading page bugs. 2010-02-17 03:22:45 -05: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
Samuel Clay
cdb0e65a3e Fixing unread counts dynamically reducing on reads. 2010-01-24 23:15:25 -05: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
f710424a0d Wahoo! Scrolling in iframe or feed view now auto-selects the correct story in the story titles pane. 2010-01-17 05:47:03 +00: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
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