Commit graph

455 commits

Author SHA1 Message Date
Samuel Clay
38b5e2c93c Inline author classifiers. Needs to update the story header without blowing away the --now-- class. 2011-03-17 18:33:59 -04:00
Samuel Clay
d937bf694a Do not append more than one Add button in tryfeed. 2011-03-16 19:20:38 -04:00
Samuel Clay
8342741e07 Recommended feeds all ready to go. Now updates feed live when adding and unread counts need to come in. Also handling cases of 0, 1, or > 1 recommend feeds and paging needs to be handled. 2011-03-16 18:29:56 -04:00
Samuel Clay
4569031e36 Adding a recommended feed (from the tryfeed view) correctly adds and selects the feed. Also gets the altest unread counts, but it not yet updating unread counts inline. Maybe just force a refresh? Blech. 2011-03-16 11:54:20 -04:00
Samuel Clay
b87a5de6ce Lots of work towards the eventual release of recommended feeds. Now can try feeds (maybe taste would've been a better name?). 2011-03-15 23:42:27 -04:00
Samuel Clay
ce8a496140 Loading recommended feed into try view, but the title isn't showing up. Can't figure it out now. 2011-03-15 10:21:47 -04:00
Samuel Clay
baad347a39 Refactoring the shit out of the feed-header top links (everything river, starred stories). 2011-03-14 21:44:04 -04:00
Samuel Clay
fdafb280dd Saving feed pane size needs to update the center modules, which now fit into a different space. 2011-03-14 09:29:58 -04:00
Samuel Clay
4ab3904d52 Adding paging on recommendations. Also moved out of profile preferences, since it needs to be used by the base template when setting up the middle column (the column where recommended feeds go). Now a first-order column on user profiles. 2011-03-13 16:24:49 -04:00
Samuel Clay
c70eb8fa3b Add recommended feed opens up Add dialog. Also fixing Safari extension to wait for the folders to show up when adding a url from querystring. 2011-03-11 20:05:41 -05:00
Samuel Clay
a3e974f329 Merge branch 'master' into recommended
Conflicts:
	media/css/reader.css
2011-03-11 19:53:45 -05:00
Samuel Clay
6c198fd4a3 Fixing refresh-feeds to ignore updates from the active_feed so that when the user is no longer on the feed, it will update correctly. This obviously is in dire need of a rewrite, but for now, this will do. Backbone.Model, anyone? 2011-03-10 18:39:58 -05:00
Samuel Clay
c2313f5f6a Fixing bug around inline classifiers. THe feed would update, but would no longer be selected. 2011-03-10 09:38:24 -05:00
Samuel Clay
6810293c56 Ridiculous bug: caching the feed in the feed list did not check to see if the feed_id was changing. You know, like the River of News which changes the feed_id almost every other story? Doh! 2011-03-09 20:04:50 -05:00
Samuel Clay
bf7bd99f91 Disabled CTRL+Left, which would hide the sidebar. 2011-03-09 18:23:55 -05:00
Samuel Clay
80cbe2c127 Adding inline classifiers for tags. Saves single tag classifier, refreshing single feed, and updates intelligence colors dynamically. 2011-03-09 09:48:24 -05:00
Samuel Clay
0062cef1e6 Refactoring intelligence classifier modal. Also adding Erbar font for logo. 2011-03-06 21:33:06 -05:00
Samuel Clay
30c97d200e Adding inline intelligence coloring for story authors and story titles. 2011-03-04 19:25:15 -05:00
Samuel Clay
35cd0e4574 Dear lord this is some crazy attention to detail. Only show the spinner on the New Features module if the request has taken longer than 50ms, otherwise it just looks instantaneous, not spinner needed. Whew. 2011-03-04 12:45:31 -05:00
Samuel Clay
24aa214346 Refactoring feed canonical representations. Split Feed from UserSubscription for use in the feed recommended module. Hooked up Statistics and Intelligence Trainer modals to the recommended feed. Still need Try/Add, and paging. 2011-03-04 12:27:31 -05:00
Samuel Clay
08ccda7a4c Merge branch 'master' into recommended 2011-03-03 09:14:11 -05:00
Samuel Clay
354ffe98b9 Fixing intelligence classifiers to allow tags with an & in the tag. Also changing color of feed view story tags to match intelligence. Also updates dynamically on training. 2011-03-02 19:59:31 -05:00
Samuel Clay
3419adecc1 1) Changing feedchooser to show all payment options at once. 2) Speeding up marking stories as read by caching feed in feed list between story reads. 3) Adding story tags to stories in feed view. 2011-03-02 17:58:12 -05:00
Samuel Clay
2e437fcee1 Adding a subscribed note in recommended feeds. 2011-03-02 12:05:58 -05:00
Samuel Clay
58548555c5 Fixing issue around updating active feeds. 2011-02-28 23:37:46 -05:00
Samuel Clay
ff70d32d21 Fixing small bugs: 1) "Show Hidden Stories" would not persist between pages on a feed. 2) Starring a story would cut-off the title early in the story titles pane. 2011-02-28 09:44:06 -05:00
Samuel Clay
efa9321660 Fixing bug around going to the wrong story view when switching back immediately after a river view. The view button was still disabled. 2011-02-27 21:45:09 -05:00
Samuel Clay
e2b04e3997 Fixing instant updates of intelligence scores for river of news feeds. 2011-02-27 19:51:41 -05:00
Samuel Clay
2e67efea6e YAY! Adding classifiers is now instant and does not require a feed refresh. Required scoring intelligence on both server-side and client-side. 2011-02-27 16:13:22 -05:00
Samuel Clay
46e54ff5dc Merge branch 'register_content_handler' of http://github.com/francois2metz/NewsBlur into francois2metz-register_content_handler
Conflicts:
	media/js/newsblur/reader.js
