Commit graph

922 commits

Author SHA1 Message Date
Samuel Clay
8513f83d6d Removing RankExploits from the Original site view. 2012-08-14 11:41:10 -07:00
Samuel Clay
af9d9bf11f Removing RankExploits from the Original site view. 2012-08-14 11:10:47 -07:00
Samuel Clay
f05a915d53 Adding error handling to Google Reader import. Fixing extra-wide images in Feed view. Speeding up NewsBlur Blog subscribe. Fixing popular tags. 2012-08-12 20:34:30 -07:00
Samuel Clay
9cd4879e3c Merge branch 'master' into geometric
* master: (23 commits)
  Changing colors on share buttons to increase sharing.
  Adding logging for failed social connects.
  Fixing bug in sycning twitter/facebook.
  Removing scroll on iPhone social connect, used for new iPhone ftux.
  Forcing re-approval on Google Reader import.
  Adding feed count to google reader import endpoint.
  Adding auto_active flag to reader import, for the iPad.
  Adding gflags and fixing facebook website on import.
  Vendored OAuth2 library + migration.
  OAuth -> OAuth 2! For a better feed import experience.
  Handing over url to iPad app during social connect.
  Fixing intro and friend's twitter/facebook connect once and for all.
  This is seriously the most f'ed typo I've commited. It pulled in extra stories after the last few had loaded using the unread-only filter.
  Forcing unread recalcs on feed open. May fix a bunch of mis-calced unreads.
  Moving to shared_story dates for unread counts on social subs.
  Forcing unread recalcs when necessary.
  Fixing mark stories as read when on socialsub.
  Changing oldest unread calculation to use share date instead of story date.
  Attempting to fix the unread count bug in socialsubs.
  Fixing double-cpunting bug and cleaning up unread counts on friend subs.
  ...
2012-08-12 10:52:25 -07:00
Samuel Clay
335ccfa504 This is seriously the most f'ed typo I've commited. It pulled in extra stories after the last few had loaded using the unread-only filter. 2012-08-10 16:13:14 -07:00
Samuel Clay
2a7af9d20e Forcing unread recalcs on feed open. May fix a bunch of mis-calced unreads. 2012-08-10 14:22:51 -07:00
Samuel Clay
f0dc76b71e Merging separate task feeds tasks. 2012-08-09 21:18:45 -07:00
Samuel Clay
34ad54e1f5 Fixing feed update times for inactive feeds to never go inadctive but to instead go into geometrically longer feed fetches. 2012-08-09 13:26:52 -07:00
Samuel Clay
2d5f3384db Merge branch 'master' into river_blurblog
* master:
  Adding useful info to feed autocomplete.

Conflicts:
	apps/rss_feeds/views.py
2012-08-07 23:14:31 -07:00
Samuel Clay
87ea8030c4 Adding useful info to feed autocomplete. 2012-08-07 23:13:03 -07:00
Samuel Clay
18bade6733 Adding river blurblogs. Still fishy, but it's pulling stories. Going to try to dev it. 2012-08-07 14:37:07 -07:00
Samuel Clay
d58f342116 Passing original term back to autocomplete if v=2 in the url. 2012-08-06 18:20:56 -07:00
Samuel Clay
953050913b Fixing tryfeed add bug that didn't work due to incorrect model assumption. 2012-07-30 16:10:17 -07:00
Samuel Clay
59cf3fe8c4 Fixing rss feed for blurblogs to start with the newest story. Duh. 2012-07-30 13:25:44 -07:00
Samuel Clay
15df6b6b47 Making the icon importer a bit faster and more slave lag resilient by using page fetch data. Also fixing title on blurblogs. 2012-07-30 11:12:58 -07:00
Samuel Clay
f64d3b4d44 Fixing all the little bugs that made it through. 2012-07-30 06:32:34 -07:00
Samuel Clay
e981c9dfa4 Switching from dev.newsblur.com to www.newsblur.com. 2012-07-29 22:31:40 -07:00
Samuel Clay
926432d684 New about page! 2012-07-29 22:06:43 -07:00
Samuel Clay
01fd83ccb5 Adding the last necessary pieces for redis to handle blurblogs. Now to strip out oldest/unread filter and put back in the old river so it can be merged upstream. 2012-07-26 22:12:48 -07:00
Samuel Clay
c90ea21b10 Refactoring manage menu items to only show selected background color on hover for real menu items, not subitems (like site controls). 2012-07-25 19:11:59 -07:00
Samuel Clay
e6f8157745 Fixing issue around saving new stories to redis. Also adding redis middleware to introspect raw redis calls. 2012-07-25 17:58:00 -07:00
Samuel Clay
36b3fa92c1 Using wrong cut off for read story deletions. 2012-07-24 22:58:49 -07:00
Samuel Clay
719a88d3e0 Merge branch 'social' into redis
* social:
  Sharing stories from Saved Stories now works if the story has been deleted. Thanks to @ojiikun for the find.
2012-07-24 17:27:29 -07:00
Samuel Clay
01c7a1f638 Sharing stories from Saved Stories now works if the story has been deleted. Thanks to @ojiikun for the find. 2012-07-24 17:27:24 -07:00
Samuel Clay
f27049bbb6 Merge branch 'social' into redis
* social:
  Fixing /social/public_comments to grab public comments.
  Adding ISO date to comments and replies at @secretsquirrel's request.
2012-07-23 13:20:04 -07:00
Samuel Clay
569f098936 Updating redis sync's to only include current stories. Also syncing redis on story insta-fetch. 2012-07-23 13:06:12 -07:00
Samuel Clay
a1549aa290 Adding a touch of error handling in redis stories. 2012-07-23 10:44:32 -07:00
Samuel Clay
71f03f1ccd Merge branch 'social' into redis
* social:
  Better watching for story changes. This is both a speed improvement and usability fix, since now stories that haven't changed recently but did change before will no longer be declared as updated every time they are fetched. Props to @textfiles for the push.
