The module names are labels for the checkboxes that they relate to on the admin/build/modules page, but not on the admin/build/modules/uninstall page.

This creates a somewhat inconsistent interface that lacks a useful feature.

The patch included is quite simple and fixes the missing label issue.

Comments

boombatower’s picture

StatusFileSize
new946 bytes

Updated for dot coding standard change.

senpai’s picture

Title: Add label to unistall module name to match install list » Add label to uninstall module-name to match install list

Changing the title due to spelling error.

boombatower’s picture

@Senpai: Hehe...typo...thanks.

Any comments...really simple patch...not a lot to discuss. Hoping for a yeh or neh and commit.

senpai’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new904 bytes

Tested on D7 HEAD, and working as intended. RTBC this baby! I like the idea, and consistency in HTML output is always a good thing.

One thing though. Never submit a patch for core that includes the Eclipse commenting at the top. It won't apply for anyone else unless they've used the same name for their core installation. Patch re-rolled.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Good catch. How did you spot that?

Committed to CVS HEAD. Thanks.

boombatower’s picture

I was enabling and un-installing a module to test the install hook and noticed that clicking on the text didn't work. Having a bug in the install hook of the module I was messing with turned out to find an unrelated bug. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.