Commit graph

1026 commits

Author SHA1 Message Date
Samuel Clay
881d89e4a4 Wrong logging error. 2011-10-25 00:42:23 -07:00
Samuel Clay
50e254af80 Temporary fix for broken river of news. 2011-10-25 00:21:34 -07:00
Samuel Clay
bb15e5f9ac Fixing issue around disappearing session_key on reader import. Using cookie first, then falling back to session_key. 2011-10-24 09:20:48 -07:00
Samuel Clay
72fe3633d6 Fixing major bug around classifiers in the river of news. Forced to add a new flag to handle existing connections so they don't get data that will mess them up. New visitors will get new behavior. Eventually all users will be on new behavior and I can remove the new flag. 2011-10-24 08:55:28 -07:00
Samuel Clay
7fec34dc59 iPhone app v1.1. 2011-10-20 10:10:09 -07:00
Samuel Clay
5571fb7202 Vendoring paypal. 2011-10-19 18:14:56 -07:00
Samuel Clay
5876310bf4 Handling error on emails for new premiums. 2011-10-19 09:40:31 -07:00
Samuel Clay
ba7eca00ac Finishing up autocomplete feed list in add dialog. 2011-10-12 22:42:30 -07:00
Samuel Clay
8171c2390a Un-stucking stories by using the correct story_id when marking as read. 2011-10-10 20:55:30 -07:00
Samuel Clay
26f929642d Adding more meta details for dual-mark as read. 2011-10-10 20:53:43 -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
28743e5219 Adding story_date to dupe mark_read error message. 2011-10-10 11:49:53 -07:00
Samuel Clay
6980245a5a Adding site and folder from iphone app now submits the form. 2011-10-10 09:57:54 -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
49433e1f58 Updating user email when activating premium. 2011-10-06 10:45:16 -07:00
Samuel Clay
622358e05c Moving to $ per year instead of per month. Cleaning up new account email. Clearing out the story iframe between stories and feeds. 2011-09-30 18:02:48 -07:00
Samuel Clay
c83f11e668 Adding /load_feeds to repeat visitor tracking, since the iPhone app never hits refresh_feeds. 2011-09-25 09:53:57 -07:00
Samuel Clay
16b1ab6f9c Adding logging for emails sent. Also using history.replaceState to clear the ?next= parameter. 2011-09-23 18:13:16 -07:00
Samuel Clay
f29266d707 Adding forgot password email with conveniences. 2011-09-22 09:23:42 -07:00
Samuel Clay
ed7d2bd88f Finishing up new account email. Adding migration to save email sending preference. 2011-09-21 17:49:40 -07:00
Samuel Clay
482076d1de Adding autologin (with optout param) for use with emails. 2011-09-19 09:46:36 -07:00
Samuel Clay
afae94cf7d Templating emails -- new account and new premium. 2011-09-19 08:56:16 -07:00
Samuel Clay
c051bcfac9 Adding browser user agent to all logging. 2011-09-16 09:26:22 -07:00
Samuel Clay
7cf58636d1 Only active feeds get loaded in the iPhone app. It's about time. 2011-09-15 18:28:19 -07:00
Samuel Clay
408b8e16e9 Showing correct story_id in logging for bad read stories. 2011-09-15 18:22:03 -07:00
Samuel Clay
90355c7fff Showing the correct logging info for mismarked read stories. 2011-09-15 09:35:45 -07:00
Samuel Clay
6b69326d53 Fixing river of new to use new user stories. 2011-09-14 21:00:38 -07:00
Samuel Clay
ac61d9af06 Re-running story read migration to account fornew read stories during the migration process. 2011-09-14 20:31:14 -07:00
Samuel Clay
d42eaa1424 Merge branch 'master' of github.com:samuelclay/NewsBlur into userstory
* 'master' of github.com:samuelclay/NewsBlur:
  Adding errors to API/login and API/signup. Getting rid of namespacing on login and signup form fields for api use.
2011-09-14 20:15:06 -07:00
Samuel Clay
51a0fb2705 Adding errors to API/login and API/signup. Getting rid of namespacing on login and signup form fields for api use. 2011-09-14 20:08:40 -07:00
Samuel Clay
ad80f8897e Moving read stories from story_date based to story_id based. 2011-09-14 18:03:25 -07:00
Samuel Clay
870b428253 Fixing issue around broken pages that have urn:uuid: in their URL. WTF, Google? 2011-09-07 22:35:03 -07:00
Samuel Clay
a7e83b06b4 Fixing small issues in iPhone app -- crash when returning to feed listafter returning to the app, and inconsistant original story url font size. 2011-09-07 09:56:54 -07:00
Samuel Clay
cfe90d0845 Trying out a new quadrigram collocator on for size. Needs some tokenizer lovin'. 2011-09-05 22:06:24 -07:00
Samuel Clay
d2bcce4b6f Better error handling around broken feed pages. 2011-09-04 14:47:47 -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
8f5a4c612d Updating rss_feeds tests for completeness. Updating README to include how to run test suite. 2011-09-01 09:11:29 -07:00
Samuel Clay
ad4bc10c92 Updating all unit tests. So far Reader and Feed import pass. Still need to fix RSS feeds. 2011-08-31 18:04:45 -07:00
Samuel Clay
96d8283ed0 Updating unit tests, fixing datetime issue in json serialization. 2011-08-31 09:41:34 -07:00
Samuel Clay
e209b4bd72 Better logging for multiply read stories. 2011-08-30 10:14:59 -07:00
Samuel Clay
4fda057524 Typo on logging. 2011-08-30 09:38:47 -07:00
Samuel Clay
2dc97fe594 Fixing issues around broken Google Reader starred stories import. 2011-08-30 09:23:16 -07:00
Samuel Clay
fc4765652e Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fixing issue around multiple matching duplicate feeds.
2011-08-30 08:38:50 -07:00
Samuel Clay
d74065f571 The string feed _id bites again. This time the iphone app. 2011-08-30 08:35:22 -07:00
Samuel Clay
4577e23e5e Fixing issue around multiple matching duplicate feeds. 2011-08-30 08:04:42 -07:00
Samuel Clay
1bdb6abb39 Grabbing 1000 saved stories from Reader. 2011-08-29 22:28:55 -07:00
Samuel Clay
68de3ea02c Fixing bug in starred_stories where the second page is skipped. 2011-08-29 22:25:25 -07:00
Samuel Clay
9d2089e386 Accidentally converting feed_id into str unneccessarily. 2011-08-29 22:11:11 -07:00
Samuel Clay
bd806d4dbe Further insulating river stories. 2011-08-29 21:53:29 -07:00