Commit graph

836 commits

Author SHA1 Message Date
Samuel Clay
8e2936fc1b Utils -> vendor 2011-04-11 21:57:45 -04:00
Samuel Clay
e90d46d718 Fixing a minor issue around feed icons missing but needing to be shown. 2011-04-11 09:27:46 -04:00
Samuel Clay
c3b4464668 Finishing up classifier counts. Pretty and visually stimulating to the mind, and drives you crazy at the same time. 2011-04-09 14:37:07 -04:00
Samuel Clay
32b7dfa232 Merge branch 'master' into classifier_counts 2011-04-09 13:07:28 -04:00
Samuel Clay
1cf87a3d23 Recommended feeds should only be shown if approved, public, and before their publish date. 2011-04-09 11:13:02 -04:00
Samuel Clay
6890823a84 Showing classifier counts in statistics. Needs a graphical view, and maybe some pruning. 2011-04-09 11:06:36 -04:00
Samuel Clay
4c16df13eb Adding feed classifiers counts. Will be used to display graphs which show likes and dislikes aggregated across users in the Statistics dialog. 2011-04-07 17:00:28 -04:00
Samuel Clay
1254d350d6 Only tasking feeds that are active. Clears the exception pile. 2011-04-07 12:36:38 -04:00
Samuel Clay
019283cf11 Adding subscriber count to recommended feeds. 2011-04-07 10:36:25 -04:00
Samuel Clay
30e03db46c Finishign up the Recommend This Site modal. Now everybody can recommend feeds. 2011-04-07 10:30:05 -04:00
Samuel Clay
87d078239a Separating out favicon loading from feed loading. This will hopefully reduce initial page load speed. 2011-04-05 19:24:12 -04:00
Samuel Clay
e88d78a39c Fixing minor bug around incompletereads on page fetch. 2011-04-05 10:52:49 -04:00
Samuel Clay
41b70feff4 Incomplete Read doesn't have a msg. 2011-04-04 21:02:43 -04:00
Samuel Clay
a757b9f88f Fixing a few feed fetching bugs. 2011-04-04 20:53:12 -04:00
Samuel Clay
927a6e655f Fixing a bug around throwing feedburner errors. 2011-04-04 12:02:18 -04:00
Samuel Clay
d5c2a61e16 Handling the damn Thoughts of a Wierdo feedburner screwup gracefully. 2011-04-03 11:08:42 -04:00
Samuel Clay
a6c45df0dd Whoops, no need to overcompensate for subscribers by *that* much. 2011-04-02 01:11:29 -04:00
Samuel Clay
6aede04f10 Making feeds update WAY faster. Will I regret this? Most likely. But the weekend's the best time to find out. 2011-04-02 00:17:59 -04:00
Samuel Clay
085829506a Commenting out feed refresh times. This needs to be in Graphite. 2011-04-01 17:26:07 -04:00
Samuel Clay
7b4b7c591a Fixing Google Reader OAuth import when multiple folks are from the same IP. Using UUIDs in cookies, falling back to session state and IP addresses. 2011-04-01 17:25:28 -04:00
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