Enabled modules
The enabled_modules module provides two features that serve two purposes:
- List all enabled modules (whether the installed code base is present or not– enabled but absent modules are flagged missing).
- [Not yet implemented] Provide a block showing recently enabled modules (with links to the module's administration tasks) and provide a list of recently disabled modules.
The first functionality is useful for moving sites to a whole new code base and rebuilding fresh with only the modules actually in use.
The second functionality is very useful to administrators to provide administration links to the modules they just enabled.
The latter feature is not that easy to do, as there are no hooks that I can find that fire to announce the installing, enabling, disabling, and uninstalling of modules (except to call hooks in the affected module itself). The system table itself saves no timestamp data. I am interested in hearing from anyone working on revision functionality for Drupal administration, so we can share the approach and data. I think it will have to be a form_alter function that provides its own submit handler.
benjamin, Agaric Design Collective
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0-beta | 2008-Apr-23 | 8.63 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2009-Apr-15 | 9.28 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-Apr-19 | 8.63 KB | Download · Release notes | Development snapshot | |
