Commit graph

2339 commits

Author SHA1 Message Date
Samuel Clay
7cb84d7e82 Performing the correct check for <ins> in stories. 2011-04-11 23:26:47 -04:00
Samuel Clay
a88112ab8f Only show story mod change button when story mods are to be had. 2011-04-11 23:25:44 -04:00
Samuel Clay
8e2936fc1b Utils -> vendor 2011-04-11 21:57:45 -04:00
Samuel Clay
e4fafb3d3d Fixing the missing warning about feeds being overwritten during OPML import (if feeds are already present). Apologies to @theprawn for inadvertantly discovering this bug. 2011-04-11 12:51:00 -04:00
Samuel Clay
a645916497 Merge branch 'master' into dashboard_tweaks
Conflicts:
	apps/rss_feeds/models.py
2011-04-11 09:34:44 -04:00
Samuel Clay
1a1ef42152 Clearing neg facet graph size to make room for separator. 2011-04-09 14:49:24 -04:00
Samuel Clay
da49c9c2d5 Fixing a few bugs around missing statistics facets and overlapping facet graphs. 2011-04-09 14:47:37 -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
962bff5b6c Drawing in the classifier counts graph. 2011-04-09 13:38:14 -04:00
Samuel Clay
32b7dfa232 Merge branch 'master' into classifier_counts 2011-04-09 13:07:28 -04:00
Samuel Clay
7ebfd7c51c Handling errors on recommended feeds gracefully. 2011-04-09 13:07:12 -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
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
64ad0ef7a8 Merge branch 'master' into recommend_feeds
Conflicts:
	fabfile.py
2011-04-06 18:01:06 -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
bc68345cc4 Merge branch 'master' into dashboard_tweaks 2011-04-03 11:56:28 -04:00
Samuel Clay
9997c3b4f6 Not showing the blue loading bar when the feed is filling out on the initial load. Thanks again to @trickjarret for the idea. 2011-04-03 11:48:42 -04:00
Samuel Clay
d69ab34616 Adding feed menu to story titles' feed bar. At @trickjarret's request. 2011-04-03 10:52:34 -04:00
Samuel Clay
50a0cd9d51 Refactored dashboard to move logo and splash links out into base. Now need to write the API, press, and privacy statement. 2011-04-02 19:41:22 -04:00
Samuel Clay
338cc83326 Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-04-01 22:06:06 -04:00
Samuel Clay
af20aed1fc Embiggening threshold for loading the next page of feed stories. 2011-04-01 22:05:56 -04:00
Samuel Clay
d1b166481a Merge branch 'master' into dashboard_tweaks 2011-03-31 09:27:13 -04:00
Samuel Clay
5bbd13931d Fixing feedchooser to work with new data-less feeds. Also fixing hiding/showing when hide-unread-feeds is on. Also widened feedchooser in case of scrollbar. 2011-03-31 09:25:48 -04:00
Samuel Clay
213b3493c4 Enormous rendering speed increase (or is that decrease?). Switching feed rendering to JSTs, however inelegant it looks. 2011-03-30 09:30:45 -04:00
Samuel Clay
6688f2a3af Moving how it works to center column. 2011-03-29 21:56:15 -04:00
Samuel Clay
9dc185d52b Adding stubbed modal for recommending a feed. 2011-03-28 10:08:10 -04:00
Samuel Clay
76cc9c10bd Fixing next/previous feed keyboard shortcuts by adding in rotation and assumptions if no feeds are selected. 2011-03-20 20:12:21 -04:00
Samuel Clay
ffef62858b Keyboard shortcut for showing next/prev feed now takes into account hidden feeds, ensuring that the next feed is correct. Thanks to @Cyranix. 2011-03-19 11:22:10 -04:00
Samuel Clay
599f032114 Adding Google Chrome to Goodies. New Chrome logo, too! 2011-03-18 00:09:33 -04:00
Samuel Clay
ca8d6f6e41 Adding description to Safari helper. 2011-03-18 00:00:17 -04:00
Samuel Clay
9012af7250 Merge branch 'master' of github.com:samuelclay/NewsBlur
Conflicts:
2011-03-17 23:51:56 -04:00
Samuel Clay
18af72c7e6 Fixing Safari Helper app. 2011-03-17 23:46:59 -04:00
Samuel Clay
0f9474c896 Need to hide the content pane feed counts floater on feed switch. 2011-03-17 22:11:03 -04:00
Samuel Clay
82e72700e7 Fixing remaining issues around inline classifiers. Now updates feed title, content pane floater, and hidden stories button counts. 2011-03-17 22:08:21 -04:00
Samuel Clay
9401c66537 Refreshing feed unread counts on inline classifier change, but this kills the --now-- behavior. 2011-03-17 20:06:38 -04:00
Samuel Clay
38b5e2c93c Inline author classifiers. Needs to update the story header without blowing away the --now-- class. 2011-03-17 18:33:59 -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
4569031e36 Adding a recommended feed (from the tryfeed view) correctly adds and selects the feed. Also gets the altest unread counts, but it not yet updating unread counts inline. Maybe just force a refresh? Blech. 2011-03-16 11:54:20 -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
ce8a496140 Loading recommended feed into try view, but the title isn't showing up. Can't figure it out now. 2011-03-15 10:21:47 -04:00
Samuel Clay
baad347a39 Refactoring the shit out of the feed-header top links (everything river, starred stories). 2011-03-14 21:44:04 -04:00
Samuel Clay
fdafb280dd Saving feed pane size needs to update the center modules, which now fit into a different space. 2011-03-14 09:29:58 -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
129875723d Focusing the URL input when opening the add dialog. Thanks @NicolasGeraud for the suggestion. 2011-03-12 17:43:53 -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