Active
Project:
Update status aggregator
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2009 at 15:34 UTC
Updated:
12 Mar 2009 at 16:47 UTC
I'm thinking about a function to remove uninstalled modules from aggregator-database. is there any hook or something to do so?!
sometimes drupal 5 modules get unsupported and i uninstall them for security reasons but the module stays on the aggregator site and database.
there is a drupal function in d5 & d6 named "drupal_uninstall_module" but there seems not to be a hook into it. any ideas on how to fire a function on every modul-uninstallation?
Comments
Comment #1
yrocq commentedI plan to rewrite update status aggregator so that the list of all modules will be deleted and regenerated each time the notifier send informations. It will fix the problem of module still here after having been disabled. You can check the code in the CVS (branche DRUPAL-5--2) .