Uninstall doesn't remove settings/variables added by userpoints.module. It also doesn't delete userpoints taxonomy vocabulary and terms.
Uninstall doesn't remove settings/variables added by userpoints.module. It also doesn't delete userpoints taxonomy vocabulary and terms.
Comments
Comment #1
jredding commentedyup.. 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.
Comment #2
(not verified) commented