2012-07-22 12:25:13 -07:00
Samuel Clay
72892f0a2b Better watching for story changes. This is both a speed improvement and usability fix, since now stories that haven't changed recently but did change before will no longer be declared as updated every time they are fetched. Props to @textfiles for the push. 2012-07-22 12:25:09 -07:00
Samuel Clay
2b2ef7f15c Merge branch 'social' into redis
* social:
  Auto-linkifying comments and replies, and stripping html from comments, replies, and story titles, tags, and authors.
  Adding compacting to user sub folders, to remove dupe subscriptions.
  Clearing folders and decoding unicode.
  Typo in gunicorn conf.
  Only using appropriate number of gunicorn processes, making this machine agnostic.
  Deferring OPML import if it takes > 20 seconds. Email user when complete. Also, hamburgers. This one's for @torrez.
  Adding vps roles to fabfile.

Conflicts:
	apps/reader/views.py
	apps/social/models.py
2012-07-21 16:43:23 -07:00
Samuel Clay
18428a32a1 Auto-linkifying comments and replies, and stripping html from comments, replies, and story titles, tags, and authors. 2012-07-21 16:38:37 -07:00
Samuel Clay
19734cdc5e Merge branch 'social' into redis
* social:
  Fixing tall floats pulling comments and shares into the story.
  Ignore requests errors and just try urllib fallback.
  Fixing bug where custom css would disappear.
  Don't delete old stories, screws up blurblogs.

Conflicts:
	apps/reader/models.py
2012-07-19 23:31:46 -07:00
Samuel Clay
345bce1e7c Merge branch 'master' into social
* master:
  Ignore requests errors and just try urllib fallback.
2012-07-19 21:29:18 -07:00
Samuel Clay
e82387f47c Ignore requests errors and just try urllib fallback. 2012-07-19 13:12:47 -07:00
Samuel Clay
a4414eebde Adding oldest/newer order to feeds and river. Also adding unread/all read filter to both as well. Including stubbed segmented control for switching between modes on a per-feed basis. Still needs global preference and glue to hook them up. 2012-07-18 18:34:19 -07:00
Samuel Clay
c122adec4d Merge branch 'social' into redis
* social:
  fixing bug with feed exception when there is a duplicate feed id
  Fixing shift+a for social subs. Also fixing bug where site would stay selected after adding a new site.
  Fixing tutorial by forcing dialog resize. Thanks to @afita for finding this bug.
  Adding necessary cookie domain settings to local_settings template.
  Whoops, forgot to remove 1 second sleep from autocomplete.
  Fixing the living snot out of the add site dialog. Adding an autocomplete spinner, showing results on focus, and no longer auto-adding on click (allowing user to select a folder). Big thanks to @afita for the push.
  Fixing broken offset for locked mouse indicator on site reload. Thanks to @afita for bug report.
  Removing cjson. Fixing collect_stats requirement on bootstrap.
  Adding logging to celerybeat. Adding site unread count calculation to homepage freshening.
  Moving cronjob tasks over to celerybeat. Starting with task_feeds, collect_feedback, collect_stats, and mark_read for homepage freshening.
2012-07-17 17:09:58 -07:00
Samuel Clay
54c68578db Merge branch 'social' of github.com:samuelclay/NewsBlur into social
* 'social' of github.com:samuelclay/NewsBlur:
  fixing bug with feed exception when there is a duplicate feed id
2012-07-17 14:19:16 -07:00
Roy Yang
28b81ec74a fixing bug with feed exception when there is a duplicate feed id 2012-07-17 14:18:26 -07:00
Samuel Clay
7fab23d8ef Whoops, forgot to remove 1 second sleep from autocomplete. 2012-07-17 13:02:36 -07:00
Samuel Clay
d1126ae64d Fixing the living snot out of the add site dialog. Adding an autocomplete spinner, showing results on focus, and no longer auto-adding on click (allowing user to select a folder). Big thanks to @afita for the push. 2012-07-17 13:00:30 -07:00
Samuel Clay
d722e9c4eb Moving cronjob tasks over to celerybeat. Starting with task_feeds, collect_feedback, collect_stats, and mark_read for homepage freshening. 2012-07-16 23:40:17 -07:00
Samuel Clay
272575d917 Handling expiration of redis unread keys. 2012-07-16 20:49:43 -07:00
Samuel Clay
b2065ad587 Adding backend support for redis unread stories. 2012-07-16 18:11:18 -07:00
Samuel Clay
93cd048e7c Adding story guids to redis sorted set, sorted by date, separated by feed, on story save. 2012-07-15 22:51:59 -07:00
Samuel Clay
bb1d654dab Making poor progress on search. Can't even query yet. 2012-07-13 14:33:16 -07:00
Samuel Clay
803278bb08 Updating celery calls in prep for upgrade to celery 3.0. 2012-07-12 23:58:29 -07:00
Samuel Clay
febd0ae0a3 Lots of little bugs: avatar images, icon importer, page importer, adding analytics tracking to intro. 2012-07-12 12:57:35 -07:00
Samuel Clay
6a3cba1581 Adding emails for new replies to comments. 2012-07-05 18:29:38 -07:00
Samuel Clay
ef9cfddc6f Fixing small bugs around social source ids, unsharing, and story mods on original blurblog. 2012-06-26 19:19:57 -07:00
Samuel Clay
c66fd457e5 Moving from samuel@ofbrooklyn.com to samuel@newsblur.com. 2012-06-20 18:37:46 -07:00