Commit graph

992 commits

Author SHA1 Message Date
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
Samuel Clay
36bb549f9c Fixing river by making the mongo mapreduce us ea string key. 2011-08-29 21:47:58 -07:00
Samuel Clay
3cecc81eda Handling broken decodes in cjson. Also fixing river. 2011-08-29 21:45:47 -07:00
Samuel Clay
c64415a15e Getting rid of awful hack to make cjson encode dicts correctly with integer keys. 2011-08-29 21:28:12 -07:00
Samuel Clay
2860359f59 Less aggressive on finding the feed for starred stories. 2011-08-29 21:19:57 -07:00
Samuel Clay
01f3ffc624 Preventing issue around missing feeds when moved. 2011-08-29 21:16:55 -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
591d5d9660 Fixing two major issues: utf-8 encoding on cjson encoding (doh!) and when feeds are moved through de-duping, let the client know about the new feed id. This will help all new users. 2011-08-29 20:51:40 -07:00
Samuel Clay
5389350368 Adding starred stories import to Google Reader import. Also moving to db backed session engine (from memcache). 2011-08-29 18:43:17 -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
6a68181974 Fixing image processing issue and updating to latest feedparser. 2011-08-27 13:27:21 -07:00
Samuel Clay
9bcfa077e7 Fixing issue around decoding tag lists in feed fetching. 2011-08-27 13:22:56 -07:00
Samuel Clay
385a1dd75b Removing session token for importing from reader. 2011-08-24 21:51:34 -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
fec7692f5b Fixing broken iPhone app which uses flat feeds, since it's now looking for a string key instead of an integer key (which is invalid JSON -- who knew?) 2011-08-22 21:02:41 -07:00
Samuel Clay
f5a4e09751 Upgrading to cjson, which may just break EVERYTHING. 2011-08-22 18:17:42 -07:00
Samuel Clay
a17ffd5fae Adding Insta-fetch to iphone app. 2011-08-21 13:46:43 -07:00
Samuel Clay
f546a3f784 Updating userstories with date migration to handle broken cases. 2011-08-18 21:52:15 -07:00
Samuel Clay
af9f9beda5 Migration to make loading read stories faster, by using a bounding box on read stories, far fewer can be fetched. 2011-08-18 21:47:38 -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
394c387f2f Finishing iphone login screen, adding new Default background, and adding errors to login screen. 2011-08-13 23:00:51 -07:00
Samuel Clay
73b4af2faa Finished the drawing of custom feed cells, which now include feed title, feed favicon, correct sizings and clipping for unread count pills, and section headers. Gorgeous! 2011-08-12 10:12:30 -07:00
Samuel Clay
dadef6c7b8 Fixing issue around original pages not including a <HEAD> section, so all URLs are relative to NewsBlur. Thanks to Cramer http://getsatisfaction.com/newsblur/topics/problem_with_relative_urls_in_for_example_rarestblog?utm_medium=widget&utm_source=widget_newsblur 2011-08-07 21:44:57 -07:00
Samuel Clay
d4dddf4896 Adding iphone and android apps, along with necessary migration for hiding mobile. 2011-08-07 21:38:09 -07:00
Samuel Clay
811512d8da Finishing up account dialog. Also re-styling subscriber counts. 2011-07-27 22:17:34 -07:00
Samuel Clay
9a36f84543 Showing correct scores for unread stories. 2011-07-24 20:07:38 -07:00
Samuel Clay
b9e10f9a10 Completing paging in feed detail page in iphone app. Just needs the finished bar to redraw correctly. 2011-07-24 16:52:24 -07:00
Samuel Clay
229bd75281 Went nuts and restyled a bunch of table cells. Also hooked up accounts. Need to clean up the login view, as well as finish the reading flow. 2011-07-20 21:08:57 -07:00
Samuel Clay
945b604368 Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-07-17 22:34:23 -07:00
Samuel Clay
7ffbd56c1b Adding boostrap fixture to load up default newsblur profile. 2011-07-17 20:53:48 -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
c1c5d44e96 Merge branch 'animations' 2011-07-13 21:43:48 -07:00