Samuel Clay
c4a9068472
Fixing issue with stories that have no permalink.
2011-11-24 15:19:53 -05: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
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
Samuel Clay
442012fdeb
Ading pull to refresh on feed detail in iphone app. Not done, but also added extra parameter in feed canonical model that gives seconds since last update.
2011-08-18 09:56:52 -07:00
Samuel Clay
811512d8da
Finishing up account dialog. Also re-styling subscriber counts.
2011-07-27 22:17:34 -07:00
Samuel Clay
ff50d85d7d
Updating a bunch of defaults to make NewsBlur installable on anybody's machine. Fleshing out README installation instructions.
2011-07-17 20:53:30 -07:00
Samuel Clay
4f46b358db
Major optimization on mongo queries. No longer using .rewind(), which is actually re-running the damn query! Wrapping repetitive querysets in list() for performance.
2011-06-09 15:36:24 -04:00
Samuel Clay
e180f8a224
Merge branch 'master' into tutorial
2011-05-19 19:13:57 -04:00
Samuel Clay
c2b1d7eb35
Fixing the infernal FeedNotFound error whenever a dupe feed is created in the middle of another transaction. Yarr!
2011-05-19 19:04:10 -04:00
Samuel Clay
aaf83ed7a0
Merge branch 'master' into tutorial
2011-05-18 17:51:58 -04:00
Samuel Clay
06a46993d2
Backup mongo + psql. Removing ridiculous FeedUpdateHistory table.
2011-05-18 14:36:31 -04:00