Commit graph

1679 commits

Author SHA1 Message Date
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
152cdcac56 Styling recommended feed. Still need to hook up try/add buttons, stats/train buttons, next/previous buttons. 2011-03-01 20:07:22 -05:00
Samuel Clay
2b7542e090 Retooling feed fetch times to be based on active subscribers, not total subscribers. 2011-03-01 10:34:49 -05:00
Samuel Clay
918507be4b Fixing misc number errors in status page. 2011-03-01 10:26:28 -05:00
Samuel Clay
0c9065938a Truncating long titles in status page. 2011-03-01 10:22:54 -05:00
Samuel Clay
0304b4d49b Using minutes instead of hours for status page to handle large status pages. 2011-03-01 10:15:18 -05:00
Samuel Clay
c172fd5f3e Adding new status page to show last feeds fetched and their stats. 2011-03-01 09:59:06 -05:00
Samuel Clay
58548555c5 Fixing issue around updating active feeds. 2011-02-28 23:37:46 -05:00
Samuel Clay
8833dd793d Adding basic structure for recommended feeds. 2011-02-28 23:27:58 -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
d3042a9953 Fixing River of News to use the full width, and not too much, considering it has to support the feed in the story title. 2011-02-28 09:48:42 -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
a2ef49eb3a Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-02-27 16:13:48 -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
299dbcf364 Changing default new_window to on. 2011-02-26 17:50:13 -05:00
Samuel Clay
1eb02db2d1 Only counting subscribers for active subscriptions. Doh. 2011-02-25 20:23:05 -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
f361493452 Adding firefox icons. 2011-02-25 13:07:23 -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
293a152465 Dupe read stories should save correctly. 2011-02-24 18:54:06 -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
eada5c565a Reloading feed on update. 2011-02-24 15:48:00 -05:00
Samuel Clay
ab3676c0d9 Only bother fetching active feeds. 2011-02-24 14:49:05 -05:00
Samuel Clay
614421aa80 Fixing feeds with 0 active subscribers when the subscriber is clearly logging in. 2011-02-23 23:23:52 -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
Samuel Clay
3bdf5ed308 Feed parsing bugs fixed. 2011-02-23 14:27:34 -05:00
Samuel Clay
e33656d000 Feed parsing bugs fixed. 2011-02-23 14:25:07 -05:00
Samuel Clay
de80258365 Adding *'s to premium users during logging. 2011-02-23 13:46:47 -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
415f9537c5 Merge branch 'river_for_all' 2011-02-22 23:08:03 -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
46c831b629 Fixing river of news issue around deleted feeds. 2011-02-22 22:38:50 -05:00
Samuel Clay
36aa8dd763 Merge branch 'master' into river_for_all 2011-02-22 22:08:06 -05:00
Samuel Clay
667e4f5f0b Restoring original PNGs for those with Fireworks PNG information. 2011-02-22 22:06:48 -05:00
Samuel Clay
cb88e71caa Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-02-22 22:01:56 -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
201f76b6db Compressing the shit of out all images using PNGCRUSH. 2011-02-22 21:53:11 -05:00
Samuel Clay
d0392f2261 Merge branch 'master' into river_for_all 2011-02-22 19:46:04 -05:00
Samuel Clay
b35e5e76a9 Hiding mange menu tooltip when menu is showing. 2011-02-22 19:46:00 -05:00