Commit graph

10101 commits

Author SHA1 Message Date
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
Samuel Clay
8f9f79f4d4 Further timing refinements on feed drawing. 2010-07-30 18:02:19 -04:00
Samuel Clay
f7f05cb8af Timing changes on feed drawing. Threaded drawing is tough 2010-07-30 18:00:13 -04:00
Samuel Clay
8dd7673d99 Refactoring feed title creation to be able to handle large feed lists. 2010-07-30 17:53:55 -04:00
Samuel Clay
246d3273dc Manage feed style enhancements. Also statistics. 2010-07-30 17:12:20 -04:00
Samuel Clay
2a41bdcb65 IntegrityError error in the feed fetcher. 2010-07-28 19:05:03 -04:00
Samuel Clay
b86832855b Safe error handling on the login form. 2010-07-28 18:25:59 -04:00
Samuel Clay
879494eb18 Safe error handling on the login form. 2010-07-28 18:24:36 -04:00
Samuel Clay
d2a31cfb82 Typo in urlnorm. 2010-07-28 18:21:27 -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
8d448bc051 Handling lists in json views. 2010-07-26 14:30:21 -04:00
Samuel Clay
717252a623 Handling lists in json views. 2010-07-26 14:29:37 -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
a33de9af27 Fixing classifier modals bugs with positions and the inaccurate slider. Now modals correctly size and positions themselves. 2010-07-25 15:41:18 -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
ffe62882dd Adding monthly users to munin stats. 2010-07-24 14:16:25 -04:00
Samuel Clay
a967547409 Deleting lots of unused crap floating around the utils directory. 2010-07-24 11:46:33 -04:00
Samuel Clay
14561afe7e Adding train intelligence menu item. Flipping manage menu upside down to match expectations for how often menu items will be clicked. 2010-07-24 00:04:14 -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
1234170fd3 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-07-23 18:56:50 -04:00
Samuel Clay
cfd807fa10 Updating feed error codes. Accidentally deleted the 200 OK feed fetch history. 2010-07-23 18:56:29 -04:00
Samuel Clay
314d35328f Final tweaks to big new manage menu. 2010-07-22 00:08:32 -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
80c6ea9139 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-07-21 13:03:17 -04:00
Samuel Clay
34c6cce547 Labels for instrumentation on feed and page fetching errors. 2010-07-21 13:02:43 -04:00
Samuel Clay
dfc04de45a +x on munin errors. 2010-07-21 12:58:16 -04:00
Samuel Clay
8b25b985b6 Adding error instrumentation to keep track of rolling errors on feed and page fetches. 2010-07-21 12:49:33 -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
d5d2e01d46 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-07-21 00:49:06 -04:00
Samuel Clay
5a21900606 Re-enabling Story count now that we're on PostgreSQL. 2010-07-21 00:48:43 -04:00
Samuel Clay
7afdd3344b Neutral slider has been broken for a week due to JavaScript thinking 0 was false. 2010-07-21 00:47:55 -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