Commit graph

935 commits

Author SHA1 Message Date
Samuel Clay
ed3ddf0b54 Handling case of weird OPML not having the right attrs. 2011-06-10 11:25:50 -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
6d0c0c3cdc Adding in new mobile site. Doesn't sohwing anything but a stubbed in list view. 2011-06-05 17:52:11 -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
e180f8a224 Merge branch 'master' into tutorial 2011-05-19 19:13:57 -04:00
Samuel Clay
c2b1d7eb35 Fixing the infernal FeedNotFound error whenever a dupe feed is created in the middle of another transaction. Yarr! 2011-05-19 19:04:10 -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
aaf83ed7a0 Merge branch 'master' into tutorial 2011-05-18 17:51:58 -04:00
Samuel Clay
7d13d508de Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-05-18 14:36:54 -04:00
Samuel Clay
06a46993d2 Backup mongo + psql. Removing ridiculous FeedUpdateHistory table. 2011-05-18 14:36:31 -04:00
Samuel Clay
7bc60ec784 Switching to mongoengine dev on github. 2011-05-18 14:23:43 -04:00
Samuel Clay
7b77d0b997 Partially stubbing out step 2 and 4. 2011-05-16 23:13:49 -04:00
Samuel Clay
b22bbf98b8 Feed icons for recommended feeds. 2011-05-14 12:50:11 -04:00
Samuel Clay
5adf024dda Finishing all boilerplate to the tutorial. This includes the preference to show/hide tutorial, and hiding the dashboard module. 2011-05-13 10:15:56 -04:00
Samuel Clay
913fc49c3a Adding profile field for completing the tutorial. 2011-05-12 18:15:15 -04:00
Samuel Clay
4275966b72 Merge branch 'master' into tutorial 2011-05-12 18:13:46 -04:00
Samuel Clay
a4965d696e Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-05-12 17:56:38 -04:00
Samuel Clay
8a68abb22c Missing JSON response context for api/signup and api/logout. 2011-05-12 17:56:24 -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
03d370b040 Adding paging to tutorial. Also adding the tutorial dashboard image. Colorful. 2011-05-11 12:27:28 -04:00
Samuel Clay
d195b3803c Deleting feeds from folders if they are coming from the toplevel (i.e. no folder specified). This is to handle the cases where we no longer know the feed's folder, but we're deleting it anyhow. Only deletes the first case, anyway. Not ideal, but pretty close. 2011-05-11 09:51:16 -04:00
Samuel Clay
0139cf439f Working out a better fix for oauthtokens that are missing. 2011-05-10 13:53:51 -04:00
Samuel Clay
ecca990d88 Working out a better fix for oauthtokens that are missing. 2011-05-10 13:50:46 -04:00
Samuel Clay
7c91ef2001 Emergency bug fix for missing oauthtokens during reader import. 2011-05-10 13:49:00 -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
ff09a6f262 Fixing bookmarklet add_site when the token is bad. 2011-05-08 19:52:41 -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
56e0292197 Using new django1.3 logging. Adding SQL middleware for use in development. Pretty SQL. 2011-05-08 19:25:58 -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
7b56516f48 Removing 'Less than [a minute ago]' from feedback date. 2011-05-07 18:52:11 -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
54a10301b9 Adding community feedback to whats new module on dashboard. 2011-05-07 12:06:51 -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
Samuel Clay
de89b527ff Adding python backup for postgresql. This will be much easier to run automatedly. 2011-05-03 11:07:09 -04:00
Samuel Clay
dade4bb9c1 Making feed updates a touch more often based on # of premium subscribers. 2011-05-01 20:37:34 -04:00
Samuel Clay
f8583ad955 Django 1.3-izing everything. Moving logging back to counting everything in the last day, but without the hard-work of deleting old entries. 2011-05-01 19:58:40 -04:00
Samuel Clay
6d04024340 Loading favicons for new users. Also not clobbering them when possible. 2011-05-01 18:57:19 -04:00