Assuming #538660: Move update manager upgrade process into new authorize.php file (and make it actually work) lands, the name and description of the update status module in the .info file won't be sufficient, anymore. We should reconsider both of those to somehow mention that it also lets you update your site.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mcrittenden’s picture

Status: Active » Needs work

Plugin manager is now committed.

cweagans’s picture

How about:

Module Name: Plugin Manager
Module Description: Provides module management functionality, such as installing new modules and checking for updates for existing modules.

As a sidenote, should this rename include function and file names? Or are we just changing the name and description that's displayed to the user?

dww’s picture

Title: Change name and description in update.info to reflect plugin manager functionality » Change name and description in update.info to reflect update manager functionality
Assigned: Unassigned » dww
Status: Needs work » Active

"plugin" is no where in the drupal UI yet, and I think I'd like to keep it that way. I'd propose "Update manager" as the name. That's what it does -- manages your updates. It can both report their status, and let you operate on them.

In terms of the description, it'd be nice not get too wordy. However, update manager doesn't handle core, so it's a little tricky to get all the parts right in a concise formulation. Draft:

"Checks the status of available updates for Drupal and your installed modules and themes, and can securely install missing updates or new [ARGH, we need a word here that's not "projects"] via the web interface."

... or something. ;)

dww’s picture

Issue tags: +Usability

Tagging for UX folks...

cweagans’s picture

How 'bout this?

Checks the status of available updates for Drupal and your installed modules and themes, and can securely install new or updated modules via the web interface.
dww’s picture

@cweagans: That's better, but slightly misleading since the update manager can also install/update themes, too.

cweagans’s picture

Whoops.

Checks the status of available updates for Drupal and your installed modules and themes, and can securely install new or updated modules or themes via the web interface.
dww’s picture

Status: Active » Needs review
FileSize
883 bytes

Yeah, that's pretty close. Now as a patch for actual review. ;)

dww’s picture

Here's what the bottom of the "Core" section at admin/config/modules looks like, just to see it in context:

dww’s picture

Still awkward from repeating "modules or themes", so Dave Reid suggested we change the 2nd instance of that to "modules and themes". ;)

Checks the status of available updates for Drupal and your installed modules and themes, and can securely install new or updated modules and themes via the web interface.

Dave Reid’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

Dries’s picture

It feels a little long to me. What about the following?

"Checks for available updates, and can securely install or update modules and themes via a web interface."

cweagans’s picture

Status: Reviewed & tested by the community » Active
FileSize
818 bytes

That sounds good.

Updated the patch using the description from Dries in #12

cweagans’s picture

Status: Active » Needs review

Whoops.

Dries’s picture

Status: Needs review » Fixed

Committed!

Status: Fixed » Closed (fixed)
Issue tags: -Usability, -Update manager

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