Commit graph

2909 commits

Author SHA1 Message Date
Samuel Clay
e284598e0f Removing invalid feeds from feed chooser. 2010-10-16 20:07:47 -04:00
Samuel Clay
23fef7b8cd Removing invalid feeds from feed chooser. Also fixing paypal form. 2010-10-16 19:43:18 -04:00
Samuel Clay
00d42abb47 Adding Paypal IPN integration. 2010-10-16 18:52:52 -04:00
Samuel Clay
6d211f7e96 Only refresh feed if it is showing on the page. 2010-10-15 19:02:19 -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
8a64403370 Fixing up feed modal, showing at start for all users without selected feeds. 2010-10-15 09:21:46 -04:00
Samuel Clay
24e2550c82 Showing feed chooser modal on start for users who haven't chosen any feeds. Also fixed race conditions associated with showing/hiding the chooser progress bar. 2010-10-14 09:51:56 -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
6e3a1c1d10 Adding ? key to open keyboard shortcuts modal. 2010-10-12 20:23:03 -04:00
Samuel Clay
fbb163fc75 Adding ? key to open keyboard shortcuts modal. 2010-10-12 20:22:18 -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
3f5b805ea8 Fixing which feed is selected in the feed list during refreshing. 2010-10-11 12:07:32 -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
50ca857c3e Forcing feed refresh on many common activities. Maybe this should happen more transparently for classifiers? 2010-10-10 23:33:56 -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
092b560abe Merge branch 'master' into chooser 2010-10-07 19:33:39 -04:00
Samuel Clay
c2e1e82464 Small changes that are trying to root out the un-updateable feed problem. 2010-10-07 19:07:43 -04:00
Samuel Clay
2413af6492 Fixing issues with updating feeds causing the context menu to no longer show up on right-click or hover. 2010-10-06 22:22:32 -04:00
Samuel Clay
79262609f6 Forcing traditional ajax experience since the new ajax manager uses jquery's ajaxsettings. 2010-10-06 20:58:29 -04:00
Samuel Clay
33d4e1f354 Fixing iframe buster buster to correctly continue loading feeds after busting. 2010-10-06 20:26:42 -04:00
Samuel Clay
693eb9272e Merge branch 'master' into chooser 2010-10-06 19:26:10 -04:00
Samuel Clay
b6930cc256 Moving buster. 2010-10-06 19:26:04 -04:00
Samuel Clay
70222bec34 Trying to fix the feed buster buster. 2010-10-06 19:12:20 -04:00
Samuel Clay
3a9683334c iFrame buster buster. I promise to only use this for good and not for evil. Please don't sue me. Anyway, if an iframe tries to bust out, we switch to the feed page quicker than you can say 204. Rather, just a millisecond slower than you can say HTTP status code 204. Hah. 2010-10-06 18:44:53 -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
9e6d0b7344 Greatly improving performance of loading the feed chooser modal. Almost 1600ms -> 260ms. That's 6x as fast now. 2010-09-29 09:49:34 -04:00
Samuel Clay
6d20886529 Putting server and client sides together to choose feeds. 2010-09-28 18:53:57 -04:00
Samuel Clay
a762e9c7a7 Validation and updating counts on feed choosing. 2010-09-27 11:43:08 -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
b9bc00a024 Fixing last update dates so they are always accurate, even on feed loads. 2010-09-22 19:59:07 -04:00
Samuel Clay
ff8d7fce12 Right-clicking on feeds and folders brings up the context menu. 2010-09-22 19:26:56 -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
4ea886be15 Adding checks for feed in trainer, now that the trainer is doing double-duty for individual feeds and for the trainer itself. 2010-09-21 19:07:36 -04:00
Samuel Clay
744745b3ee Hiding Delete Folder so I can get these folder actions shipped. Also improving performance of feed fetcher. 2010-09-21 18:58:21 -04:00
Samuel Clay
2bd9f72acb Fetching feedids with folder delete. 2010-09-21 11:16:22 -04:00
Samuel Clay
64fd2ff3f9 Fixed both modal sizing for ajax intelligence trainer, and fixed the checkboxes/slider in the modal to attach correctly. 2010-09-21 09:18:58 -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
3839d862ac Obnoxious modal sizing issues, but the Classifier Trainer now loads feeds through AJAX when not already loaded. Used for folder actions. 2010-09-20 18:20:22 -04:00
Samuel Clay
235f159fea Refactoring manage/train classifiers. A bit broken. 2010-09-17 12:40:42 -04:00
Samuel Clay
220b4f6033 Mark Folder as Read. 2010-09-16 11:28:42 -04:00
Samuel Clay
154ac4d3a9 Fixing delete feeds to only delete the one feed you want to delete, not all of the others. Also fixed add URL to check more aggressively for duplicate feeds. 2010-09-14 23:47:21 -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