Commit graph

433 commits

Author SHA1 Message Date
Samuel Clay
ce9ec58d00 Some feeds don't have pages. Who knew. 2009-08-23 00:07:37 +00:00
Samuel Clay
9c522416a1 Gotta get rid of threading until I can figure out how to thread-safe the Django ORM. It's corrupting my tables! 2009-08-23 00:00:55 +00:00
Samuel Clay
fa123e7f3d Updating feeds to crash with noise. 2009-08-21 13:14:44 +00:00
Samuel Clay
6cf04497ee Checking for threadpool 2009-08-20 02:53:41 +00:00
Samuel Clay
8545e09d9a Using threadpool module and feedjack to import feeds. Largely the same functionality, but now more debugging info, as well as better error handling and threads. 2009-08-20 02:43:01 +00:00
Samuel Clay
33edc9683a Tightening up story finding. 2009-08-19 01:08:02 +00:00
Samuel Clay
2e3cbdb0ce When an interactive animation clarifies the UI, then it's a good addition. Page-Feed view changes now animate. 2009-08-17 02:21:38 +00:00
Samuel Clay
5723ea854d Improved page view story detection algorithm. Daring Fireball now works for every story on the first page. 2009-08-17 01:00:44 +00:00
Samuel Clay
4d352f8bfe Put the feed/page view buttons together. You can now switch between the two views. Now to fully connect scrolling behavior in the story_titles and the story_view itself. 2009-08-17 00:07:53 +00:00
Samuel Clay
69b73500f7 Added a new taskbar for the story view. Need to make buttons to switch from Feed view to Site view. Both exist, but no way to go between them, yet. 2009-08-16 21:28:21 +00:00
Samuel Clay
492d1fb229 Better imports through error handling. 2009-08-15 15:10:21 +00:00
Samuel Clay
42057e4a23 Hoping this fixes the disappearing layout-pane problem. An errant refresh, perhaps? 2009-08-14 02:45:23 +00:00
Samuel Clay
11a9921c07 2009-08-14 02:32:30 +00:00
Samuel Clay
2728ca5722 Making story pane iframe permanent. 2009-08-14 02:27:49 +00:00
Samuel Clay
001ffc942b Fixing failure on bad address. 2009-08-14 01:54:22 +00:00
Samuel Clay
379bbcd766 Removing feed refreshing from web urls. 2009-08-14 01:51:19 +00:00
Samuel Clay
88ccfa7e77 Created admin commands to run refresh_feed/s without invoking Apache. Finally! 2009-08-14 01:48:21 +00:00
Samuel Clay
82d988d901 Moving the UI around to match the new design flow. Going to be adding in a taskbar for the right pane soon. 2009-08-14 00:30:29 +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
848eaacdf1 Normalizing settings and directories across all environments. 2009-08-09 21:03:10 +00:00
Samuel Clay
0582b052bf Tests can now be run from any server/environment. 2009-08-09 19:22:09 +00:00
Samuel Clay
9626b4695a Updating integration tests to include updated feeds. Wahoo! Now to figure out the dupe issues through testing. 2009-08-08 16:52:11 +00:00
Samuel Clay
555b1e3bda Removing a few debug messages for cleaner debugging in production. 2009-08-07 12:21:39 +00:00
Samuel Clay
27a315fd07 Invalidating cache when new stories come in. 2009-08-01 15:25:49 +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
709beb79b7 Cleaning up tests, reload OPML pane, and minor refactorings for errors. 2009-07-28 22:51:16 +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
fdecb844b6 Don't force internal IP on logging. 2009-07-25 04:16:48 +00:00
Samuel Clay
5ff436d4f4 Don't force internal IP on logging. 2009-07-25 04:15:49 +00:00
Samuel Clay
f1847f8aca Maybe ignoring logs? 2009-07-25 02:37:29 +00:00
Samuel Clay
79540d9730 Ignoring logs 2009-07-25 02:36:24 +00:00
Samuel Clay
d360d44d04 Adding all logs 2009-07-25 02:33:51 +00:00
Samuel Clay
2c621831c3 Ignoring newsblur.log 2009-07-25 02:30:42 +00:00
Samuel Clay
b57ea46f81 Adding logs dir 2009-07-25 02:29:42 +00:00
Samuel Clay
3796c9f4f8 Ignoring logs 2009-07-25 02:27:29 +00:00
Samuel Clay
da2919e1e6 Ignoring logs 2009-07-25 02:25:53 +00:00
Samuel Clay
670bdcdb1d Staging server preferences. 2009-07-25 02:21:12 +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
e3d6e00a56 Uploading OPML files through AJAX. Also cleaned the hell out of sql logging. fixed up the drop-shadows while at it. 2009-07-25 00:16:55 +00:00
Samuel Clay
d0bd3f44f6 Whew, fixed all oddball menu-fade and menu-close issues. Now it looks pretty good with its drop-shadow and auto-close behavior. 2009-07-23 02:39:13 +00:00
Samuel Clay
81296f2783 Deleting old reference to django extensions 2009-07-22 04:26:50 +00:00
Samuel Clay
be950d917a Django Extensions 2009-07-22 04:24:24 +00:00
Samuel Clay
ab7701a405 Taskbar buttons now hover, close on correct clicks, and fade away naturally. Some weird funkiness around closing on document click, but it's too late, I'm too tired, and it works in that somewhat-annoying-but-usable way. 2009-07-22 04:22:55 +00:00
Samuel Clay
fc9118ef37 Fixing DEVELOPMENT settings flag. 2009-07-21 03:21:02 +00:00
Samuel Clay
d4b25e80d2 It's the start of an actual interface. Menu buttons added (still need to be styled and tweaked to auto-close). 2009-07-21 03:18:29 +00:00
Samuel Clay
8d3bc4ec9b Reducing logging. 2009-07-20 05:12:11 +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