Commit graph

1569 commits

Author SHA1 Message Date
Samuel Clay
c1955bbfe2 Adding Read It Later support on stories. 2011-02-15 21:31:33 -05:00
Samuel Clay
b68611a6d2 Fixing more bugs in feed fetching. 2011-02-15 21:16:34 -05:00
Samuel Clay
bb4e81b278 Fixing a whole lot of feed fetch bugs. 2011-02-15 21:08:40 -05:00
Samuel Clay
cf250d7ead Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-02-14 01:27:16 -05:00
Samuel Clay
19ce3180cd Checking for dupes in the toplevel when adding subscriptions. 2011-02-14 01:26:58 -05:00
Samuel Clay
95abe1aac2 Allowing adding a url even if already subscribed. Just checks for dupes in the specific folder, but otherwise, dupes are allowed. 2011-02-14 01:15:45 -05:00
Samuel Clay
ee1be1514d Is this even a good idea. First stab at placing story nav at the bottom of the story detail page. It doesn't work yet. 2011-02-13 19:01:01 -05:00
Samuel Clay
940ee336d1 Limiting river stories to 5 for non-premium users. Still needs upgrade copy at bottom of stories. 2011-02-13 14:49:13 -05:00
Samuel Clay
6549aa3a65 Adding feed and page fetch histories to statistics dialog. 2011-02-13 14:47:58 -05:00
Samuel Clay
44a7638639 Reflecting the backwards yet current state of machine names. 2011-02-11 19:05:16 -05:00
Samuel Clay
bea23e23de Speeding up feed refreshes. Hopefully this won't strain the system too much. 2011-02-11 11:49:21 -05:00
Samuel Clay
b38288d2a5 Forcing refresh feed on master db during feed fetches. 2011-02-10 11:13:42 -05:00
Samuel Clay
13df9aa8eb Changing into the Story view selects a story if non-selected. 2011-02-09 19:24:35 -05:00
Samuel Clay
2c34815bea Story view opens the first story. Simple. 2011-02-09 19:22:10 -05:00
Samuel Clay
5f473ef746 Fixing a glut of issues for missing feeds and missing subscriptions. 2011-02-09 18:52:36 -05:00
Samuel Clay
40b8830d6b Master/slave databases. 2011-02-09 16:34:05 -05:00
Samuel Clay
e066dcf759 Master/slave databases. 2011-02-09 16:31:32 -05:00
Samuel Clay
9cc44b7490 Master/slave databases. 2011-02-09 16:28:10 -05:00
Samuel Clay
b22cada5e4 Adding full bootstrapping to fabfile. 2011-02-09 15:45:41 -05:00
Samuel Clay
5f584d0b2c Turning off debug in feedfinder. 2011-02-08 23:00:00 -05:00
Samuel Clay
6f92b7082e Fixing a slight error in lists vs. instances of feeds during adding. 2011-02-08 22:54:40 -05:00
Samuel Clay
48afe91758 Refactoring how feeds are found using urls in the add modal. Also fixing a display issue around showing the river icon in a collapsed feed and showing the manage menu. Lastly, changing the feedfinder's user agent because some assclown website was disallowing on the string 'feedfinder' 2011-02-08 22:07:59 -05:00
Samuel Clay
5b982d61b5 Fixing drag-and-drop for folders. Not ideal, but at least it works, including empty folders. 2011-02-08 09:44:24 -05:00
Samuel Clay
3e09f23db7 Removing errant logging statement. 2011-02-07 23:42:01 -05:00
Samuel Clay
2f627c2f4e Adding the hamburger as a slider for tiers of premium accounts. 2011-02-07 23:41:25 -05:00
Samuel Clay
07e7e744c9 Helping out a strained fetch system by adding time between updates. 2011-02-07 17:19:40 -05:00
Samuel Clay
9f85c6a4fe Last straw on subscriber_expire. 1 day of no activity from any of the feeds subscribers puts it in hibernation, only to return when the user returns. 2011-02-07 12:25:41 -05:00
Samuel Clay
c2d5f34f41 Updating FAQ. 2011-02-07 09:59:59 -05:00
Samuel Clay
d59d06f48b Tweaking gradient border color. 2011-02-06 21:06:21 -05:00
Samuel Clay
f680417d3d Tweaking gradient border color. 2011-02-06 20:54:58 -05:00
Samuel Clay
76f2650765 Changing color of bottom-border on the feed floater to match the gradient color. Aww, yeah. 2011-02-06 20:48:24 -05:00
Samuel Clay
c5a7514318 Possibly breaking the usersubscription dupe checker, but its gotta work for both river and feed loads. 2011-02-06 20:07:03 -05:00
Samuel Clay
7892dbec33 No need to change tagline's max_length on migration. 2011-02-06 15:43:13 -05:00
Samuel Clay
7ae285c55f Pulsating updated feeds in the sidebar. 2011-02-06 15:29:45 -05:00
Samuel Clay
4fd6a7cfe0 Fixing a metric-ton of bugs: Google Reader import on badly parsed xml, refreshing toplevel feeds loses their manage menu, retrying exception feeds now de-dupes and correctly updates on the page. Plus a bunch of other bugs. 2011-02-06 15:04:21 -05:00
Samuel Clay
5afdaf6836 Adding lxml to feedfinder to work on those nasty feeds that don't like to work. Also prioritizing feeds without comments. 2011-02-06 00:12:00 -05:00
Samuel Clay
58338b7aac Fixing invalid feed taglines. 2011-02-05 22:27:47 -05:00
Samuel Clay
33e2ee0960 Length check on feed tagline. 2011-02-05 22:19:28 -05:00
Samuel Clay
1b83aa088f Testing why a feed_tagline thats too long is causing issues. 2011-02-05 22:16:27 -05:00
Samuel Clay
ebad038920 Length check on feed tagline. 2011-02-05 22:15:03 -05:00
Samuel Clay
b7b0c769bf Length check on feed tagline. 2011-02-05 22:11:17 -05:00
Samuel Clay
fc4d39da04 Length check on feed tagline. 2011-02-05 22:09:31 -05:00
Samuel Clay
466c172521 Fixing bug around missing titles in stories. 2011-02-05 21:33:24 -05:00
Samuel Clay
ea15aa1175 Major improvement to feed fetching and parsing by upgrading feedparser to v5.0. Also sending correctly formatted feed information to debug email. And handling invalid page URLs gracefully. 2011-02-05 20:49:52 -05:00
Samuel Clay
af573f503f Moving Gunicorn PID. 2011-02-05 19:40:07 -05:00
Samuel Clay
fda53264c0 Moving Gunicorn PID. 2011-02-05 19:39:30 -05:00
Samuel Clay
d5551a2cc6 Moving Gunicorn PID. 2011-02-05 19:38:38 -05:00
Samuel Clay
57bb59bc4c Turning of MapReduce on popular tags for now. Waiting until Mongodb 1.8 to get MR on item_frequencies, so I can finally shard the database. 2011-02-05 19:37:15 -05:00
Samuel Clay
72a32f1976 Using the correct message for the feed error email subject. 2011-02-05 16:16:11 -05:00
Samuel Clay
ff3a078d30 Fixing feed error on page importer. Whoops. 2011-02-05 15:47:56 -05:00