Samuel Clay
|
371f456b3d
|
Upgrading gunicorn, using restart (instead of that infernal stop;sleep;start cycle), and upping workers to handle onslaught.
|
2010-08-13 12:14:48 -04:00 |
|
Samuel Clay
|
cac1fb3a26
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-13 11:05:57 -04:00 |
|
Samuel Clay
|
8bde22d1bd
|
Typo in story count history migration.
|
2010-08-13 11:05:52 -04:00 |
|
Samuel Clay
|
75710b5038
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-13 11:03:15 -04:00 |
|
Samuel Clay
|
bbc15f4fbd
|
Story count histories. +migrations
|
2010-08-13 11:03:07 -04:00 |
|
Samuel Clay
|
590328f373
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-13 10:56:59 -04:00 |
|
Samuel Clay
|
9ec1cc3914
|
Gracefully handling long feeds in storiespermonth migration.
|
2010-08-13 10:56:55 -04:00 |
|
Samuel Clay
|
f7085a7a51
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-13 10:44:13 -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
|
b3bb9d0401
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-11 23:25:29 -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
|
f09e6ac62e
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-11 22:53:24 -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
|
eaff04b216
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-11 22:06:53 -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
|
2df71dc050
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-11 20:48:38 -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
|
4413cd7140
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-11 17:44:38 -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
|
d708be46c3
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-11 17:13:43 -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
|
c94430540b
|
Upping gunicorn worker threads to handle influx of traffic.
|
2010-08-11 16:44:25 -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
|
de18f56025
|
Finally fixed bozo issues. Turns out I was checking for bozo errors before checking for 304s, which would short-circuit the 500s associated with the bozo error. Doh
|
2010-08-04 18:51:29 -04:00 |
|
Samuel Clay
|
7221b4c5ee
|
Adding lxml as a SAX parser in feedparser.py
|
2010-08-04 18:46:05 -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
|
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
|
a494954966
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-03 09:27:22 -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
|
67efaa91bf
|
Logging statistics, classifiers, and feed trainer.
|
2010-08-02 23:10:43 -04:00 |
|
Samuel Clay
|
89d0d7f558
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-08-02 21:58:03 -04:00 |
|
Samuel Clay
|
35eaec0939
|
Hiding print messages in JSON.
|
2010-08-02 21:57:27 -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
|
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 |
|