Samuel Clay
|
599f032114
|
Adding Google Chrome to Goodies. New Chrome logo, too!
|
2011-03-18 00:09:33 -04:00 |
|
Samuel Clay
|
ca8d6f6e41
|
Adding description to Safari helper.
|
2011-03-18 00:00:17 -04:00 |
|
Samuel Clay
|
9012af7250
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
Conflicts:
|
2011-03-17 23:51:56 -04:00 |
|
Samuel Clay
|
18af72c7e6
|
Fixing Safari Helper app.
|
2011-03-17 23:46:59 -04:00 |
|
Samuel Clay
|
0f9474c896
|
Need to hide the content pane feed counts floater on feed switch.
|
2011-03-17 22:11:03 -04:00 |
|
Samuel Clay
|
82e72700e7
|
Fixing remaining issues around inline classifiers. Now updates feed title, content pane floater, and hidden stories button counts.
|
2011-03-17 22:08:21 -04:00 |
|
Samuel Clay
|
9401c66537
|
Refreshing feed unread counts on inline classifier change, but this kills the --now-- behavior.
|
2011-03-17 20:06:38 -04:00 |
|
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
|
7a4a651c34
|
Merge branch 'master' into recommended
|
2011-03-12 18:13:34 -05:00 |
|
Samuel Clay
|
3ee5d43c56
|
Fixing up OPML exporter for anonymous users (just use the default account), and fixing the add dialog's focus on the add url, just in case it's slow to load.
|
2011-03-12 18:13:24 -05:00 |
|
Samuel Clay
|
129875723d
|
Focusing the URL input when opening the add dialog. Thanks @NicolasGeraud for the suggestion.
|
2011-03-12 17:43:53 -05: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
|
d961035513
|
Adding opml export links to Add Site dialog and Preferences dialog.
|
2011-03-11 11:22:28 -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
|
c1a5a55f0d
|
Fixing classifier dialog's saving calls. Also adding debug information for refresh_feeds to find out how much the status pinging is taking.
|
2011-03-08 10:06:55 -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
|
6c8926d8bf
|
Upgrading to jQuery 1.5.1 and launching.
|
2011-02-28 19:29:19 -05:00 |
|
Samuel Clay
|
908c543462
|
Upgrading jQuery to 1.5.1
|
2011-02-28 19:18:03 -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
|
048b40897b
|
Adding custom site url to goodies.
|
2011-02-25 15:20:38 -05:00 |
|
Samuel Clay
|
d50067b40a
|
Adding Safari RSS helper app.
|
2011-02-25 14:04:03 -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
|
173ba7f375
|
Handling add url errors correctly. Also handling duplicate stories being marked read. Lastly, fixing bug around future stories being marked as read and then falling into an inconsistent state.
|
2011-02-24 18:51:30 -05:00 |
|
Samuel Clay
|
b9e664838e
|
Adding small separator and jquery 1.5.
|
2011-02-23 22:04:29 -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 |
|