Commit graph

2909 commits

Author SHA1 Message Date
Samuel Clay
003537b7bc Automatically animating story hidden slider in tutorial. Woo! 2011-05-19 20:12:34 -04:00
Samuel Clay
539fb5869f Adding fake stories to training page in tutorial. Just need to hook up the slider to hide/show the stories. 2011-05-19 20:03:28 -04:00
Samuel Clay
3be758d8ac Intelligence on step 2. Not interactive yet, just needs the stories. 2011-05-19 12:27:32 -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
c029c863cd Finishing up copy changes for step 2 - views. Laying out step 4 - tips. 2011-05-18 10:19:02 -04:00
Samuel Clay
48cd442625 Tips and tricks is fully tricked out. Now need to pare it down by a lot. 2011-05-17 11:05:38 -04:00
Samuel Clay
7b77d0b997 Partially stubbing out step 2 and 4. 2011-05-16 23:13:49 -04:00
Samuel Clay
58a24c32c7 Adding collapsed folder icon. Also fixing scroll on story manage menu in feed view. 2011-05-16 11:34:05 -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
0bf05d11b5 Finishing paging. Now just need to add the page layouts and hiding preference. 2011-05-11 20:18:33 -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
53d9724e0e Adding in tutorial module on dashboard, hooking up tutorial launcher button and tutorail launcher menu item to open the new tutorial dialog. 2011-05-10 18:30:35 -04:00
Samuel Clay
9f3cd3d05b Stubbing in the new tutorial. 2011-05-09 20:59:52 -04:00
Samuel Clay
14d412422b 9 line changes and we get scrolling on the dashboard. Much needed relief. 2011-05-09 18:33:46 -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
ff09a6f262 Fixing bookmarklet add_site when the token is bad. 2011-05-08 19:52:41 -04:00
Samuel Clay
390f8489dc jQuery 1.5.1 -> jQuery 1.6.1pre. 2011-05-07 21:33:42 -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
54a10301b9 Adding community feedback to whats new module on dashboard. 2011-05-07 12:06:51 -04:00
Samuel Clay
c7af661047 Removing unneccessary logging. 2011-05-06 11:04:03 -04:00
Samuel Clay
079e0b0ded Front-end complete. Need to send the email now. 2011-05-06 10:06:13 -04:00
Samuel Clay
eb3c2ccefe Merge branch 'master' into send_email 2011-05-05 17:56:07 -04:00
Samuel Clay
ab8a0a3e6e New color luminosity algorithm. Used to detect whether a light or dark text color should be used in the River of News feed title floater bar. 2011-05-05 17:55:57 -04:00
Samuel Clay
2f0633e538 Drawing out send email dialog. Still needs love and an entire backend. 2011-05-03 20:59:07 -04:00
Samuel Clay
6e29f46be7 Merge branch 'master' into send_email 2011-05-03 18:31:54 -04:00
Samuel Clay
e791eef6d4 Fixing issue around showing the wrong intelligence level when using the feed_view_single_story preference. Thanks to @CyberGhost for the help in figuring this one out. 2011-05-03 12:19:53 -04:00
Samuel Clay
08bee1e13c Adding Send to Email button on stories. 2011-05-03 11:40:38 -04:00
Ben Cohen
3d5eb0440a Adding 'r' as a hotkey for opening all river stories. 2011-05-02 14:15:24 -07:00
Samuel Clay
88480a5886 Show/hide tooltips is a new preference. 2011-05-01 20:22:54 -04:00
Samuel Clay
5bfb41e97d Using the correct template loaders for 1.3. 2011-05-01 20:08:03 -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
Samuel Clay
1b0669f58c Fixing a ridiculous issue around paging the feed when clicking on Next Unread count if page not loaded. 2011-05-01 15:53:26 -04:00
Samuel Clay
c806e54118 The B key now does the opposite of the N key: goes back a story. 2011-05-01 00:03:13 -04:00
Samuel Clay
1075776478 Finding correct story when needed. Keeping the same story view is acceptable, since hiding/showing the sidebar should trigger it. 2011-04-30 23:40:05 -04:00
Samuel Clay
e79b6a6f4c No longer scrolling to story if the feed view isn't changing. This is nice for resize events that come from training a feed. Fixes #27. 2011-04-30 23:33:36 -04:00
Samuel Clay
8b4b696b47 Show next story button now works across feeds. 2011-04-30 22:09:43 -04:00
Samuel Clay
63d6e792fb Stupid jquery syntax highlighting bug in textmate. 2011-04-30 20:20:20 -04:00
Samuel Clay
337a2be064 Doh! Lowercase feed titles and folder names. b > C. 2011-04-26 18:58:42 -04:00
Samuel Clay
50e72d1384 Cranking up the feed fetch intervals by half. 2011-04-26 17:16:57 -04:00
Samuel Clay
5a4640afa4 Quickfix on sorting feeds. 2011-04-26 10:25:44 -04:00
Samuel Clay
401a0e2c9b Quickfix on sorting feeds. 2011-04-26 10:22:33 -04:00
Samuel Clay
70f14c9e7b Quickfix on sorting feeds. 2011-04-26 10:20:07 -04:00
Samuel Clay
cc94f3fd12 Double duty: Adding /rss_feeds/search_feed endpoint for discovering feeds through the API. Also adding in a new preference for the sort order of feeds. A bit broken, but it'll do for now. Thanks to @heliostatic for the idea. 2011-04-25 20:53:29 -04:00
Samuel Clay
8cf598fcbe Refreshing dashboard graphs every 10 minutes. Why not? 2011-04-24 22:47:20 -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
84280806c2 Increasing # of stories in River of News view for standard users. Upping from 5 stories to 12. 2011-04-24 20:48:16 -04:00
Samuel Clay
82d4b1923c A few minor fixes: feed chooser now has no artifacts from the feedlist. Fixing the Add button on recommended feeds. 2011-04-24 20:42:42 -04:00