Commit graph

882 commits

Author SHA1 Message Date
Samuel Clay
3809c65206 Fixing feed exceptions modal to actually allow feeds to update. Also adding stub for keyboard shortcuts and new preferences. 2010-10-10 23:36:09 -04:00
Samuel Clay
50ca857c3e Forcing feed refresh on many common activities. Maybe this should happen more transparently for classifiers? 2010-10-10 23:33:56 -04:00
Samuel Clay
5d9660f5d8 New feature: Insta-fetch stories. Refreshes a feed by fetching and parsing latest stories. Can be accessed from the right-click per-site-menu. 2010-10-10 20:14:31 -04:00
Samuel Clay
48d4e69d0d Logging typo. 2010-10-08 17:23:14 -04:00
Samuel Clay
975222ca35 Feed has gone missing due to dupe delete. Don't crash. 2010-10-08 16:33:53 -04:00
Samuel Clay
50488db7ca Close the connection for every set of tasks. 2010-10-08 16:08:41 -04:00
Samuel Clay
111459d644 Logging feed updates in broken task scheduler. 2010-10-08 14:34:41 -04:00
Samuel Clay
51b3854af5 Merging duplicate feeds on dupe feed save. 2010-10-07 19:23:35 -04:00
Samuel Clay
833cb643b6 Merging duplicate feeds on dupe feed save. 2010-10-07 19:22:58 -04:00
Samuel Clay
0a131855ff Merging duplicate feeds on dupe feed save. 2010-10-07 19:21:03 -04:00
Samuel Clay
c16f10ae30 Progress! It's an integrityerror on saving this feed. Let's log it and find out why. 2010-10-07 19:16:32 -04:00
Samuel Clay
c2e1e82464 Small changes that are trying to root out the un-updateable feed problem. 2010-10-07 19:07:43 -04:00
Samuel Clay
103b90fd01 Stale feeds are killing me. 2010-10-06 22:43:05 -04:00
Samuel Clay
b726a40518 Fixing 302s and 301s for some feeds. 2010-10-06 22:34:28 -04:00
Samuel Clay
2413af6492 Fixing issues with updating feeds causing the context menu to no longer show up on right-click or hover. 2010-10-06 22:22:32 -04:00
Samuel Clay
79262609f6 Forcing traditional ajax experience since the new ajax manager uses jquery's ajaxsettings. 2010-10-06 20:58:29 -04:00
Samuel Clay
33d4e1f354 Fixing iframe buster buster to correctly continue loading feeds after busting. 2010-10-06 20:26:42 -04:00
Samuel Clay
b6930cc256 Moving buster. 2010-10-06 19:26:04 -04:00
Samuel Clay
65621e2647 Whoops, typo. 2010-10-06 19:14:04 -04:00
Samuel Clay
70222bec34 Trying to fix the feed buster buster. 2010-10-06 19:12:20 -04:00
Samuel Clay
29225a74e3 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-06 18:45:07 -04:00
Samuel Clay
3a9683334c iFrame buster buster. I promise to only use this for good and not for evil. Please don't sue me. Anyway, if an iframe tries to bust out, we switch to the feed page quicker than you can say 204. Rather, just a millisecond slower than you can say HTTP status code 204. Hah. 2010-10-06 18:44:53 -04:00
Samuel Clay
59b32e6248 Further fixing feed fetching errors by retrying feeds [nearly] immediately when they can be corrected by visiting the feed's site and finding the correct RSS feed. 2010-10-03 22:38:53 -04:00
Samuel Clay
92cff79403 Finally fixed the damn feed error updating issues. Due to the way Django caches ORM models, at the very end of all the feed error checking, the old values would be saved. 2010-10-03 19:05:16 -04:00
Samuel Clay
a1bf92ed93 Refetching 301s and 302s. 2010-10-03 18:19:23 -04:00
Samuel Clay
70e6d71c1e Refetching 301s and 302s. 2010-10-03 18:16:32 -04:00
Samuel Clay
39d9e13449 Forcing refresh of feed information at every stage of feed fetch pipeline. This really needs a rewrite. Someday. 2010-10-03 18:04:40 -04:00
Samuel Clay
2fad7b512c OK, made feed fetching stateless with regardless to the feed information between processor and dispatcher. It now updates. 2010-10-03 17:53:35 -04:00
Samuel Clay
f56629363b Passing the modified feed between processor and dispatcher, to ensure they have the correct daata. Maybe make this stateless with an extra call between passes? 2010-10-03 17:50:27 -04:00
Samuel Clay
fe152e8d38 Forcing new feeds that have issues to save their issues. Some feeds were perpetually unfetched. 2010-10-03 17:48:44 -04:00
Samuel Clay
808df31f7f Forcing new feeds that have issues to save their issues. Some feeds were perpetually unfetched. 2010-10-03 17:22:58 -04:00
Samuel Clay
c2423d5a1d Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-03 16:43:37 -04:00
Samuel Clay
30e6bd4a26 Adding mongo/ to gitignore. 2010-10-03 16:43:29 -04:00
Samuel Clay
e849957a8f Changing default dates for feed models. 2010-10-02 17:16:01 -04:00
Samuel Clay
00875c8991 Setting last_update date even for feeds with 304s, 400s, and 500s. Still updated, just no new stories. 2010-10-02 17:06:36 -04:00
Samuel Clay
6a0f85df0f Tossing half the graphs for loadtimes. I don't need daily averages, just hourly is fine. 2010-09-29 17:51:47 -04:00
Samuel Clay
ae5c02b91e Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-09-29 16:17:19 -04:00
Samuel Clay
869e9a79cb Merge remote branch 'req/master' 2010-09-29 16:17:10 -04:00
Samuel Clay
99851c052d Merge http://github.com/aparo/NewsBlur into aparo-b7a5615 2010-09-29 16:11:12 -04:00
Samuel Clay
329cfea824 Adding feed load counts to munin graph. 2010-09-29 13:07:07 -04:00
Samuel Clay
76373642c1 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-09-29 12:52:17 -04:00
Samuel Clay
a412b4f33d Adding feed load counts to munin graph. 2010-09-29 12:52:08 -04:00
Samuel Clay
85d84220d7 Permissions on munin graph for loadtimes. 2010-09-29 12:49:15 -04:00
Samuel Clay
a75417d917 Fixing errors on existing story search in feed fetching. Turns out it was using the wrong story_date to quickly determine if the story is new or not. 2010-09-28 21:10:10 -04:00
Samuel Clay
6260df43e9 Only using story_guids when checking for existing copies of stories. The timezone issues make using the date a bit hairy. 2010-09-28 20:43:12 -04:00
Samuel Clay
2e3f7d415b Fixing celery queues and exchanges by adding explicit bindings for the new and update queues. 2010-09-28 19:50:29 -04:00
Samuel Clay
7ea19b9927 Stopping duplicate feeds from trying to save. 2010-09-28 05:29:40 -04:00
Samuel Clay
032505591d Explicit queue management. 2010-09-28 05:16:00 -04:00
Samuel Clay
c24a7ffc5f Handling null titles. 2010-09-28 04:57:24 -04:00
Samuel Clay
7f1638e679 Adding index on feed histories, and cutting down how many errors/successes stored. 2010-09-27 19:12:17 -04:00