Uninstall doesn't remove settings/variables added by userpoints.module. It also doesn't delete userpoints taxonomy vocabulary and terms.

Comments

jredding’s picture

Assigned: Unassigned » jredding
Status: Active » Fixed

yup.. forgot about that in the uninstall piece; my fault. Its been fixed.

Additionally some of constants I added were being used incorrectly, I cleaned this up and the variables are being deleted upon uninstall now.

I tested it on my install and there is a pure cleanup happening (i.e. userpoints tables are dropped, variables are wiped out and the category is removed). That's what we're going for ;)

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)