Commit graph

229 commits

Author SHA1 Message Date
Samuel Clay
3865cb77fa Small visual tweaks as well as tightening up some logging. 2010-11-07 00:40:26 -04:00
Samuel Clay
9803dfaf09 Premium subscribers get their 5x bonus on updates. 2010-11-06 13:44:23 -04:00
Samuel Clay
fd535e7103 Removing odd benefit to popular feeds with no stories. 2010-11-06 13:42:58 -04:00
Samuel Clay
896645f5c7 Lessening the damage of such high update rates on feeds. 2010-11-06 13:33:04 -04:00
Samuel Clay
1c9b2fbff8 Fixing a bug around empty/blank story content. Don't panic 2010-11-06 12:59:54 -04:00
Samuel Clay
b30752a9c1 A huge slew of bug fixes related to feed fetching, missing ids, and missing feeds. 2010-11-05 20:34:17 -04:00
Samuel Clay
b31c277dd0 Making more sane intervals between feed updates. 2010-11-05 15:54:26 -04:00
Samuel Clay
5a6db9c1fb Adding story_date index back in to MStory. 2010-11-04 23:04:42 -04:00
Samuel Clay
44fcee1568 Adding uniqueness on Folders. Also removing unused indexes in mongo. 2010-11-04 22:47:18 -04:00
Samuel Clay
905766c7e5 Preferences! Timezone support, new window setting, and default story view. 2010-10-31 16:03:50 -04:00
Samuel Clay
edae9eff38 Ensure no negative subscribers during feed update calculation. 2010-10-29 14:18:39 -04:00
Samuel Clay
224def1eed Updating collocations for mongodb. 2010-10-29 12:37:51 -04:00
Samuel Clay
d0e25a0716 Updating feed polling intervals. Also adding a progress bar to premium upgrading screen. Should make for a smoother transition for those high-feed subscribers. 2010-10-29 12:28:05 -04:00
Samuel Clay
f5e36c5b8e Only deactivating feed exceptions. Turning page exceptions back on, since they can now be handled in the UI. 2010-10-29 11:45:00 -04:00
Samuel Clay
667de1e1f1 Forcing inactive feeds to go active when exception is gone. 2010-10-27 13:09:46 -04:00
Samuel Clay
40e4af7a8d Trying to add feed statistics back. Only calculating them when requested. 2010-10-25 20:44:52 -04:00
Samuel Clay
10f58f8608 Renaming json.py to json_functions.py to resolve namespace conflict with anyjson. 2010-10-23 13:06:28 -04:00
Samuel Clay
00b614f3be Fixing divide by zero error. 2010-10-17 00:18:13 -04:00
Samuel Clay
ff3ef00af2 Merge branch 'master' into chooser
Conflicts:
	apps/rss_feeds/models.py
2010-10-16 23:00:06 -04:00
Samuel Clay
6ea1887cc9 Adding the premium fields to master just so I can continue using the old non-premium db. 2010-10-16 22:49:03 -04:00
Samuel Clay
5526d493b8 Null premium subscribers is OK. 2010-10-16 22:27:36 -04:00
Samuel Clay
9b5ec6eaa2 Merge branch 'master' into chooser
Conflicts:
	apps/reader/models.py
	apps/rss_feeds/models.py
	media/css/reader.css
	media/js/newsblur/reader.js
	utils/feed_fetcher.py
2010-10-13 09:08:42 -04:00
Samuel Clay
6859224b7d Merge branch 'master' of github.com:samuelclay/NewsBlur 2010-10-11 22:32:24 -04:00
Samuel Clay
9f4f27f4aa Trimming 50% more stories. They're just unneeded. 2010-10-11 22:31:43 -04:00
Samuel Clay
3a51d79657 Fixing infinite mongoengine/mongodb connections by reusing the correct mongo connection (instead of creating new ones every time). 2010-10-11 13:19:42 -04:00
Samuel Clay
4cf9b05f0c Changing all datetime.datetime.now() to datetime.datetime.utcnow(). 2010-10-10 23:55:00 -04:00
Samuel Clay
975222ca35 Feed has gone missing due to dupe delete. Don't crash. 2010-10-08 16:33:53 -04:00
Samuel Clay
50488db7ca Close the connection for every set of tasks. 2010-10-08 16:08:41 -04:00
Samuel Clay
15fafd4334 Fixing up old accounts that login after a month of non-use. Restarting their inactive feeds. 2010-10-07 19:56:23 -04:00
Samuel Clay
092b560abe Merge branch 'master' into chooser 2010-10-07 19:33:39 -04:00
Samuel Clay
51b3854af5 Merging duplicate feeds on dupe feed save. 2010-10-07 19:23:35 -04:00
Samuel Clay
0a131855ff Merging duplicate feeds on dupe feed save. 2010-10-07 19:21:03 -04:00
Samuel Clay
c16f10ae30 Progress! It's an integrityerror on saving this feed. Let's log it and find out why. 2010-10-07 19:16:32 -04:00
Samuel Clay
c2e1e82464 Small changes that are trying to root out the un-updateable feed problem. 2010-10-07 19:07:43 -04:00
Samuel Clay
bfa6c80778 Adding premium subscriber counts for all feeds. Still need to auto-update it when old usrs turn active again. 2010-10-06 10:21:14 -04:00
Samuel Clay
93121f51d0 Merge branch 'master' of github.com:samuelclay/NewsBlur into chooser 2010-10-05 19:05:23 -04:00
Samuel Clay
59b32e6248 Further fixing feed fetching errors by retrying feeds [nearly] immediately when they can be corrected by visiting the feed's site and finding the correct RSS feed. 2010-10-03 22:38:53 -04:00
Samuel Clay
92cff79403 Finally fixed the damn feed error updating issues. Due to the way Django caches ORM models, at the very end of all the feed error checking, the old values would be saved. 2010-10-03 19:05:16 -04:00
Samuel Clay
39d9e13449 Forcing refresh of feed information at every stage of feed fetch pipeline. This really needs a rewrite. Someday. 2010-10-03 18:04:40 -04:00
Samuel Clay
808df31f7f Forcing new feeds that have issues to save their issues. Some feeds were perpetually unfetched. 2010-10-03 17:22:58 -04:00
Samuel Clay
e849957a8f Changing default dates for feed models. 2010-10-02 17:16:01 -04:00
Samuel Clay
3dd5dd9d8b Merge branch 'master' of github.com:samuelclay/NewsBlur into chooser 2010-09-29 09:49:46 -04:00
Samuel Clay
a75417d917 Fixing errors on existing story search in feed fetching. Turns out it was using the wrong story_date to quickly determine if the story is new or not. 2010-09-28 21:10:10 -04:00
Samuel Clay
ae6ea613f1 Merge branch 'master' into chooser 2010-09-28 19:26:30 -04:00
Samuel Clay
6d20886529 Putting server and client sides together to choose feeds. 2010-09-28 18:53:57 -04:00
Samuel Clay
7ea19b9927 Stopping duplicate feeds from trying to save. 2010-09-28 05:29:40 -04:00
Samuel Clay
c24a7ffc5f Handling null titles. 2010-09-28 04:57:24 -04:00
Samuel Clay
23976bdcfd Merge branch 'master' into chooser 2010-09-27 19:18:40 -04:00
Samuel Clay
7f1638e679 Adding index on feed histories, and cutting down how many errors/successes stored. 2010-09-27 19:12:17 -04:00
Samuel Clay
7dee2103a9 Refactoring timelimit to add feed address re-check to a limited timeout. 2010-09-27 11:44:23 -04:00