Commit graph

178 commits

Author SHA1 Message Date
Samuel Clay
554beb5293 Adding trainer and account type to home page. 2010-10-17 17:25:10 -04:00
Samuel Clay
41d79247f3 Using Paypal Sandbox to test IPN endpoint. 2010-10-16 20:35:24 -04:00
Samuel Clay
5b162d0707 Fixing race condition for showing the feed chooser modal on OPML import. 2010-10-15 18:38:49 -04:00
Samuel Clay
2b60da403c Small changes. 2010-10-13 18:07:59 -04:00
Samuel Clay
9b5ec6eaa2 Merge branch 'master' into chooser
Conflicts:
	apps/reader/models.py
	apps/rss_feeds/models.py
	media/css/reader.css
	media/js/newsblur/reader.js
	utils/feed_fetcher.py
2010-10-13 09:08:42 -04:00
Samuel Clay
101730cef7 Keyboard shortcuts! With lots of pretty images. 2010-10-12 20:13:33 -04:00
Samuel Clay
cbb04ba6ef Adding a few keybaord shortcuts, and adding duplicate feed counts to munin. 2010-10-12 13:17:43 -04:00
Samuel Clay
3809c65206 Fixing feed exceptions modal to actually allow feeds to update. Also adding stub for keyboard shortcuts and new preferences. 2010-10-10 23:36:09 -04:00
Samuel Clay
5d9660f5d8 New feature: Insta-fetch stories. Refreshes a feed by fetching and parsing latest stories. Can be accessed from the right-click per-site-menu. 2010-10-10 20:14:31 -04:00
Samuel Clay
028dc9e646 Fixing front-end issues around showing and hiding the feed chooser in different circumstances. 2010-10-06 09:42:59 -04:00
Samuel Clay
b2571e91e3 Further refining feed chooser dialog to include premium account information. Also refactoring across the board to handle premium accounts. 2010-10-05 19:05:01 -04:00
Samuel Clay
1a5a908466 Separating feed chooser into standard and premium. 2010-10-02 17:05:55 -04:00
Samuel Clay
33763bffa1 Superficial styling on feed chooser dialog for new users. 2010-09-28 19:23:13 -04:00
Samuel Clay
6d20886529 Putting server and client sides together to choose feeds. 2010-09-28 18:53:57 -04:00
Samuel Clay
e4c00a77a8 Feeds get auto-selected in feed chooser by priority. Unfortunately, it prioritizes incorrectly right now by using the minimum cutoff in a non-stable sort. 2010-09-24 18:22:12 -04:00
Samuel Clay
d40530a230 The feedchooser is nearly complete on the UI front. Just need to add subscriber information and auto-population. Then there's the backend... 2010-09-24 01:08:03 -04:00
Samuel Clay
9870276df1 Adding Delete Folder to the folder action menu. Uses a new algorithm that is far better and way more efficient than deleting each feed individually. 2010-09-22 10:12:38 -04:00
Samuel Clay
55b7801142 It's a race condition that keeps on giving. Intellignece Trainer now loads on an unloaded feed, and it will correctly resize the modal, but only after a pause. No easy solution, just hoping it works. In real life, responses will not take < 50ms, so it should be fine. 2010-09-20 19:51:57 -04:00
Samuel Clay
5ca39809e9 Refactoring delete feeds and adding delete folders, which does not yet work. 2010-09-14 20:49:28 -04:00
Samuel Clay
8860c94480 Updated About section to include a very important message about Why I Built NewsBlur. 2010-09-13 17:32:41 -04:00
Samuel Clay
d0d84465d9 Positioning feed context menus correctly, based on position ont he screen, respecting window borders. 2010-09-13 17:09:17 -04:00
Samuel Clay
5866aefe74 Folder/feed action menus. All that's needed is positioning when too close to the bottom of the screen. 2010-09-12 13:50:27 -04:00
Samuel Clay
2b2305d08f Arrows for folder/feed actions. They have click handlers and are properly positioned for all feeds/folders. 2010-09-11 17:15:08 -04:00
Samuel Clay
d12f843d75 Hiding 0 unread counts. 2010-09-07 10:24:12 -07:00
Samuel Clay
4eabb83def Folder moving and collapsing. Persistent across sessions, and is pretty fancy, too. 2010-09-05 18:08:08 -07:00
Samuel Clay
672270734a Connecting About and FAQ modals together. Finishing up About modal, and all FAQ questions. 2010-09-04 18:30:32 -04:00
Samuel Clay
ca06958dd1 Adding About and FAQ modals. Still need to fill in the FAQ, then link them together correctly. 2010-09-02 20:41:53 -04:00
Samuel Clay
468f12e9ff Adding automatic updating of feed counts even on current feeds. Also updating feeds in real-time when refresh is forced. 2010-08-30 22:42:44 -04:00
Samuel Clay
cea3bda090 Minor bug fixes around error catching in feed exceptions, drag-and-drop on top-level feeds, and styling of feed title buttons. 2010-08-30 19:57:27 -04:00
Samuel Clay
1cd91544c6 Improvements to front-end modals on exception handling, managing intelligence, and feed titles. 2010-08-30 18:41:53 -04:00
Samuel Clay
04a50dcfa8 Adding all exception handling fields. Also using exception status in the dialog. 2010-08-25 20:43:35 -04:00
Samuel Clay
e01bb9eb74 Exception modal now has delete and retry options that work. Change feed link/address are still in the works, but they show up. (Buttons don't do anything yet.) 2010-08-25 10:18:08 -04:00
Samuel Clay
4288283c95 Small tweaks to feed fetching locks. 2010-08-19 19:54:44 -04:00
Samuel Clay
8b9c28e8f8 Cleaning up exception handling of feeds to show to users during import. 2010-08-18 21:56:30 -04:00
Samuel Clay
68b0ae7254 Adding exception handling UI. Also disabled feeds that are just chock full of exceptions. No need to continually fetch buggy feeds. Still need to figure out a way to let users fix problematic feeds, but letting them know is an improvement. 2010-08-18 20:35:45 -04:00
Samuel Clay
aa99517511 Completely changing how subscriptions are counted. Now happens after page load. Also retooled Google Reader import to load, count, and fetch after page load so the user is not kept waiting. Progress bars for everything. 2010-08-17 23:40:03 -04:00
Samuel Clay
1afddf5a22 About time: Pane sizes are now persisted as preferences. 2010-08-13 19:50:56 -04:00
Samuel Clay
1c6e69d396 Fixing issues with statistics. Also adding a button to open statistics from feed's story titles. 2010-08-13 18:18:46 -04:00
Samuel Clay
d4f30d8236 Finishing up statistics graphs. Using Flot instead of Raphael. Added a migration to change how stories are counted. 2010-08-13 10:43:48 -04:00
Samuel Clay
47720c60a7 Handling errors on unauthenticated users trying to do stuff they shouldn't be doing. 2010-08-11 23:25:07 -04:00
Samuel Clay
49bd217332 Better looking taskbar divider. Now adds depth and shadow ebtween the feed list and taskbar. 2010-08-11 22:53:02 -04:00
Samuel Clay
5de960f97a Finalizing feed fetch progress bar. Also updating jquery.layout and jquery UI to 1.8.4. 2010-08-11 22:05:02 -04:00
Samuel Clay
9850f53e31 Beginnings of progress bar for importing feeds. Still needs a graphical bar (not just the percentage), and needs to be fixed so it doesn't show up incorrectly. 2010-08-11 11:43:48 -04:00
Samuel Clay
aeda525b55 1) Adding new feed story counter. 2) Adding feed fethed initially status. Useful for displaying percentages of fetched feeds for new users. 3) Fade in with loader on feed list. 2010-08-09 20:44:46 -04:00
Samuel Clay
33b2508332 Major changes to modals. They should all size nicely, now. 2010-08-03 23:41:02 -04:00
Samuel Clay
765a78982b Fixing up the statistics modal. New style, moving around feed selector, and making it expand gracefully on load. 2010-08-03 09:19:38 -04:00
Samuel Clay
871101b2dd Feed trainer outro and handled unauthenticated users using the feed trainer. 2010-08-02 09:28:56 -04:00
Samuel Clay
4012a10b21 Touch ups before demo. Feed sorting with no top level feeds, visibility of trash icon, and Saving text in classifiers modal. 2010-08-02 00:15:20 -04:00
Samuel Clay
da1bb81cd2 Updated Trainer. Now comes with a full tutorial and resized modals. 2010-08-01 23:47:45 -04:00
Samuel Clay
66eae41e2d Intelligence Trainer. A whopper of a commit. 2010-08-01 19:12:49 -04:00