Commit graph

599 commits

Author SHA1 Message Date
Samuel Clay
161d163d92 Moving back to stable mongoengine dev branch (no longer using forked branch). Changes to signature of map-reduce and item_frequencies. 2011-08-27 17:14:31 -07:00
Samuel Clay
e9b88c8cc9 Fixing a few issues here and there around feed fetching. 2011-08-27 14:13:28 -07:00
Samuel Clay
9bcfa077e7 Fixing issue around decoding tag lists in feed fetching. 2011-08-27 13:22:56 -07:00
Samuel Clay
7cea10ecfd Updating fabfile and pushing updates back up to normal levels. 2011-08-24 12:31:47 -07:00
Samuel Clay
8fed3ae8cc Scaling back updates by a half to catch up. 2011-08-24 10:56:17 -07:00
Samuel Clay
a8a10e5c6c Doubling random factor in feed fetch times to relieve strain. 2011-08-24 10:27:21 -07:00
Samuel Clay
442012fdeb Ading pull to refresh on feed detail in iphone app. Not done, but also added extra parameter in feed canonical model that gives seconds since last update. 2011-08-18 09:56:52 -07:00
Samuel Clay
811512d8da Finishing up account dialog. Also re-styling subscriber counts. 2011-07-27 22:17:34 -07:00
Samuel Clay
ff50d85d7d Updating a bunch of defaults to make NewsBlur installable on anybody's machine. Fleshing out README installation instructions. 2011-07-17 20:53:30 -07:00
Samuel Clay
4f46b358db Major optimization on mongo queries. No longer using .rewind(), which is actually re-running the damn query! Wrapping repetitive querysets in list() for performance. 2011-06-09 15:36:24 -04:00
Samuel Clay
e180f8a224 Merge branch 'master' into tutorial 2011-05-19 19:13:57 -04:00
Samuel Clay
c2b1d7eb35 Fixing the infernal FeedNotFound error whenever a dupe feed is created in the middle of another transaction. Yarr! 2011-05-19 19:04:10 -04:00
Samuel Clay
aaf83ed7a0 Merge branch 'master' into tutorial 2011-05-18 17:51:58 -04:00
Samuel Clay
06a46993d2 Backup mongo + psql. Removing ridiculous FeedUpdateHistory table. 2011-05-18 14:36:31 -04:00
Samuel Clay
7bc60ec784 Switching to mongoengine dev on github. 2011-05-18 14:23:43 -04:00
Samuel Clay
7b77d0b997 Partially stubbing out step 2 and 4. 2011-05-16 23:13:49 -04:00
Samuel Clay
7b9df8dadc Anonymous users will see a warning on sending an email. Also removing FeedIcon model (having switched to the mongo MFeedIcon model). 2011-05-09 10:35:46 -04:00
Samuel Clay
0b4527c3f0 Cleaning up emailed stories. 2011-05-08 20:24:37 -04:00
Samuel Clay
5d4c7565e9 Story text in shared/emailed stories. Extracting text for plain/text emails. 2011-05-08 19:41:50 -04:00
Samuel Clay
de89b527ff Adding python backup for postgresql. This will be much easier to run automatedly. 2011-05-03 11:07:09 -04:00
Samuel Clay
dade4bb9c1 Making feed updates a touch more often based on # of premium subscribers. 2011-05-01 20:37:34 -04:00
Samuel Clay
f8583ad955 Django 1.3-izing everything. Moving logging back to counting everything in the last day, but without the hard-work of deleting old entries. 2011-05-01 19:58:40 -04:00
Samuel Clay
475325e39e Last fixes before deploying mongo-ized feed icons. 2011-05-01 17:19:01 -04:00
Samuel Clay
0f8c8ed7e9 Merge branch 'master' into mongo_feed_icon
Conflicts:
	apps/reader/views.py
	apps/rss_feeds/models.py
