Commit graph

543 commits

Author SHA1 Message Date
Samuel Clay
c29db26fa6 Using story date when there is no guid. 2011-11-24 15:34:12 -05:00
Samuel Clay
2dd4a1d329 Using story date when there is no guid. 2011-11-24 15:31:32 -05:00
Samuel Clay
7ea2e01496 Adding verbose flag to feed updates to diagnose errors. 2011-11-24 15:29:26 -05:00
Samuel Clay
c4a9068472 Fixing issue with stories that have no permalink. 2011-11-24 15:19:53 -05:00
Samuel Clay
9454f22f1e Counting subscribers on branched feeds correctly, so as to maintain update frequency, even though it's branched. 2011-11-17 18:34:23 -08:00
Samuel Clay
fb237e1049 Finishing up feed_link corrections. Just need feed_address (which is essentially a refactor and abstraction of this feed_link code), and then duplicate UI, which is pretty easy. Yay. 2011-11-16 18:41:36 -08:00
Samuel Clay
1659ec3283 Merge branch 'master' into feed_settings
* master:
  Fixing that crummy missing existing story issue.
  Updating feedparser.
2011-11-16 18:01:25 -08:00
Samuel Clay
a4c2cb4e30 Fixing that crummy missing existing story issue. 2011-11-16 17:56:50 -08:00
Samuel Clay
c656c86721 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fixing broken hashlib issue with feeds and no link.
  Adding MongoDB slave to local_settings template.
2011-11-16 13:58:14 -08:00
Samuel Clay
e192193ecb Updating feedparser. 2011-11-16 13:58:05 -08:00
Samuel Clay
82c25b1160 Refactoring feed rewriting to take advantage of new feed link changer. Seems to work. Still needs some better duplicate locking during fetch. 2011-11-16 10:00:03 -08:00
Samuel Clay
fe4c578337 Uniqifying address+link hash. Allowing feed_link branches, but it does not yet work. Needs proper dupe detection. 2011-11-16 09:29:05 -08:00
Samuel Clay
86f5265209 Fixing broken hashlib issue with feeds and no link. 2011-11-16 06:52:14 -08:00
Samuel Clay
517248bead Adding two new columns, necessary for the feed_settings branch: hash of address+link, and locking address. 2011-11-15 22:14:21 -08:00
Samuel Clay
6d4fa7916a Fixing missing stories being updated bug. 2011-11-15 17:52:06 -08:00
Samuel Clay
0026988043 Stepping up feed fetch intervals. 2011-11-13 14:47:19 -08:00
Samuel Clay
3e1d9eb626 Brief cleanup. 2011-11-12 15:36:38 -08:00
Samuel Clay
162254ae05 Fixing issues around broken existing stories on secondary vs primary. 2011-11-10 18:34:59 -08:00
Samuel Clay
038105a44e Fixing mark_feed_stories_as_read, and fixing a bad MStory query. 2011-11-10 18:29:41 -08:00
Samuel Clay
278141d28b Adding Google+ and Pinboard to sharing tools. 2011-11-07 18:25:18 -08:00
Samuel Clay
636e47728f Toning down updates on infrequently updated feeds. 2011-11-07 12:57:06 -08:00
Samuel Clay
ac3609bf7d Merge branch 'master' into realtime
* master:
  Adding 'E' as a keyboard shortcut for the Everything view.
  Doubling the amount Space pages in a story.
  Auto-linkify urls in stories.
  Reading stories from slave db during feed update.

Conflicts:
	settings.py
