Commit graph

205 commits

Author SHA1 Message Date
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
5b7ec31a7a WSGI does not always have the right request object. 2010-06-30 14:09:16 -04:00
Samuel Clay
80deb056ad Last seen middleware, to keep track of when users are on. 2010-06-30 13:36:51 -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
8052d8b1c1 Fixing tag truncation bug. Lots of tags? Truncate 'em 2010-06-29 09:01:30 -04:00
Samuel Clay
a1ba7707d8 Removing unused registration crap. 2010-06-28 20:01:09 -04:00
Samuel Clay
8308019732 Adding OAuth for Google Reader import. 2010-06-28 19:57:49 -04:00
Samuel Clay
9f2b132096 Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-06-28 16:57:28 -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
7212778d7c More tweaking to feed refresh rate: Higher volume = more fetches 2010-06-28 11:37:54 -04:00
Samuel Clay
80bdb79bd9 Better instrumentation through non-zero results on any successfull callback. 2010-06-28 08:06:12 -04:00
Samuel Clay
9a8d85dee2 Pretty printing for subscriber counts. 2010-06-27 23:16:47 -04:00
Samuel Clay
98620bebf0 Divide by zero! Fixed. 2010-06-27 23:09:43 -04:00
Samuel Clay
2116692834 Major tweaks to feed update timing. Heavily updated feeds get updated *much* more often, and more subscribers = more updates. 2010-06-27 22:58:45 -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
Samuel Clay
697ab34cde Removing references to original_stories, since stories get deleted after awhile. 2010-06-27 21:55:11 -04:00
Samuel Clay
118f4ec8ec Adding a subscriber bonus. Heavily subscribed feeds get updated more often. 2010-06-27 21:44:35 -04:00
Samuel Clay
12cd9c264f Fixing migration to handle loads of data. 2010-06-27 21:31:53 -04:00
Samuel Clay
586279cee5 Fixing migration to account for thousands of feeds. 2010-06-27 21:17:00 -04:00
Samuel Clay
55181e033e Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-06-27 21:04:15 -04:00
Samuel Clay
53ac3fa0c4 Migrating page_data to its own table so as to not slow down the feeds table. 2010-06-27 21:03:29 -04:00
Samuel Clay
a4de342d17 gUnicorn and restart script. 2010-06-27 21:02:55 -04:00
Samuel Clay
1914651425 Calculate number of feed subscribers. Will be used to calculate feed update priority. 2010-06-27 20:43:17 -04:00
Samuel Clay
9c4cbc9031 Prevent blank original sites from being saved. 2010-06-24 16:31:38 -04:00
Samuel Clay
3d4cf207d3 Adding a feed punishment for slow feeds. Slow feeds get updated less often. 2010-06-24 15:27:25 -04:00
Samuel Clay
cc8beb2379 Fixing caching of feed stories so they load faster. 2010-06-24 15:10:15 -04:00
Samuel Clay
bb28aed59a iPhone App: Feed subscriptions view. 2010-06-20 11:04:23 -04:00
Samuel Clay
30bd4610e8 Adding a mark all as read older than modal. 2010-06-14 01:01:21 -04:00
Samuel Clay
38c2216085 Adding Features to admin. 2010-06-12 21:23:58 -04:00
Samuel Clay
ee61967a2b Redesigning the main view: including a new features list, reformatted login and signup form. 2010-06-12 21:20:06 -04:00
Samuel Clay
1e810105ad Big new feature: locking the mouse indicator keyline. This comes with user profiles, so I can now store lots of personalized data between sessions. 2010-06-11 20:55:38 -04:00
Samuel Clay
32a4beb9be Adding migrations. Yay for South 2010-06-11 16:58:07 -04:00
Samuel Clay
4f7501f1ae Fixing race conditions between loading the page iframe and the story titles. 2010-06-10 14:23:02 -04:00
Samuel Clay
fbe1367739 Protopub -> NewsBlur 2010-06-08 11:19:07 -04:00
Samuel Clay
d39dacb592 Cleanup in prep for move from urllib to eventlets. 2010-05-20 15:13:25 -04:00
Samuel Clay
3ca7fcefca That mass renames continue! Protoread is now Protopub, and that sounds good to me. 2010-05-14 09:32:38 -04:00
Samuel Clay
b1ac2147ba Renaming News Blur to Protoread. 2010-05-13 11:11:01 -04:00
Samuel Clay
1268989726 Fixing read stories that are read after the mark_read date, but they are post dated. 2010-05-12 18:55:54 -04:00
Samuel Clay
918acf6607 Fixing read stories that are read after the mark_read date, but they are post dated. 2010-05-12 18:46:56 -04:00
Samuel Clay
50881dc8dc Fixing empty folders. 2010-05-11 22:56:37 -04:00
Samuel Clay
fa6f5bb6e5 Fixing empty folders. 2010-05-11 22:49:41 -04:00
Samuel Clay
d015bcfbfa Fixing feed calculation to allow for calculating all feed scores for a specific user. 2010-05-11 21:36:17 -04:00
Samuel Clay
0176308858 Stylistic changes, like the name of the site: NewsBlur is now News Blur. 2010-05-11 18:38:32 -04:00
Samuel Clay
e4c21dd2b9 Adding intelligence classifiers now dynamically updates all stories in the feed. Looks fantastic. 2010-05-11 13:31:59 -04:00
Samuel Clay
b5edcc03d2 Fixing caching bug around new stories. New to invalidate the story cache when new stories come in. Duh. 2010-05-11 12:27:39 -04:00
Samuel Clay
3c9177c2d7 Merge branch 'master' of github.com:samuelclay/newsblur 2010-05-04 10:41:44 -04:00
Samuel Clay
2e1798c6e6 Fixing delete feeds so that it no longer runs inline. Duh. Added unit test coverage. 2010-05-04 10:40:32 -04:00