#26945 closed feature request (wontfix)
A feature to uninstall plugins that leave remnants behind
| Reported by: | Sjourney | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | 3.8 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Sort of like how App Zapper or App Trap work on OSX. An uninstaller that completely removes any content left behind by a plugin. Just noticed my database has some crud in it that shouldn't be there anymore.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It is true that many plugins leave behind lots of crud. The plugin API allows plugins to uninstall themselves before they are deleted. The problem is that many of them don't. While a universal uninstaller seems like a good idea, it would be difficult to identify the database contents with particular plugins. I think it is better left up to the plugin developer, as they know what options and metadata belong to their plugin. A plugin that would help with manual database cleaning would be nice. There are probably some plugins like that already, though.