Commit graph

2909 commits

Author SHA1 Message Date
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
82c10c563a Force feed refreshing on fixing exceptions. 2010-09-07 16:36:24 -07: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
2274178836 Whoops, refreshing feeds waaay too often. 2010-08-31 00:09:34 -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
1444ba9a24 Adding granular recommendations to feed/page exceptions. 2010-08-26 10:04:32 -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
547d7efd9f Deferring the loading of the iframe + feed to decrease latency before it all loads. 2010-08-23 23:29:43 -04:00
Samuel Clay
d90f1791e1 Refactored a bit here and there. The real changes are coming tonight. 2010-08-23 21:04:51 -04:00
Samuel Clay
7f7fcdcbcd Fixing the j/k password problem. (WTF, you type a j/k in a password field and it doesn't register. Now have to handle all users who have a j/k in their password.) Also fixing mark_story_as_read when multiple stories come in at once. 2010-08-23 18:37:59 -04:00
Samuel Clay
f90029eed1 Whew. Finished entire mongo conversion. Classifiers, Stories, and UserStories. Includes bootstrapping each from Postgres. 2010-08-22 18:34:40 -04:00
Samuel Clay
79d1ffd5db Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts. 2010-08-21 23:49:36 -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
20c4d4d916 Allowing unread recount to happen when marking all feeds as read. 2010-08-18 08:10:24 -04:00
Samuel Clay
9174df9503 Dramatically sped up Mark All as Read by deferring to the new count progress bar. 2010-08-18 08:05:59 -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
db3bdbc0d5 First half of the new Google Reader importer progress bar. 2010-08-17 20:59:47 -04:00
Samuel Clay
f7574e6d11 Tweaks to fetching times. This will buy me about 3 days to figure out how to scale. 2010-08-16 17:51:15 -04:00
Samuel Clay
e253ad9603 Fixing bug with missing feeds. 2010-08-16 16:30:04 -04:00
Samuel Clay
588207384c Logging tweaks to handle console and file handlers. 2010-08-16 12:52:39 -04:00
Samuel Clay
1afddf5a22 About time: Pane sizes are now persisted as preferences. 2010-08-13 19:50:56 -04:00
Samuel Clay
88161e64c2 Upgrading layout, fixing resize bug, and preparing iframe buster buster (which is currently disabled). 2010-08-13 19:21:29 -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
bbc15f4fbd Story count histories. +migrations 2010-08-13 11:03:07 -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
56c4fd005c Progressive feed loading in feed list. 2010-08-11 23:52:17 -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
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
0bcc3ae484 Small fixes: removing height calculation from classifier modal, adding in better logging for feed address changes, iPhone story detail view bug. 2010-08-03 21:53:08 -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
ac2f7e567a Accidentally redirected opinion management to POST instead of POST ajax. 2010-08-01 23:59:22 -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
Samuel Clay
543384ed84 Removing 3 JS files that are no longer in big use. Thus saving around 50KB. 2010-07-31 00:13:27 -04:00
Samuel Clay
3a3dcd8924 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-07-30 23:51:10 -04:00
Samuel Clay
4f3630ba2a Finishing up the statistics modal, save for actually graphing out correct values. Not sure how exactly to graph the paltry data points we have. 2010-07-30 23:50:49 -04:00
Samuel Clay
2fe632b4bc Closing the database connection on the parent feed fetcher so it can be re-opened by worker threads. 2010-07-30 20:04:02 -04:00
Samuel Clay
58cb01adb5 Further timing refinements on feed drawing. 2010-07-30 18:03:21 -04:00