Commit graph

679 commits

Author SHA1 Message Date
Samuel Clay
88480a5886 Show/hide tooltips is a new preference. 2011-05-01 20:22:54 -04:00
Samuel Clay
5bfb41e97d Using the correct template loaders for 1.3. 2011-05-01 20:08:03 -04:00
Samuel Clay
f8583ad955 Django 1.3-izing everything. Moving logging back to counting everything in the last day, but without the hard-work of deleting old entries. 2011-05-01 19:58:40 -04:00
Samuel Clay
6d04024340 Loading favicons for new users. Also not clobbering them when possible. 2011-05-01 18:57:19 -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
c806e54118 The B key now does the opposite of the N key: goes back a story. 2011-05-01 00:03:13 -04:00
Samuel Clay
1075776478 Finding correct story when needed. Keeping the same story view is acceptable, since hiding/showing the sidebar should trigger it. 2011-04-30 23:40:05 -04:00
Samuel Clay
e79b6a6f4c No longer scrolling to story if the feed view isn't changing. This is nice for resize events that come from training a feed. Fixes #27. 2011-04-30 23:33:36 -04:00
Samuel Clay
8b4b696b47 Show next story button now works across feeds. 2011-04-30 22:09:43 -04:00
Samuel Clay
63d6e792fb Stupid jquery syntax highlighting bug in textmate. 2011-04-30 20:20:20 -04:00
Samuel Clay
337a2be064 Doh! Lowercase feed titles and folder names. b > C. 2011-04-26 18:58:42 -04:00
Samuel Clay
50e72d1384 Cranking up the feed fetch intervals by half. 2011-04-26 17:16:57 -04:00
Samuel Clay
5a4640afa4 Quickfix on sorting feeds. 2011-04-26 10:25:44 -04:00
Samuel Clay
401a0e2c9b Quickfix on sorting feeds. 2011-04-26 10:22:33 -04:00
Samuel Clay
70f14c9e7b Quickfix on sorting feeds. 2011-04-26 10:20:07 -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
8cf598fcbe Refreshing dashboard graphs every 10 minutes. Why not? 2011-04-24 22:47:20 -04:00
Samuel Clay
2842162b0e Adding an API endpoint for feed training. Cleaning up internal use of the feed trainer (fixing a bug around training a single unloaded feed.) 2011-04-24 21:27:31 -04:00
Samuel Clay
84280806c2 Increasing # of stories in River of News view for standard users. Upping from 5 stories to 12. 2011-04-24 20:48:16 -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
6b13260872 Screenshots added to press page. Press Page is now complete! 2011-04-24 11:20:22 -04:00
Samuel Clay
42cd43681f Completed API. May need some example output, but it's all there and documented. 2011-04-24 01:52:44 -04:00
Samuel Clay
9bb423936d Filling out the feed and stories and feed management sections of the API. Just intelligence and import/export to go. 2011-04-24 00:05:39 -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
3b76b5e5c2 Merge branch 'master' into dashboard_tweaks 2011-04-14 09:29:39 -04:00
Samuel Clay
ac4cd65062 Adding search for deleted story content when in hide_changes mode. 2011-04-13 23:31:00 -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
b7bd0c1186 Fixing issue around classifying a tag inline in the Feed view causes the link to not open in a new window. (DohThanks to CyberGhost for the bug. 2011-04-13 18:22:56 -04:00
Samuel Clay
8c727743eb Merge branch 'master' into dashboard_tweaks 2011-04-12 19:43:45 -04:00
Samuel Clay
f387a5c2be Minor tweak to story count floater to make sure it animates without interruption. 2011-04-12 19:43:30 -04:00
Samuel Clay
e2f28f173c Delay drop of feed floater on empty. 2011-04-12 18:29:42 -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
0e53fc78e1 Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-04-12 11:02:17 -04:00
Samuel Clay
5a3e18aba0 Adding the 'n' key which shows the next unread story across feeds. Thanks for @theprawn for the idea. 2011-04-12 11:02:02 -04:00
Samuel Clay
918407529a Hiding tooltip on hiding story mods. 2011-04-12 09:09:29 -04:00
Samuel Clay
362d1c5324 Fade out the story mod button and show tooltip. 2011-04-11 23:32:58 -04:00
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