Commit graph

1095 commits

Author SHA1 Message Date
Samuel Clay
22570cf4c8 Adding premiums to munin. Fixing a few missing feeds bugs. These have to be addressed categorically, but for now, just pass on the bad ones. 2010-10-29 09:02:54 -04:00
Samuel Clay
10f58f8608 Renaming json.py to json_functions.py to resolve namespace conflict with anyjson. 2010-10-23 13:06:28 -04:00
Samuel Clay
482c752ec4 Merge branch 'master' into chooser 2010-10-18 18:57:18 -04:00
Samuel Clay
34fffc6c29 Just cleaning up the feed fetcher by removing a legacy lock. 2010-10-18 18:57:07 -04:00
Samuel Clay
554beb5293 Adding trainer and account type to home page. 2010-10-17 17:25:10 -04:00
Samuel Clay
d9d1e258ab Adding paypal dependency. 2010-10-16 18:59:02 -04:00
Samuel Clay
a17e8dcd4b Removing invalid paypal directory. 2010-10-16 18:58:36 -04:00
Samuel Clay
00d42abb47 Adding Paypal IPN integration. 2010-10-16 18:52:52 -04:00
Samuel Clay
6cccd70eb4 Merge branch 'master' of github.com:samuelclay/NewsBlur into chooser 2010-10-15 19:02:49 -04:00
Samuel Clay
ee89f25bb4 Whoops. GT 0, not GTE 0. 2010-10-15 19:46:49 +00:00
Samuel Clay
742869bf93 Merge branch 'master' into chooser 2010-10-15 15:45:27 -04:00
Samuel Clay
5ea0532a93 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-15 19:41:31 +00:00
Samuel Clay
94295f6b25 Adding a count of active feeds to munin graphs. 2010-10-15 15:40:38 -04:00
Samuel Clay
9b5ec6eaa2 Merge branch 'master' into chooser
Conflicts:
	apps/reader/models.py
	apps/rss_feeds/models.py
	media/css/reader.css
	media/js/newsblur/reader.js
	utils/feed_fetcher.py
2010-10-13 09:08:42 -04:00
Samuel Clay
6d4d7f124b Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-12 17:18:53 +00:00
Samuel Clay
2b955f526f Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-12 13:18:25 -04:00
Samuel Clay
cbb04ba6ef Adding a few keybaord shortcuts, and adding duplicate feed counts to munin. 2010-10-12 13:17:43 -04:00
Samuel Clay
0ecd91a71f Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-12 02:33:10 +00:00
Samuel Clay
6859224b7d Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-11 22:32:24 -04:00
Samuel Clay
3a51d79657 Fixing infinite mongoengine/mongodb connections by reusing the correct mongo connection (instead of creating new ones every time). 2010-10-11 13:19:42 -04:00
Samuel Clay
a77e170206 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-11 10:29:03 -04:00
Samuel Clay
4cf9b05f0c Changing all datetime.datetime.now() to datetime.datetime.utcnow(). 2010-10-10 23:55:00 -04:00
Samuel Clay
4ce99bc8af Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-08 17:23:29 -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
092b560abe Merge branch 'master' into chooser 2010-10-07 19:33:39 -04:00
Samuel Clay
8f7eae05d9 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-07 19:23:10 -04:00
Samuel Clay
833cb643b6 Merging duplicate feeds on dupe feed save. 2010-10-07 19:22:58 -04:00
Samuel Clay
f11b106e63 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-07 19:08:14 -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
a7315cfde4 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-06 22:43:16 -04:00
Samuel Clay
103b90fd01 Stale feeds are killing me. 2010-10-06 22:43:05 -04:00
Samuel Clay
bbe0739f1d Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-06 22:34:38 -04:00
Samuel Clay
b726a40518 Fixing 302s and 301s for some feeds. 2010-10-06 22:34:28 -04:00
Samuel Clay
0e0940317f Gunicorn changes on server. 2010-10-06 19:12:38 -04:00
Samuel Clay
93121f51d0 Merge branch 'master' of github.com:samuelclay/NewsBlur into chooser 2010-10-05 19:05:23 -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
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
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