Is there a way to what add-ons are being used?
We want to clean our addons repository.
Thanks,
Sam
Not really.
Add-ons do different things in different ways, and the method for establishing if one type of add-on is used is wildly different for another, hence there's no way to actually code anything for this.
For example, to find out if the JIRA Suite Utilities is used (and this is just one function of that add-on, not all of them), you need to search the workflows for use of the classes it provides. Easiest way is an xml export and a text search. But an addon that provides a field - run a search for <field is not empty>. Or a reporting add-on - you'd really need to search the access logs to see if anyone is hitting the reporting urls.
There are some things you can do, but there's no way to do a comprehensive search. At some point, you need to make the call and go for "turn it off and see who screams" because it's less effort than the detailed searching you need to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.