Great module!

Quite a request I guess, but that would really be great!

Having one page with one button that would execute all module update checks on all sites and return a grouped listing with the security updates per site!

Any chance of realizing that?

Max

Comments

aklump’s picture

Version: 6.x-1.2 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Patch (to be ported)
StatusFileSize
new2.1 KB

Here is a patch that adds this feature to the 7.x-1.x branch

aklump’s picture

StatusFileSize
new2.49 KB

The first patch does not check for for module updates; only fetches data. Here is a new patch that incorporates both checks for each site during the batch.

JvE’s picture

Status: Patch (to be ported) » Needs review
aklump’s picture

StatusFileSize
new7.47 KB

I have added another line, which was a missing step to polling for current module status in the last patch.

malc0mn’s picture

This is looking nice! I have some time again to work on this project. Going to apply the patches posted in this (and other) issue(s) test them and make a new release.

Thanks a lot for this!

mlc.

malc0mn’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Patch (to be ported)

This patch included too much, had table_id + your data alter stuff.

Applied only the batcher + did some small code change (don't like abbreviated variable names) + grouped the functions.

Applied to 7.x-1.x-dev. Will try to port to D6 in the following days.

Thanks for the work!

mlc.

malc0mn’s picture

Status: Patch (to be ported) » Closed (fixed)

Applied to 6.x-1.x-dev.