Commit graph

2231 commits

Author SHA1 Message Date
Samuel Clay
0197555043 Major refactor of all networking in iPhone app. Also finally made the Next Unread button fetch pages and work correctly. That's it! Time to ship it! 2011-09-05 22:06:31 -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
0ac41e48af Stubbing in new Move To Folder feature on context menus. Not ready, since there's no backend support yet. 2011-09-04 15:42:13 -07:00
Samuel Clay
b8c9a8c90d Upgrading testFlight SDK for the iPhone app. 2011-09-04 14:48:06 -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
81334ca850 Adding iPhone logo. 2011-09-03 23:11:11 -07:00
Samuel Clay
828127ecbc Moving requirements.txt -> config 2011-09-03 23:10:57 -07:00
Samuel Clay
8c0906fbff Changing scroll speed. Adding authenticated info to every request. 2011-09-03 23:10:46 -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
9f915347d6 Fixing mongo backups to use new mongo_db settings. 2011-08-30 09:33:03 -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
8c60347532 Typo in mongodb host settings. 2011-08-27 16:25:17 -07:00
Samuel Clay
6a8981f1bf Using defaults for mongo settings to simplify settings. 2011-08-27 16:22:52 -07:00
Samuel Clay
30c04e8eee Fixing issue in iphone app around tapping the All Sites button and then not being able to use the intelligence controls. 2011-08-27 15:53:51 -07:00
Samuel Clay
cf4b860c14 New mongoDB config for production. Uses replica sets. 2011-08-27 14:17:20 -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
8b943e0dc1 Ignoring mobile assets packages. 2011-08-26 23:43:15 -07:00
Samuel Clay
bd0ba19c97 Adding slaveOK to mongo connection. 2011-08-26 23:40:56 -07:00
Samuel Clay
5da8bf73fb Fixing the feed chooser to show total # of feeds. Also fixing a unicode issue in normalizing urls. 2011-08-26 19:58:06 -07:00
Samuel Clay
ad47d9bc20 Renaming nginx's newsblur.conf so it is namespaced. 2011-08-26 09:35:02 -07:00
Samuel Clay
99054c7923 Adding ssh-copy-id for easy ssh key movement. 2011-08-26 09:34:45 -07:00
Samuel Clay
15c5554200 Fixing issue when returning to iphone app and refreshing feeds while not on feed list page. 2011-08-26 09:34:30 -07:00
Samuel Clay
551eebe66a Final iphone tweaks -- favicon in titlebar. Also updating broker url. 2011-08-25 12:09:41 -07:00
Samuel Clay
385a1dd75b Removing session token for importing from reader. 2011-08-24 21:51:34 -07:00
Samuel Clay
5dfe750320 Tabs to spaces. 2011-08-24 21:44:16 -07:00
Samuel Clay
6148cbaaff Rewrote visible feed indexPath calculations to be far more graceful and less prone to stateful errors. Handled additional edge cases. 2011-08-24 21:41:44 -07:00