Commit graph

883 commits

Author SHA1 Message Date
Samuel Clay
73961886fd Adding missing feeds for user folders. 2012-12-12 16:05:28 -08:00
Samuel Clay
d085035430 Fixing missing dupe stories during merge feeds. 2012-12-12 15:13:17 -08:00
Samuel Clay
2716d0c404 Cleaning up invalid story dates. 2012-12-10 15:48:05 -08:00
Samuel Clay
778353b64d Fixing broken guids by using permalink. 2012-12-10 15:20:58 -08:00
Samuel Clay
1e63a38ce3 Adding logging for dupe feeds. 2012-12-10 14:54:10 -08:00
Samuel Clay
27f5dc18df Trying to fix dupe detection. 2012-12-10 14:40:51 -08:00
Samuel Clay
8d158676b3 Moving statistics tasks. 2012-12-10 13:33:57 -08:00
Samuel Clay
8f2dc95b18 S3 utils. 2012-12-10 11:40:35 -08:00
Samuel Clay
edc3a80667 Adding backup mongo task to be run by cron instead. 2012-12-10 11:37:35 -08:00
Samuel Clay
2b5a13ce8c Allowing S3 to be turned off and on again. 2012-12-10 11:13:45 -08:00
Samuel Clay
17c1450951 Merge branch 'master' into ios_story
* master:
  Cleanup.
  Gutting dynamodb and just keeping good changes.
  Bumped version number.
  Modified to remove default URL-encoding for GSON.
  Fixed email field not being visible on some smaller screen devices.
  Modified CSS to include max-width for divs, overriding inline styles and reduce max-width.
  Added padding to share button.
  Shifting mgirations for DStory.
  Optional backked by dynamodb.
  First half of DynamoDB trial, converting stories from mongo to dynamodb. Still needs to be updated/inserted on feed update, and then processed with all MStory uses.
2012-11-27 17:34:53 -08:00
Samuel Clay
f5292fa9a1 Cleanup. 2012-11-27 17:12:10 -08:00
Samuel Clay
8c085b0a3c Gutting dynamodb and just keeping good changes. 2012-11-27 16:44:10 -08:00
Samuel Clay
61aac7fc06 Merge branch 'master' into dynamodb
* master: (331 commits)
  Adding blurblog permalink to story on blurblog. Adding story slug to permalink. Fixing story guid hashes.
  Re-enabling message property for facebook.
  Ignoring image for facebook shares.
  Commenting out facebook share message until they approve it.
  Cleaning up Facebook og description.
  Facebook using a website instead of article.
  Facebook being a PITA.
  Facebook wants ISO8601 datetime format.
  Facebook doesn't like going to other URLs.
  Facebook doesn't like going to other URLs.
  Dumb typo in new facebook og crap.
  Using blurblog permalink for new facebook shares.
  Fixing Facebook share to use fancy actions.
  Adding scroll to comments button to share bar. Thanks @afita.
  Turning off microformats for more errors.
  Fixing errors in timeouts to show the correct error. Also fixing microformats parsing issue and allow IPv6 URLs in enclosures to be ignored, fixing a bunch of feeds.
  Cleaning redis stories for 1% of all feed fetches.
  Refreshing feed on fetch.
  Fiddling with logging on dupe feeds.
  Adding bs facebook assets.
  ...

Conflicts:
	apps/rss_feeds/models.py
	settings.py
	utils/feed_fetcher.py
2012-11-27 16:39:39 -08:00
Samuel Clay
1ad7031fbb Fixing tests. 2012-11-27 16:22:03 -08:00
Samuel Clay
931d4bc991 Adding blurblog permalink to story on blurblog. Adding story slug to permalink. Fixing story guid hashes. 2012-11-27 11:59:54 -08:00
Samuel Clay
20439ea85f Fiddling with logging on dupe feeds. 2012-11-26 10:20:41 -08:00
Samuel Clay
caa0564f11 Adding share info to saved stories. 2012-11-16 15:43:39 -08:00
Samuel Clay
c19713eabf Adding offsets to unread count fixing. 2012-10-30 11:41:01 -07:00
Samuel Clay
34898004d5 Recount popular authors every 50 new stories. 2012-10-30 10:40:49 -07:00
Samuel Clay
769a1e084e Manually counting can now use offsets in case of broken feeds. 2012-10-30 09:11:39 -07:00
Samuel Clay
b49526d87b Upgrading redis to 2.6.2. 2012-10-29 14:58:43 -07:00
Samuel Clay
e572b3d53f Moving to better feed finder (in the case of dupe feeds). 2012-10-25 16:14:25 -07:00
Samuel Clay
a4e57a0a1f Removing feedloadtime and hide_mobile in db. 2012-10-23 17:55:09 -07:00
Samuel Clay
143e32e205 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding a new endpoint for updating unread counts that isn't rate limited.
  Big new feature: real-time unread counts when reading on multiple devices. Read a story on your iPhone and the feed unread count updates instantaneously on the web.
  Cleaning invalid ids.
  Cleanign up ec2 firewall rules.
  Cleaning up a few things, specifically laying out groundwork for pools.
  Registered additional handlers for Firefox.
  Using a regex to remove comments.
  Disabling the crippling effects of comment stripping.
  Handling invalid html when cleaning.
  Removing old lxml attr.
  Stripping comments from all stories. This fixes the weird bug where '>more>' crap shows up.
  Prettifying rss feed for social shared stories blurblog.
  Updating android welcome header graphic.
  Adding official Android app static page.
  Adding new iPhone screenshots. Also rewriting rss feed to include user comments.
  Fixing last few bugs (paging for next unread on river blurblog) before submission of v1.6 of iOS app.
  Updating saved stories count on save/unsave.
