Commit graph

393 commits

Author SHA1 Message Date
Samuel Clay
504d7d94da Adding feedback archiving for instant loads. Feedback is now on the dashboard. 2011-05-07 17:22:41 -04:00
Samuel Clay
54a10301b9 Adding community feedback to whats new module on dashboard. 2011-05-07 12:06:51 -04:00
Samuel Clay
88480a5886 Show/hide tooltips is a new preference. 2011-05-01 20:22:54 -04:00
Samuel Clay
1b0669f58c Fixing a ridiculous issue around paging the feed when clicking on Next Unread count if page not loaded. 2011-05-01 15:53:26 -04:00
Samuel Clay
cc94f3fd12 Double duty: Adding /rss_feeds/search_feed endpoint for discovering feeds through the API. Also adding in a new preference for the sort order of feeds. A bit broken, but it'll do for now. Thanks to @heliostatic for the idea. 2011-04-25 20:53:29 -04:00
Samuel Clay
82d4b1923c A few minor fixes: feed chooser now has no artifacts from the feedlist. Fixing the Add button on recommended feeds. 2011-04-24 20:42:42 -04:00
Samuel Clay
b81d39d3b0 Using GetSatisfaction for feedback. Added authentication section to API. Ready to launch! 2011-04-24 18:17:44 -04:00
Samuel Clay
455c1cb058 Cleaning up API YAML. Merging Publishers into FAQ. Now I just need a page to replace Publishers and this can launch. 2011-04-24 14:13:01 -04:00
Samuel Clay
d1fd28b702 Adding the last few endpoints. Now just need to write out descriptions and params for all of them and we're done. 2011-04-23 23:15:44 -04:00
Samuel Clay
1d9168bd0e Moving API to a YAML backed template. 2011-04-23 18:22:52 -04:00
Samuel Clay
e81a843b09 API continuing to evolve. 2011-04-22 10:05:22 -04:00
Samuel Clay
3f04fbfc82 Further refining the API. 2011-04-21 22:36:26 -04:00
Samuel Clay
a2e082b0d8 Paging from 1 and not 0. Moving the JS assetmodel to use new paging and API endpoints. 2011-04-21 10:44:55 -04:00
Samuel Clay
42d6abe247 Refactoring URLs for the reader. 2011-04-20 09:35:59 -04:00
Samuel Clay
30af215591 Just the right bullet. 2011-04-18 09:25:30 -04:00
Samuel Clay
909339381a Statistics graph. 2011-04-15 11:34:41 -04:00
Samuel Clay
cb125b8dd4 Adding graphs to stats on dashboard. Still need to collect stats. 2011-04-15 09:48:07 -04:00
Samuel Clay
3b76b5e5c2 Merge branch 'master' into dashboard_tweaks 2011-04-14 09:29:39 -04:00
Samuel Clay
3b96f5da55 Adding preference for hiding story changes. This also allows users to have story changes off and selectively see them using the same logic to detect if a story has any modifications. 2011-04-13 23:06:16 -04:00
Samuel Clay
532ff3c8f3 Updating API and Publishers. 2011-04-13 09:42:07 -04:00
Samuel Clay
993ac6e8ef Sprucing up the About page. 2011-04-13 09:05:23 -04:00
Samuel Clay
69084e0351 Moving extensions, adding screenshots to press page. (Still need to take better screenshots that are full-size) 2011-04-12 20:02:48 -04:00
Samuel Clay
8c727743eb Merge branch 'master' into dashboard_tweaks 2011-04-12 19:43:45 -04:00
Samuel Clay
e776194373 Fixing a host of issues around updating the background color of refreshing feeds, hiding the feed count floater when done, and properly filling out the stories when they don't reach the bottom. 2011-04-12 18:23:52 -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
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
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
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
99e8eb8875 Further work on the API. This is going to be a long drive. 2011-04-05 10:50:39 -04:00
Samuel Clay
d76aeacb3a Stubbing in a few API endpoints in documentation. 2011-04-04 12:01:29 -04:00
Samuel Clay
ecff85437e Adding a ton of NewsBlur press reviews. 33 in total. 2011-04-03 16:39:19 -04:00
Samuel Clay
bc68345cc4 Merge branch 'master' into dashboard_tweaks 2011-04-03 11:56:28 -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
9f865e6db4 Adding FAQ and About pages. Privacy -> Publishers. 2011-04-02 22:28:04 -04:00
Samuel Clay
583e45fcf8 Adding API pages and Press pages. THe static template is now finished. Just need to write the API/Press/Publishers pages. Whew. 2011-04-02 21:34:40 -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
310ed7ff0f Moving More links down to the bottom with the other splash links. Looks better, takes much less space, right where they all belong. 2011-04-02 00:29:33 -04:00
Samuel Clay
61f750e4b8 Making a More More More module. This is ugly as shit. 2011-04-01 15:10:30 -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
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
599f032114 Adding Google Chrome to Goodies. New Chrome logo, too! 2011-03-18 00:09:33 -04:00
Samuel Clay
8f847f5401 Extending custom add site url. 2011-03-18 00:01:54 -04:00
Samuel Clay
ca8d6f6e41 Adding description to Safari helper. 2011-03-18 00:00:17 -04:00