2011-04-26 19:37:52 -04:00
Samuel Clay
a3a22f16a3 Putting feed update invervals back to normal. 2011-04-26 19:12:34 -04:00
Samuel Clay
50e72d1384 Cranking up the feed fetch intervals by half. 2011-04-26 17:16:57 -04:00
Samuel Clay
8dae523890 Calming down feed updating to clear the growing backlog. 2011-04-26 13:52:19 -04:00
Samuel Clay
26c66950ed Easing off the subscriber bonus 2011-04-26 13:19:49 -04:00
Samuel Clay
4429fef6c8 Temporarily killing all feed fetch histories grater than 5 back. This will screw up the home page statistics, but it's costing too much. 2011-04-26 11:44:19 -04:00
Samuel Clay
d05518000d Using the number of subscribers as a base from which to find feeds. 2011-04-25 20:55:39 -04:00
Samuel Clay
cc94f3fd12 Double duty: Adding /rss_feeds/search_feed endpoint for discovering feeds through the API. Also adding in a new preference for the sort order of feeds. A bit broken, but it'll do for now. Thanks to @heliostatic for the idea. 2011-04-25 20:53:29 -04:00
Samuel Clay
66200f1d76 Adding mongo feed icon model, bootstrapping, and moved the views. Still need the importer and the canonical rep to match new models. 2011-04-21 23:10:43 -04:00
Samuel Clay
909339381a Statistics graph. 2011-04-15 11:34:41 -04:00
Samuel Clay
3b76b5e5c2 Merge branch 'master' into dashboard_tweaks 2011-04-14 09:29:39 -04:00
Samuel Clay
d349018f19 Handling cases of no story content. 2011-04-13 18:05:26 -04:00
Samuel Clay
c14102bb47 Minor copy changes, and a smarter way of including favicon when requested. 2011-04-11 09:42:38 -04:00
Samuel Clay
a645916497 Merge branch 'master' into dashboard_tweaks
Conflicts:
	apps/rss_feeds/models.py
2011-04-11 09:34:44 -04:00
Samuel Clay
c3b4464668 Finishing up classifier counts. Pretty and visually stimulating to the mind, and drives you crazy at the same time. 2011-04-09 14:37:07 -04:00
Samuel Clay
6890823a84 Showing classifier counts in statistics. Needs a graphical view, and maybe some pruning. 2011-04-09 11:06:36 -04:00
Samuel Clay
4c16df13eb Adding feed classifiers counts. Will be used to display graphs which show likes and dislikes aggregated across users in the Statistics dialog. 2011-04-07 17:00:28 -04:00
Samuel Clay
87d078239a Separating out favicon loading from feed loading. This will hopefully reduce initial page load speed. 2011-04-05 19:24:12 -04:00
Samuel Clay
e88d78a39c Fixing minor bug around incompletereads on page fetch. 2011-04-05 10:52:49 -04:00
Samuel Clay
3c14c2f061 Merge branch 'master' into dashboard_tweaks 2011-04-04 21:04:32 -04:00
Samuel Clay
a757b9f88f Fixing a few feed fetching bugs. 2011-04-04 20:53:12 -04:00
Samuel Clay
927a6e655f Fixing a bug around throwing feedburner errors. 2011-04-04 12:02:18 -04:00
Samuel Clay
d76aeacb3a Stubbing in a few API endpoints in documentation. 2011-04-04 12:01:29 -04:00
Samuel Clay
d5c2a61e16 Handling the damn Thoughts of a Wierdo feedburner screwup gracefully. 2011-04-03 11:08:42 -04:00
Samuel Clay
a6c45df0dd Whoops, no need to overcompensate for subscribers by *that* much. 2011-04-02 01:11:29 -04:00
Samuel Clay
6aede04f10 Making feeds update WAY faster. Will I regret this? Most likely. But the weekend's the best time to find out. 2011-04-02 00:17:59 -04:00
Samuel Clay
3c2e3cef15 Cranking up the dials on feed fetching times. Let's make this shit faster. 2011-03-24 19:41:55 -04:00