Commit graph

616 commits

Author SHA1 Message Date
Samuel Clay
e4f8f09f32 Merge branch 'mongo'
Conflicts:
	apps/reader/views.py
2010-08-23 09:55:51 -04:00
Samuel Clay
8cfb6a0be9 Now that we're using correct story_guids, we need to parse POSTed guids correctly. No more commas. 2010-08-23 08:22:10 -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
b1dfdb1239 Merge branch 'master' of github.com:samuelclay/NewsBlur into mongo 2010-08-21 20:42:51 -04:00
Samuel Clay
fa3be28b43 Initial stab at MongoDB in feed fetching and feed viewing. Still need to fix authors, tags, counts, aggregations, and any remaining bugs. 2010-08-21 13:57:49 -04:00
Samuel Clay
e208f6885c Erasing unused functions. Feels good, every time. 2010-08-20 18:09:43 -04:00
Samuel Clay
a3025a2df7 Back to square 1 on optimizing the DB queries. 2010-08-19 23:18:11 -04:00
Samuel Clay
7e40103a4c Adding a duplicate feed table so future duplicates will be caught and corrected. 2010-08-19 10:43:07 -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
db3bdbc0d5 First half of the new Google Reader importer progress bar. 2010-08-17 20:59:47 -04:00
Samuel Clay
2b8f4bff95 Normalizing logging across all views and models. 2010-08-17 17:45:51 -04:00
Samuel Clay
588207384c Logging tweaks to handle console and file handlers. 2010-08-16 12:52:39 -04:00
Samuel Clay
3df0722dcc Moving from print-based logging to python-based logging. Quite the improvement. Console/Stream output in development, logfile in production. 2010-08-15 12:04:26 -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
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
87a0ac0a8a Merge branch 'master' of github.com:samuelclay/NewsBlur into progressbar 2010-08-11 22:06:14 -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
3b667b5541 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-08-11 20:47:33 -04:00
Samuel Clay
7fde02b88a Adding an update queue to munin so I can track how many feeds are past due. 2010-08-11 20:47:08 -04:00
Samuel Clay
44af86e359 404'ing on bad feed pages. This is really just to prevent bots from tripping. 2010-08-11 14:46:29 -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
67efaa91bf Logging statistics, classifiers, and feed trainer. 2010-08-02 23:10:43 -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
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
db4776f3ea Adding URL normalization on new feeds. Also adding in collocation search backend. This is a good example of poor committing. 2010-07-27 22:11:23 -04:00
Samuel Clay
0f50f1349b Adding a last updated date display to every feed. 2010-07-26 21:38:56 -04:00
Samuel Clay
3c6fdfdea7 Statistics on all feeds, stories, averages. Shown in the new statistics modal (not yet finished). 2010-07-25 23:13:27 -04:00
Samuel Clay
31407a998f Handling anonymous users with more grace. They will now be told that they need to signup in order to add a feed/folder/opml. The old way was to show a loading indicator forever. Yeah. 2010-07-24 15:54:25 -04:00
Samuel Clay
b9bd05b32d Fixing print bug and easing off those heavy shadows in the feed list. 2010-07-23 22:17:58 -04:00
Samuel Clay
8eb9bded1b Logging when users login and signup. 2010-07-21 23:26:26 -04:00
Samuel Clay
2f86bbbb24 Fixing bad page URLs to use the feed fetcher to find the correct address. 2010-07-21 12:29:09 -04:00
Samuel Clay
41482ec7ff Better logging for marking as read. 2010-07-21 11:04:21 -04:00
Samuel Clay
ebdc80f526 Login as. Needed to test other accounts. 2010-07-20 23:59:56 -04:00
Samuel Clay
f6ff242457 Keeping track of feed opens. This will go into statistics later. 2010-07-20 20:23:49 -04:00
Samuel Clay
0248b5c89a Finished feed drag-and-drop reordering 2010-07-11 11:10:45 -04:00
Samuel Clay
1e5f8e9d43 How It Works module is now a paged features carousel. 2010-07-07 16:22:26 -04:00
Samuel Clay
e46f6cee7f Refactoring a bit and marking a subscription as read when it's out of stories. 2010-07-06 16:37:49 -04:00
Samuel Clay
4b57a32c0c Removing 2 bigger JOINs that were slowing down feed loading. 2010-07-01 15:16:33 -04:00
Samuel Clay
61506e87d7 Mark all as read only should work on feeds that have mark read dates older than specified. 2010-06-30 17:17:07 -04:00
Samuel Clay
a5c7adba49 Ajax-ify the feature board. Can now cycle through old features. 2010-06-30 16:18:55 -04:00
Samuel Clay
381c61868e Fixing vertical height max for all modals. Also finishing Google Reader feed sync. 2010-06-30 12:17:22 -04:00
Samuel Clay
ce932a95ec Finishing off Google Reader OAuth synchronization. Also renamed opml_import -> feed_import. And fixed the height of small modals. 2010-06-29 20:16:09 -04:00
Samuel Clay
8308019732 Adding OAuth for Google Reader import. 2010-06-28 19:57:49 -04:00
Samuel Clay
47c03810fe Fixing bugs around blank page_data, and a bug where the Feed view would not load until the Original view did. 2010-06-28 13:25:02 -04:00
Samuel Clay
38e168d97c Missing import 2010-06-27 22:41:55 -04:00
Samuel Clay
c7488752df Fixing missing page_data errors. 2010-06-27 22:40:22 -04:00