Active
Project:
Multisite info
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2009 at 11:54 UTC
Updated:
21 Sep 2010 at 14:01 UTC
It's good to have some page like updte status, but with all modules in all sites (multisite).
Comments
Comment #1
greggmarshallI wanted to do this, so I created a modified version of the update module that shows everything installed, not just enabled modules.
I copied Drupal's update module folder (from the public_html/modules director) into a modules folder under the default site (sites/default/modules/update). I probably should have done some renaming, but I was in a bit of a hurry. My default site in my multi-site installation is a placeholder site, so I don't really have any content there, just a generic notice you probably aren't where you want to be. I have multisite info installed there too.
In the file update.compare.inc, at line 70 I commented out the skip disabled modules code.