Commit graph

528 commits

Author SHA1 Message Date
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
Samuel Clay
26200a6c9e Minor fix for blank feed_ids list. 2011-05-01 17:48:10 -04:00
Samuel Clay
475325e39e Last fixes before deploying mongo-ized feed icons. 2011-05-01 17:19:01 -04:00
Samuel Clay
0f8c8ed7e9 Merge branch 'master' into mongo_feed_icon
Conflicts:
	apps/reader/views.py
	apps/rss_feeds/models.py
2011-04-26 19:37:52 -04:00
Samuel Clay
2842162b0e Adding an API endpoint for feed training. Cleaning up internal use of the feed trainer (fixing a bug around training a single unloaded feed.) 2011-04-24 21:27:31 -04:00
Samuel Clay
9bb423936d Filling out the feed and stories and feed management sections of the API. Just intelligence and import/export to go. 2011-04-24 00:05:39 -04:00
Samuel Clay
66200f1d76 Adding mongo feed icon model, bootstrapping, and moved the views. Still need the importer and the canonical rep to match new models. 2011-04-21 23:10:43 -04:00
Samuel Clay
3f04fbfc82 Further refining the API. 2011-04-21 22:36:26 -04:00
Samuel Clay
a2e082b0d8 Paging from 1 and not 0. Moving the JS assetmodel to use new paging and API endpoints. 2011-04-21 10:44:55 -04:00
Samuel Clay
42d6abe247 Refactoring URLs for the reader. 2011-04-20 09:35:59 -04:00
Samuel Clay
909339381a Statistics graph. 2011-04-15 11:34:41 -04:00
Samuel Clay
8c727743eb Merge branch 'master' into dashboard_tweaks 2011-04-12 19:43:45 -04:00
Samuel Clay
8e2936fc1b Utils -> vendor 2011-04-11 21:57:45 -04:00
Samuel Clay
a645916497 Merge branch 'master' into dashboard_tweaks
Conflicts:
	apps/rss_feeds/models.py
2011-04-11 09:34:44 -04:00
Samuel Clay
e90d46d718 Fixing a minor issue around feed icons missing but needing to be shown. 2011-04-11 09:27:46 -04:00
Samuel Clay
42d36b363d Merge branch 'master' into timezone_features 2011-04-09 13:38:31 -04:00
Samuel Clay
1cf87a3d23 Recommended feeds should only be shown if approved, public, and before their publish date. 2011-04-09 11:13:02 -04:00
Samuel Clay
87d078239a Separating out favicon loading from feed loading. This will hopefully reduce initial page load speed. 2011-04-05 19:24:12 -04:00
Samuel Clay
99e8eb8875 Further work on the API. This is going to be a long drive. 2011-04-05 10:50:39 -04:00
Samuel Clay
d76aeacb3a Stubbing in a few API endpoints in documentation. 2011-04-04 12:01:29 -04:00