Commit graph

300 commits

Author SHA1 Message Date
Samuel Clay
8bde22d1bd Typo in story count history migration. 2010-08-13 11:05:52 -04:00
Samuel Clay
bbc15f4fbd Story count histories. +migrations 2010-08-13 11:03:07 -04:00
Samuel Clay
9ec1cc3914 Gracefully handling long feeds in storiespermonth migration. 2010-08-13 10:56:55 -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
76b3ab4947 Unicode crap in Google Reader's urls. Ignoring for certain feeds. 2010-08-11 17:44:31 -04:00
Samuel Clay
20096efa1f Feed de-duplicator gracefully handles users who have erased too much. 2010-08-11 17:13:39 -04:00
Samuel Clay
7cc6681acd Trimming only feeds that were fetched once, to ensure they have stories used to compare duplicate feeds. 2010-08-11 16:43:56 -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
aed8a84ae1 Short-circuiting unfetched feeds from computation. 2010-08-11 14:44:25 -04:00
Samuel Clay
eed39f820f Short-circuiting unfetched feeds from computation. 2010-08-11 14:42:40 -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
258c8c0c4c Catching errors in Reader import. 2010-08-11 11:05:46 -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
4fe631788e Handling overly long story titles. 2010-08-04 18:55:52 -04:00
Samuel Clay
5cb7d1509a Feeds that don't parse are no longer auto-corrected. This should be handled by an automated scrubber, not the fetcher itself. Ignoring them for now. 2010-08-04 18:30:51 -04:00
Samuel Clay
67efaa91bf Logging statistics, classifiers, and feed trainer. 2010-08-02 23:10:43 -04:00
Samuel Clay
47c50a1cea Fixing signup bug. Folks were creating accounts and then not able to login! Egad 2010-08-02 09:57:53 -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
b86832855b Safe error handling on the login form. 2010-07-28 18:25:59 -04:00
Samuel Clay
a4c6b093c4 Don't normalize non-string urls. 2010-07-28 18:18:01 -04:00
Samuel Clay
7b7475ac70 Adding feed update stats to stats modal. 2010-07-28 01:14:25 -04:00
Samuel Clay
c692d7d913 Bigrams and Trigrams for collocation search. 2010-07-27 23:29:04 -04:00
Samuel Clay
273ce8d41f Collocations of phrases in feeds. Doesn't save, but can be extracted. 2010-07-27 22:53:30 -04:00
Samuel Clay
d9bdd6d2c2 Removing the feed collocations model until needed. 2010-07-27 22:37:52 -04:00
Samuel Clay
5e42e3db9c Unicode decode error in url normalization. 2010-07-27 22:27:32 -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
65e5b0dada Rudimentary statistics modals. There's more data coming in, but I'm too excited to work on the collocation phrase filter to finish this out. It'll get done, but for now it's functional. 2010-07-26 22:21:58 -04:00
Samuel Clay
0f50f1349b Adding a last updated date display to every feed. 2010-07-26 21:38:56 -04:00
Samuel Clay
bc1a7dc767 Correcting for incorrect story counts. 2010-07-26 14:37:17 -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
2e640970d5 Considerable speed up in returning to the originally scrolled position on the feed iframe. 2010-07-24 18:22:23 -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
1e991411d1 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-07-21 23:28:40 -04:00
Samuel Clay
edf58ea631 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-07-21 23:27:13 -04:00
Samuel Clay
8eb9bded1b Logging when users login and signup. 2010-07-21 23:26:26 -04:00
Samuel Clay
d24fdf2388 New larger manage menu for managing feeds in the Reader. 2010-07-21 23:22:27 -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
7b655f4cc4 User stories might already exist on original feed if switching from duplicate feed. 2010-07-20 23:46:29 -04:00