Currently, user stats compute a monthly average based on the register date of a user, but that isn't very fair to someone who registered years ago but stats were only enabled recently. I think the start date should be something like: max(config.get('userstats_start_date',datetime.MIN), stats.registration_date)
Minor fix pushed to branch
db/6212
for a somewhat related issue.Also it'd be helpful to have an option to skip counting lines of code. The logic is somewhat slow, and is noticeable when dealing with large numbers of commits in the system.
allura:cj/6212