Commit graph

1097 commits

Author SHA1 Message Date
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
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
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
385a1dd75b Removing session token for importing from reader. 2011-08-24 21:51:34 -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
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
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
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
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
ae7f79b3a0 Adding moderation queue to recommended feeds (finally!) 2011-07-11 18:22:28 -07:00
Samuel Clay
a1feeeb13f Fixing bug around skipping the 2nd page of feed stories due to an off by one error. 2011-06-12 23:22:58 -04:00
Samuel Clay
9c0479e7e3 Fixing a small bug around logging slow feed loads for anonymous users. 2011-06-10 10:52:27 -04:00
Samuel Clay
702c94a4d9 Merge branch 'master' into mobile
Conflicts:
	media/js/newsblur/reader.js
2011-06-09 19:03:27 -04:00
Samuel Clay
62bb88f6ff Simply adding the number of read stories in the log of slow feed loads. 2011-06-09 19:00:31 -04:00
Samuel Clay
4f46b358db Major optimization on mongo queries. No longer using .rewind(), which is actually re-running the damn query! Wrapping repetitive querysets in list() for performance. 2011-06-09 15:36:24 -04:00
Samuel Clay
94022c857b Adding checkpoints to find out the slow load time hangups. 2011-06-09 14:59:22 -04:00
Samuel Clay
3d933723d9 Showing feeds, icons, and unread counts. Needs separated unread counts and an intelligence slider. 2011-06-07 10:17:56 -04:00
Samuel Clay
9fa3e0764d Finishing all pages of the tutorial. The intelligence trainer could use some love, but this should go out sooner rather than later. 2011-05-20 00:18:23 -04:00
Samuel Clay
247a0b824d Finishing page 2, adding page 5 which has links to twitter, get satisfaction, the blog (even loads the blog), and is a good last page. 2011-05-18 22:33:42 -04:00
Samuel Clay
7bc60ec784 Switching to mongoengine dev on github. 2011-05-18 14:23:43 -04:00
Samuel Clay
2de8f6dc2e Cleaning up index page by removing howitworks random start and a bit of logic. 2011-05-11 20:25:01 -04:00
Samuel Clay
7b9df8dadc Anonymous users will see a warning on sending an email. Also removing FeedIcon model (having switched to the mongo MFeedIcon model). 2011-05-09 10:35:46 -04:00
Samuel Clay
1eb844fde6 Obvious defects in sending emails. Adding logging. 2011-05-09 10:17:42 -04:00
Samuel Clay
9ed4cd6bbb Merge branch 'master' into timezone_features
Conflicts:
	apps/reader/views.py
	templates/reader/feeds.xhtml
	utils/templatetags/utils_tags.py
2011-05-08 20:45:32 -04:00
Samuel Clay
f124d24450 Cleaning up from address in shared stories. 2011-05-08 20:34:52 -04:00
Samuel Clay
e24a32d329 Cleaning up from address in shared stories. 2011-05-08 20:32:02 -04:00
Samuel Clay
0b4527c3f0 Cleaning up emailed stories. 2011-05-08 20:24:37 -04:00
Samuel Clay
5d4c7565e9 Story text in shared/emailed stories. Extracting text for plain/text emails. 2011-05-08 19:41:50 -04:00
Samuel Clay
c6ebb58cf8 Merge branch 'master' of github.com:samuelclay/NewsBlur into send_email 2011-05-07 21:12:24 -04:00
Samuel Clay
03d74d5313 Cleaning up the send email dialog (as well as the add site dialog). Everything looks great, save for an email icon and a bit more validation. 2011-05-07 21:12:13 -04:00
Samuel Clay
da7e36db2e Sending html/text emails based on user input. Just need to add some validation and potential cleanups. The form is kinda ugly. 2011-05-07 17:58:53 -04:00
Samuel Clay
504d7d94da Adding feedback archiving for instant loads. Feedback is now on the dashboard. 2011-05-07 17:22:41 -04:00
Samuel Clay
079e0b0ded Front-end complete. Need to send the email now. 2011-05-06 10:06:13 -04:00
Samuel Clay
0ef7ad3796 Fixing how flat feeds are generated. 2011-05-03 12:22:49 -04:00