Uninstalling the module does not remove the config options. I didn't check but I'd imagine they are stored with variable_set() and thus should be deleted with variable_del() on uninstall.
Verify this by enabling the module and configuring the ftp options. Then disable plus uninstall. If you re-enable the module again you will see that your ftp settings have persisted.
I'm not sure if the module/theme data fetched from drupal is deleted although it should be also.
Thanks!
Comments
Comment #1
Anonymous (not verified) commentedYou're right. We'll try and get that fixed.
Comment #2
AltaVida commentedJust noticed that the files/plugin_manager_* folders don't get deleted.
The main reason this stuff is a concern to me is because uninstalling a module should give you a clean slate if you want to re-enable it or try a different release (in case something is wrong).
I'd imaging this would be helpful for those working on the module as well, to ensure that bugs or data doesn't carry over and confuse things.
Cheers.
Comment #3
Anonymous (not verified) commentedThe most recent commit fixes this.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.