Samuel Clay
9d0ce2011a
FIXING THE WORST BUG OF MY LIFE -- finally figured out what was causing the story-shows-as-unread bug. Also fixed enclosures on certain types of feeds.
2011-12-14 23:26:07 -08:00
Samuel Clay
d1b0552942
Reducing the amount of work done by feed fetching when there are no new stories.
2011-12-14 14:18:01 -08:00
Samuel Clay
999b12e00b
Fixing emergency bug around trimming feeds where the cursor is changing. Dammit mongo.
2011-12-14 10:49:00 -08:00
Samuel Clay
f3d2f8e5b5
Moving from slave_db to ReplicaSetConnection in pymongo 2.1.
2011-12-11 10:54:07 -08:00
Samuel Clay
8f69864b5a
The @jashkenas treatment -- cleaning up the iphone app page.
2011-12-08 14:51:52 -08:00
Samuel Clay
04cb3308bd
Using the correct story permalink (if it is not correctly in the link key of the feed).
2011-12-08 11:19:08 -08:00
Samuel Clay
4dee2e57cb
Quick fix for duplicate feeds to be more specific. Also renaming screenshots of iOS app in anticipation for tomorrow's v1.2.
2011-12-01 22:03:30 -08:00
Samuel Clay
b64007b454
Fixing the bug around favicon's not being found, since they were checking for the wrong property.
2011-11-30 21:27:55 -08:00
Samuel Clay
4926105346
Fixing mark folder as read in iphone app. Also shortcutting mark site as read, so no action sheet needed.
2011-11-29 17:57:20 -08:00
Samuel Clay
6920b92dd6
Correctly updating feed exceptions by refreshing the feed on page. Also transferring over classifiers and read stories.
2011-11-29 09:43:16 -08:00
Samuel Clay
50e960e412
Adding unique index on MStory.
2011-11-28 16:32:19 -08:00
Samuel Clay
36105bf851
Merge branch 'master' into feed_settings
...
* master:
Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
Fixing #41 : Adding REDIS to local_settings.py.template.
Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""
Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
Switching to requests from urllib2/httplib. Bring on the page errors.
Adding a bunch fo keyboard shortcuts.
Adding elapsed time field to river and feed view.
Fixing autolinking of text links to no longer indiscriminately replace text, causing double encoding of html entities.
Fixing the space bar key to not queue, so it's actually useful now!
Refining media enclosures by adding all types and linking to their source.
Refining media enclosure detection.
2011-11-27 02:41:40 -05:00
Samuel Clay
221b356494
Refining media enclosures by adding all types and linking to their source.
2011-11-25 10:38:39 -05:00
Samuel Clay
3e68aff667
Merge branch 'master' into feed_settings
...
* master:
Correcting for feeds that have incorrect media content.
Adding media enclosures in an audio tag.
Using story date when there is no guid.
Using story date when there is no guid.
Adding verbose flag to feed updates to diagnose errors.
Fixing issue with stories that have no permalink.
Conflicts:
apps/rss_feeds/models.py
2011-11-25 00:18:32 -05:00
Samuel Clay
bd38351b8d
Adding media enclosures in an audio tag.
2011-11-24 15:58:04 -05:00
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