2012-10-23 09:30:39 -07:00
Samuel Clay
83ebd2391a Turning down replica lag unread count give up time to 10 sec from 60s. 2012-10-23 09:30:14 -07:00
Samuel Clay
f071e8c43e Cleaning invalid ids. 2012-10-22 11:23:38 -07:00
Samuel Clay
df1fd7176e Cleaning up a few things, specifically laying out groundwork for pools. 2012-10-22 10:16:42 -07:00
Samuel Clay
68d12d8c24 Using a regex to remove comments. 2012-10-19 13:53:11 -07:00
Samuel Clay
927d8e39b6 Disabling the crippling effects of comment stripping. 2012-10-19 13:44:32 -07:00
Samuel Clay
5ce475428f Stripping comments from all stories. This fixes the weird bug where '>more>' crap shows up. 2012-10-19 12:49:39 -07:00
Samuel Clay
4a7516cb83 Fixing a bunch of feed fetch errors. 2012-10-01 19:31:33 -07:00
Samuel Clay
ee72253695 Fixing these damn Link: text urls in story modifications. 2012-10-01 19:04:09 -07:00
Samuel Clay
79d07cac05 Fixing JS issues around stories with no feeds clobbering the river view. 2012-09-27 10:44:55 -07:00
Samuel Clay
568d97cdac Shifting mgirations for DStory. 2012-09-24 14:32:07 -07:00
Samuel Clay
b81381b120 Merge branch 'master' into dynamodb
* master:
  Updating favicon to include 64x64 icon for Metro.
  Marking shared stories as read.
  Coering story content into unicode to handle changes.
  Fetching more stories.
  Moving from Aaron Swartz's html diff lib to lxml's html diff lib. Should fix issues around disappearing content.
  Favicon for IE9 and for 32x32.
  Trying to repair favicon for ie9 users.
2012-09-24 14:25:35 -07:00
Samuel Clay
cff4b404fe Coering story content into unicode to handle changes. 2012-09-24 13:36:06 -07:00
Samuel Clay
04184bfd6d Moving from Aaron Swartz's html diff lib to lxml's html diff lib. Should fix issues around disappearing content. 2012-09-24 13:23:31 -07:00
Samuel Clay
bf8c202848 Merge branch 'master' into dynamodb
* master:
  Fixing issue on ev machines not being backed by s3. Also removing unused faq and about js.
2012-09-24 11:16:41 -07:00
Samuel Clay
56162dc871 Fixing issue on ev machines not being backed by s3. Also removing unused faq and about js. 2012-09-21 17:41:07 -07:00
Samuel Clay
2bb38975eb Merge branch 'master' into dynamodb
* master:
  Adding 1.5X as many stories to the dupe detector. Hope I don't regret this.
  Fixing issue when opening feed in Story view but second story gets selected instead of first.
  Changing how signin locks on welcome page.
2012-09-21 15:24:24 -07:00
Samuel Clay
1252819c8c Fixing issue when opening feed in Story view but second story gets selected instead of first. 2012-09-21 11:36:27 -07:00
Samuel Clay
5ae803ff7d Merge branch 'master' into dynamodb
* master:
  Typo in s3 icon.
  Forcing icon save if the icon is not yet in s3.
  Completing feed icon migration to S3.
  Segmenting color for load times.
  Segmenting color for load times.
  Ignoring replica lag if no replicas present.
  Ignoring replica lag if no replicas present.
2012-09-20 12:55:34 -07:00
Samuel Clay
838cabbd42 Typo in s3 icon. 2012-09-20 12:44:41 -07:00
Samuel Clay
a8975a3bc4 Forcing icon save if the icon is not yet in s3. 2012-09-20 12:43:34 -07:00
Samuel Clay
1ace793648 Completing feed icon migration to S3. 2012-09-20 12:29:52 -07:00
Samuel Clay
3c9114fa05 Merge branch 'master' into dynamodb
* master:
  S3 icons. Untested.
  Removing old feed pages from mongo.
  Allowing proxy of S3 for original pages to be turned off.
  Adding ec2 mdadm setup.
  Adding proxy for S3 pages.
  Migration for s3 flags for pages + icons.
  Migrating to S3 for feed pages.
  Cleaning up footer on welcome page.
  Retina-izing twitter and github logos.
  Adding mongo conf for ec2 (trying out ec2 for some servers).
  Fixing a bunch of small exceptions.
  Small cleanup on welcome page, fixing social subs urls.
  Updating welcome apge to include pricing and a cleaned up footer.
  Fixing a couple of update bugs -- story cascading potentially resulting in invalid ids (probably not), and not unique errors on new page fetches.

Conflicts:
	apps/rss_feeds/models.py
	settings.py
2012-09-19 16:37:47 -07:00
Samuel Clay
88c86e273a S3 icons. Untested. 2012-09-19 16:33:23 -07:00
Samuel Clay
db3b2ae4d6 Removing old feed pages from mongo. 2012-09-19 12:36:50 -07:00
Samuel Clay
f1d660cd9e Migration for s3 flags for pages + icons. 2012-09-18 17:09:20 -07:00