On the user profile pages, this module generates a list of projects you've committed to and a total # of commits to each project. It'd be easy and nice to provide a total down there, too. Attached patch does this. Check out http://project.drupal.org/user/46549 (for example) to see it in action. Any objections?

Comments

dww’s picture

Better yet -- why bother with a separate query, when we can just total the commits in PHP. ;)

dww’s picture

Status: Needs review » Fixed

killes gave this the "++" from IRC, so I committed and deployed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.