Commit graph

2106 commits

Author SHA1 Message Date
Samuel Clay
27f5dc18df Trying to fix dupe detection. 2012-12-10 14:40:51 -08:00
Samuel Clay
0afd1d4326 Still showing publisher greens if story has no feed_id and therefore wont have any feed greens. 2012-12-10 14:19:54 -08:00
Samuel Clay
0ad6368a45 Fixing saving stories from shares. 2012-12-10 14:10:36 -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
17c4b2e041 Fixing disappearing stories bug when using oldest or unread filter, since as a story gets read it no longer counts against the unread count, resulting in an off-by-one per read story bug. 2012-12-06 17:33:56 -08:00
Samuel Clay
242666341c Adding task to email expired premiums. 2012-12-05 13:10:11 -08:00
Samuel Clay
3cd4886d73 Feedchooser now shows renewal info. Also adding emaisl for premium expire and premium expire grace period. Just need to send them as tasks and then deactive expired premiums. 2012-12-05 11:56:55 -08:00
Samuel Clay
69c9de8104 Handling db transactions manually so I don't freeze the db while doing a standard data migration. 2012-12-03 16:28:32 -08:00
Samuel Clay
2400794306 Fixing payment date. 2012-12-03 16:12:13 -08:00
Samuel Clay
8cf18d93e8 Handling username changes on payment history. 2012-12-03 16:02:59 -08:00
Samuel Clay
367336beb8 Fixing typo on year. 2012-12-03 15:51:17 -08:00
Samuel Clay
e9544084f4 Calculating payment history for all premium users. 2012-12-03 15:48:40 -08:00
Samuel Clay
e71e4a9e84 Keeping payment history uptodate based on signals. 2012-12-03 15:17:35 -08:00
Samuel Clay
20401fefab Showing payment history. 2012-12-03 15:03:47 -08:00
Samuel Clay
b87bb34073 Adding models for payment history. 2012-12-03 14:35:21 -08:00
Samuel Clay
ec3f8ded9e Typo 2012-11-30 16:14:22 -08:00
Samuel Clay
16045f2411 Marking global social stories as read even if the user is not subscribed to them. 2012-11-30 16:12:40 -08:00
Samuel Clay
c6f50c2ac0 Exposing global feed. 2012-11-30 15:55:05 -08:00
Samuel Clay
6cc67d90a5 Changing global feed to still be relative to the user. 2012-11-30 15:42:15 -08:00
Samuel Clay
9508f1402d Preparing global shared stories feed. 2012-11-30 14:28:55 -08:00
Samuel Clay
58a6e3b73e Fixing missing stories for feeds that have no unread stories. 2012-11-29 10:41:02 -08:00
Samuel Clay
2bda6c3e80 Showing follow status in profile. 2012-11-29 10:21:33 -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
a67ecf4440 Updating tests. 2012-11-27 15:18:23 -08:00
Samuel Clay
105dd1f576 Merge branch 'master' into ios_story
* master:
  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.
2012-11-27 12:28:22 -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
9deff7a336 Re-enabling message property for facebook. 2012-11-27 09:06:39 -08:00
Samuel Clay
6c3a59764a Commenting out facebook share message until they approve it. 2012-11-26 17:55:48 -08:00
Samuel Clay
8607fa69f9 Cleaning up Facebook og description. 2012-11-26 17:26:01 -08:00
Samuel Clay
258a52a87a Facebook using a website instead of article. 2012-11-26 17:01:19 -08:00
Samuel Clay
ab265c0899 Merge branch 'master' into ios_story
* master:
  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.
  New share by facebook.
2012-11-26 15:03:09 -08:00
Samuel Clay
8fad5de228 Facebook wants ISO8601 datetime format. 2012-11-26 14:23:28 -08:00
Samuel Clay
ea917dcf1f Facebook doesn't like going to other URLs. 2012-11-26 14:17:28 -08:00
Samuel Clay
ad5274eda4 Dumb typo in new facebook og crap. 2012-11-26 14:07:46 -08:00
Samuel Clay
d572624efc Using blurblog permalink for new facebook shares. 2012-11-26 14:04:50 -08:00
Samuel Clay
f9db45d522 Fixing Facebook share to use fancy actions. 2012-11-26 13:52:18 -08:00
Samuel Clay
76430575e3 Merge branch 'master' into facebook_share
* master: (107 commits)
  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.
  Better to push together than to spread apart. Diffing html is hard.
  Changing logging colors for social activities.
  Delaying Paypal return, fixing privacy css, and adding convenience function.
  Adding esc shortcut key in keyboard shortcuts. Also turning on privacy features for public beta testing.
  Fixing the missing story titles bug. Turns out it happens when a story title is loaded twice but the reuslting map contains an undefined, which nullifies the rest of the stories. Doh!
  Fixing hostname for Firefox content handler.
  Adding share info to saved stories.
  Revert "Failing marking a story as read in ios now shows an error."
  Failing marking a story as read in ios now shows an error.
  Consistency b/w ios and web for unsaving a story.
  Adding unread counter to All Sites.
  Allowing regular users to change read_filter on socialfeeds.
  Changing icons on welcome page.
  ...
2012-11-26 13:42:55 -08:00
Samuel Clay
20439ea85f Fiddling with logging on dupe feeds. 2012-11-26 10:20:41 -08:00
Samuel Clay
c9dae06d0f Merge branch 'master' into ios_story
* master:
  Adding bs facebook assets.
  Better to push together than to spread apart. Diffing html is hard.
  Changing logging colors for social activities.
2012-11-20 09:54:40 -08:00
Samuel Clay
aabe0414fb Changing logging colors for social activities. 2012-11-20 09:41:58 -08:00
Samuel Clay
655a172054 Merge branch 'master' into ios_story
* master:
  Delaying Paypal return, fixing privacy css, and adding convenience function.
  Adding esc shortcut key in keyboard shortcuts. Also turning on privacy features for public beta testing.
2012-11-19 14:43:52 -08:00
Samuel Clay
5b01239634 Delaying Paypal return, fixing privacy css, and adding convenience function. 2012-11-19 14:28:04 -08:00
Samuel Clay
0b15bfce19 Merge branch 'master' into ios_story
* master:
  Fixing the missing story titles bug. Turns out it happens when a story title is loaded twice but the reuslting map contains an undefined, which nullifies the rest of the stories. Doh!
  Fixing hostname for Firefox content handler.
  Adding share info to saved stories.
2012-11-16 17:01:15 -08:00