Commit graph

1288 commits

Author SHA1 Message Date
Samuel Clay
121e5a3529 Merge branch 'master' into river 2011-01-03 09:57:44 -05:00
Samuel Clay
9262c9d70b Showing/hiding trainer on wrong count. 2010-12-31 15:06:26 -05:00
Samuel Clay
126a6bfbb6 Showing intelligence trainer on approving feedchooser. 2010-12-31 15:03:34 -05:00
Samuel Clay
5bf869e1da Fixing up hover behavior on stories. Also hiding inactive feeds correctly. 2010-12-31 14:54:48 -05:00
Samuel Clay
93f404fa6c Speeding up feed title arrows. 2010-12-31 14:41:59 -05:00
Samuel Clay
1caf12cae8 Speeding up feed title arrows. 2010-12-31 14:40:42 -05:00
Samuel Clay
81e0205859 Speeding up feed title arrows. 2010-12-31 14:38:19 -05:00
Samuel Clay
0391c5dd0c Fixing right-clicks and commenting out marking as unread. 2010-12-31 14:35:20 -05:00
Samuel Clay
6fc2bc7f37 Killing right-click on context menus themselves. 2010-12-31 12:36:29 -05:00
Samuel Clay
34b8861e8b Right-click on stories. 2010-12-31 12:13:57 -05:00
Samuel Clay
a36623d2b9 Forcing smooth render of text on feed pane. 2010-12-31 11:55:08 -05:00
Samuel Clay
bab9897d0b Adjusting story titles background color to fix the Flash bug where text no longer renders with anti-aliasing. 2010-12-31 11:19:34 -05:00
Samuel Clay
d2f9196008 Instapaper icon. 2010-12-31 10:42:19 -05:00
Samuel Clay
7d3a173422 Rudimentary makring as unread. Also repositioning starring. 2010-12-31 10:34:31 -05:00
Samuel Clay
ff401bb896 Marking as unread updates all appropriate counts. 2010-12-30 19:24:52 -05:00
Samuel Clay
d4daaaba5e Adding story menu, which swallows starring and classifying stories. Also adds Instapaper support. 2010-12-30 18:37:29 -05:00
Samuel Clay
402ff5bb31 Forcing story position refreshing on paging. 2010-12-25 23:25:09 -05:00
Samuel Clay
2f570cf4ad Fixing drag-and-drop, correctly collapsing folders, scrolling on feedlist edge, and handling toplevel cases. 2010-12-25 23:04:43 -05:00
Samuel Clay
901d419425 Refactoring feed refreshing so new classifiers update the unread counts immediately. 2010-12-24 11:00:30 -05:00
Samuel Clay
7f0db78551 Adding logging for autocomplete add searches. 2010-12-24 10:44:02 -05:00
Samuel Clay
87c65a8718 Cleaning up privacy issues in autocomplete. Only feeds with > 1 subscriber, and can't contain the word 'token' 2010-12-24 10:41:32 -05:00
Samuel Clay
f0a75efe0a Forcing merge_feeds to respect insertion order. 2010-12-23 17:09:08 -05:00
Samuel Clay
35662d8e64 Scaling images in the Feed view to be no larger than the viewport. 2010-12-23 16:27:44 -05:00
Samuel Clay
3a17bc976c Fixing a broken query in autocomplete that caused full table scans. Now optimized and refactored. 2010-12-23 16:19:21 -05:00
Samuel Clay
7ce16b9cc7 Optimizing feed autocomplete query. 2010-12-23 16:04:30 -05:00
Samuel Clay
3a2f294746 Adding autocomplete to add feed. Includes feed title, address, and link. 2010-12-23 16:02:17 -05:00
Samuel Clay
8decf4dd80 Empty feed chooser now links to the Add modal instead of showing a blank acceptance screen. 2010-12-23 14:18:40 -05:00
Samuel Clay
a507e2528b Merge branch 'master' into river 2010-12-23 14:05:39 -05:00
Samuel Clay
4f35c2fade Making feed.min_to_decay reflect the actual decay time. Using it in statistics, and refreshing it in feed fetching. Also splitting up feed munin. 2010-12-23 13:29:31 -05:00
Samuel Clay
e039d9a1bd Queueing fallen-through-the-cracks feeds appropriately, giving a day of leniency. 2010-12-23 12:39:28 -05:00
Samuel Clay
b98c63dd14 Abstracting feed queueing so I can queue a queryset of feeds from the command line. Also adding in queueing of feeds that have not been updated in a week (for those that fall through the cracks. 2010-12-23 12:32:24 -05:00
Samuel Clay
1808dcf332 Fixing drag-and-drop for folders. 2010-12-16 23:57:05 -05:00
Samuel Clay
12891aabcf Let's try using dates again in feed fetching existance checks. 2010-12-16 17:25:51 -05:00
Samuel Clay
6d8c34c752 Are story dates the problem? 2010-12-16 17:16:09 -05:00
Samuel Clay
ae4646e979 Nice middle ground between guids and dates. Now only retrieving as many guids are in the feed, but then comparing them with N stories. Very old stories shouldnt change, and they'll get thwarted by an IntegrityCheck. 2010-12-16 17:10:13 -05:00
Samuel Clay
5b3f199852 OK, a bit too aggressive on the story loading. Sticking to simple queries for now. 2010-12-16 17:00:08 -05:00
Samuel Clay
86af737159 Experimental feed difference change. More expensive, but will detect when things are actually changing. 2010-12-16 16:52:00 -05:00
Samuel Clay
4756aab1a6 Adding staging to fabfile. 2010-12-16 16:25:13 -05:00
Samuel Clay
3aaae18228 Re-enabling river, and trying to ignore the mark_as_read date for now. Will bring it back in a map_reduce. 2010-12-16 16:17:03 -05:00
Samuel Clay
871cd7fb2e Merge branch 'master' into river 2010-12-16 15:22:02 -05:00
Samuel Clay
da4dff860c Typo in fabfile, accidentally performing both mongo + psql backups at the same time. 2010-12-16 15:21:50 -05:00
Samuel Clay
35139e2656 Cleaning up fabfile by using correct cd(). 2010-12-16 14:15:22 -05:00
Samuel Clay
a4e079d84b Cleaning up psql backup. 2010-12-16 14:09:15 -05:00
Samuel Clay
79e1784c97 Cleaning up psql backup. 2010-12-16 14:03:03 -05:00
Samuel Clay
74432e6dbb Cleaning up psql backup. 2010-12-16 13:55:32 -05:00
Samuel Clay
90d0a3132f Fabfile to deploy app and celery. Also to run backups. 2010-12-16 13:54:09 -05:00
Samuel Clay
9e05658825 Merge branch 'master' of github.com:samuelclay/NewsBlur into river 2010-12-16 12:59:52 -05:00
Samuel Clay
9b6e881ebd Adding comments and disambiguating read_stories count for river. 2010-12-16 12:59:49 -05:00
Samuel Clay
d8ff92f894 Fixing color of feed loading. 2010-12-15 22:27:12 -05:00
Samuel Clay
976e4fd33d Changing log colors for imports. Also starting to fill out the fabfile.py, which needs a lot of love. 2010-12-15 22:26:05 -05:00