Active
Project:
Multisite Manager
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2010 at 11:14 UTC
Updated:
1 Jul 2010 at 17:42 UTC
I'd like to suggest the following features, which seems quite relevant to the module's description:
For each selectable multisite:
If a batch operation are not possible, then how about for each multisite, just a link to various page on each site (link target into another window/tab). For example:
| Multisite domain | Go to a multisite landing page | |||||
| Admin | Site Maintenance | Update.php | Status page | Available updates | Modules | |
| subdomain.com | go | go | go | go | go | go |
| anotherdomain.com | go | go | go | go | go | go |
| example.com | go | go | go | go | go | go |
| domain-37.com | go | go | go | go | go | go |
Perhaps the table could reflect whether, for example, a multisite was in/out of maintenance, or required updating?
Comments
Comment #1
iantresman commentedJust to be thorough, also an option to log-in to selected sites, or links to the site log-in page at /user, although the Persistent Login module can help here.
Comment #2
schuyler1d commentedmass update hooks is something I was dreaming about from the very beginning. Unfortunately, Drupal's update.php is (was?) not the most component-ized code to be able to call, so it makes it very difficult.
I like your work around--a table of sites with some direct-access points would be convenient. I'll take patches....
Comment #3
iantresman commentedI've just discovered the "Drupal Remote Dashboard" (D7) which requires the "Drupal Remote Dashboard Server" (D6, D7), and seems to do maintenance tasks too.
Comment #4
schuyler1d commentedFeel free to close bug, if those modules do what you wanted.
Comment #5
iantresman commentedI still like the idea of the table of sites with links to key pages, so I'll leave it open in case someone is inspired to try the patch.