Commit graph

816 commits

Author SHA1 Message Date
Samuel Clay
bdc8e7bdea Separating nginx configuration into a setup and a configure, since one half is much more common than the other. 2011-03-31 18:51:23 -04:00
Samuel Clay
f7a11c5802 What a great way to speed up feed load times. Just load fewer stories! 2011-03-28 21:53:54 -04:00
Samuel Clay
3c2e3cef15 Cranking up the dials on feed fetching times. Let's make this shit faster. 2011-03-24 19:41:55 -04:00
Samuel Clay
df386cbf6d Updating feeds just a tad bit quicker, to test out the new servers. 2011-03-23 19:00:28 -04:00
Samuel Clay
549536753f Toning down the aggresiveness on feed fetching. 2011-03-23 17:18:57 -04:00
Samuel Clay
90b2e4d5a8 Fetching feeds 4-6x times as often. 2011-03-22 19:30:50 -04:00
Samuel Clay
71c0ec32dc Cutting refresh delays by more than half. 2011-03-21 22:45:33 -04:00
Samuel Clay
45cf8f5cf8 Fixing issues around adding a folder in the add site bookmarklet. Cleaning up the modal by taking out the folder icon. 2011-03-21 20:37:58 -04:00
Samuel Clay
eaadabeb78 Adding in functionality to add new folder during add site bookmarklet. Needs testing (and maybe some UI love), but it should be feature complete. 2011-03-21 10:15:18 -04:00
Samuel Clay
5fbbbae6cc Merge branch 'master' into bookmarklet_add_folder 2011-03-21 09:58:00 -04:00
Samuel Clay
430603d916 Adding pgbouncer configs to fabfile. Also fixing psql backups. 2011-03-20 20:16:28 -04:00
Samuel Clay
b5ea1dcdf6 Fixing empty recommendations for new servers. Also adding firewall information and fixing up fabfile. 2011-03-19 18:35:44 -04:00
Samuel Clay
fbfede640c Upgrading to mongodb 1.8. Adding user/pass to mongo, using item_frequencies with map_reduce (to avoid eval on the db). 2011-03-19 16:19:53 -04:00
Samuel Clay
01ab924719 Stubbing in new folder input on bookmarklet. Doesn't do anything yet, and it doesn't display correctly yet, either. 2011-03-19 11:07:36 -04:00
Samuel Clay
6584bdb7b9 Whoops, forgot a variable on logging. 2011-03-17 22:17:31 -04:00
Samuel Clay
691898e922 Changing how unreads are calculated. If all stories are red, that's OK for now. Prevents the weird situation when training a feed and everything switches colors at once (same author or something), and when the unreads cycle through red, then everything gets marked as read. Not the desired behavior. And who is this helping, anyhow? 2011-03-17 22:15:29 -04:00
Samuel Clay
dcbd9ecb00 Sending back new preferences, needed for debugging. 2011-03-16 19:24:58 -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
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
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
48f2ed5860 Fixing issue around missing feeds in subscription folders during opml export. Just ignore missing feeds. 2011-03-12 17:54:42 -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
57289df51c OPML Export! Now just need to add it to the UI. This class creates XML for nested folders and feeds, cinluding a user's own feed titles. 2011-03-10 20:27:40 -05:00
Samuel Clay
b47f85dd2e Fixing issue around adding a URL that has both a duplicatefeed address, as well as a perfectly good canonical address. Use the Feed befor ethe DuplicateFeed. 2011-03-09 18:52:06 -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
f6e06259b7 Counting feeds during refresh logging. 2011-03-08 11:38:12 -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
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
2e437fcee1 Adding a subscribed note in recommended feeds. 2011-03-02 12:05:58 -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
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
8833dd793d Adding basic structure for recommended feeds. 2011-02-28 23:27:58 -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
1eb02db2d1 Only counting subscribers for active subscriptions. Doh. 2011-02-25 20:23:05 -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
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
46c831b629 Fixing river of news issue around deleted feeds. 2011-02-22 22:38:50 -05:00