2011-11-06 15:28:37 -08:00
Samuel Clay
07fa01ed9a Adding server half of redis real-time unread count updates. That was the easy part. 2011-11-05 17:08:31 -07:00
Samuel Clay
040b755694 Reading stories from slave db during feed update. 2011-11-04 09:45:10 -07:00
Samuel Clay
bd003fda36 Fixing gradient in story detail view in iOS. 2011-11-03 09:19:24 -07:00
Samuel Clay
bcd81dc5b6 Speeding feed fetching back up. 2011-11-02 08:14:30 -07:00
Samuel Clay
bd1c4347c9 Using mongodb nifty db resolution. 2011-11-01 21:55:23 -07:00
Samuel Clay
a7d542396f Testing out a slave read for getting stories. 2011-11-01 21:20:07 -07:00
Samuel Clay
84e6d1a4fb Trying to fix fetch histories with indexes. Also upating fabfile.py 2011-11-01 19:00:58 -07:00
Samuel Clay
c46863dc3c Spreading out feed refreshing to the max. 2011-11-01 17:17:57 -07:00
Samuel Clay
bd5bc84227 Temporarily slowing donw feed fetcher. 2011-11-01 07:44:09 -07:00
Samuel Clay
ba719e6a80 Temporarily slowing donw feed fetcher. 2011-11-01 07:38:02 -07:00
Samuel Clay
c234e91fd3 Unfortunately I need to slow down feed fetches by a bit until I can handle the load again. 2011-11-01 07:34:48 -07:00
Samuel Clay
4e466335bb Unfortunately I need to slow down feed fetches by a bit until I can handle the load again. 2011-11-01 07:32:15 -07:00
Samuel Clay
6906dd1fcc Way better error handling and display in iphone app. Fixing a number of river bugs: updating unread counts, base url'ing stories in river, abstracting out a base class, showing correct title in feed detail view when in river. Still need to update feed list on return. 2011-10-27 09:44:58 -07:00
Samuel Clay
8fb9bdd7db Adding luminosity detection for the iphone river. Also fixing marking stories as read and tagging a river request. 2011-10-26 20:09:28 -07:00
Samuel Clay
2e98a334a1 Adding favicon_fade for gradient river of news in iphone app. 2011-10-26 09:40:04 -07:00
Samuel Clay
12a63afaca Trying to correct the unreadable story issue by updating the correct story_id during story_guid changes. 2011-10-10 20:46:13 -07:00
Samuel Clay
05931b7d11 Fixing issue around multiple dupe feeds being found when updating a feed. 2011-10-07 09:51:53 -07:00
Samuel Clay
afae94cf7d Templating emails -- new account and new premium. 2011-09-19 08:56:16 -07:00
Samuel Clay
acfd9e7614 Adding feed.has_page to weed out feeds with no original page. This should've been in 2 years ago. 2011-09-04 10:59:29 -07:00
Samuel Clay
47556ec303 Locking feed links for testing. This also helps future feed links that need locking. Probsbly should include feed_address_lock's as well. 2011-09-01 09:34:57 -07:00
Samuel Clay
96d8283ed0 Updating unit tests, fixing datetime issue in json serialization. 2011-08-31 09:41:34 -07:00
Samuel Clay
a052732f31 Speedifying starred stories from reader. Also fixing issue around missing feeds. 2011-08-29 21:09:41 -07:00
Samuel Clay
161d163d92 Moving back to stable mongoengine dev branch (no longer using forked branch). Changes to signature of map-reduce and item_frequencies. 2011-08-27 17:14:31 -07:00
Samuel Clay
e9b88c8cc9 Fixing a few issues here and there around feed fetching. 2011-08-27 14:13:28 -07:00
Samuel Clay
9bcfa077e7 Fixing issue around decoding tag lists in feed fetching. 2011-08-27 13:22:56 -07:00
Samuel Clay
7cea10ecfd Updating fabfile and pushing updates back up to normal levels. 2011-08-24 12:31:47 -07:00
Samuel Clay
8fed3ae8cc Scaling back updates by a half to catch up. 2011-08-24 10:56:17 -07:00
Samuel Clay
a8a10e5c6c Doubling random factor in feed fetch times to relieve strain. 2011-08-24 10:27:21 -07:00