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

Anonymous’s picture

Priority: Normal » Minor

You're right. We'll try and get that fixed.

AltaVida’s picture

Just 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.

Anonymous’s picture

Status: Active » Fixed

The most recent commit fixes this.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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