2011-02-25 13:07:08 -05:00
Samuel Clay
67159c5324 Fixing scroll bug that occured when starting on the story view and switching to the feed/page view causing scroll/mousemoves not to register (since scrolling was disabled, thinking the story was still opening.) 2011-02-23 19:41:05 -05:00
Samuel Clay
87b5eac123 Adding 'f' and 'u' keyboard shortcuts for fullscreen/sidebar. Also fixed the keyboard shortcuts modal to not wrap incorrectly on small screens. 2011-02-23 18:09:09 -05:00
Samuel Clay
3ed0b7631e Removing Readability (it doesn't go anywhere), adding Open option to story titles context menu. Speeding up story change animations. 2011-02-23 11:40:25 -05:00
Samuel Clay
f1dfdbb126 Removing unneccessary log statements from non-premium river view. 2011-02-22 23:08:58 -05:00
Samuel Clay
a6bec4d6f2 Turning on full river of anonymous users (since they can't see the premium subscription form). 2011-02-22 23:07:49 -05:00
Samuel Clay
11f866c372 Premium links to feed chooser. Adding future premium-only features to chooser. 2011-02-22 22:00:32 -05:00
Samuel Clay
97ae6c5561 Adding premium-only notice. 2011-02-22 19:45:29 -05:00
Samuel Clay
14d059c89e Merge branch 'master' into river_for_all 2011-02-22 19:35:44 -05:00
Samuel Clay
373daacb9f Adding show/hide sidebar button. Also fixing resize window to correctly position the story views. 2011-02-22 19:11:29 -05:00
Samuel Clay
01f0060a04 Switching all remaining google favicons to homemade favicons. 2011-02-17 10:32:47 -05:00
Samuel Clay
76e5a62c62 Adding Readability and adding preferences to show/hide any or all services. 2011-02-16 20:45:37 -05:00
Samuel Clay
c1955bbfe2 Adding Read It Later support on stories. 2011-02-15 21:31:33 -05:00
Samuel Clay
940ee336d1 Limiting river stories to 5 for non-premium users. Still needs upgrade copy at bottom of stories. 2011-02-13 14:49:13 -05:00
Samuel Clay
13df9aa8eb Changing into the Story view selects a story if non-selected. 2011-02-09 19:24:35 -05:00
Samuel Clay
2c34815bea Story view opens the first story. Simple. 2011-02-09 19:22:10 -05:00
Samuel Clay
b22cada5e4 Adding full bootstrapping to fabfile. 2011-02-09 15:45:41 -05:00
Samuel Clay
48afe91758 Refactoring how feeds are found using urls in the add modal. Also fixing a display issue around showing the river icon in a collapsed feed and showing the manage menu. Lastly, changing the feedfinder's user agent because some assclown website was disallowing on the string 'feedfinder' 2011-02-08 22:07:59 -05:00
Samuel Clay
5b982d61b5 Fixing drag-and-drop for folders. Not ideal, but at least it works, including empty folders. 2011-02-08 09:44:24 -05:00
Samuel Clay
3e09f23db7 Removing errant logging statement. 2011-02-07 23:42:01 -05:00
Samuel Clay
d59d06f48b Tweaking gradient border color. 2011-02-06 21:06:21 -05:00