My module-list is usually rather long, so I'm thinking about changing the module selection to a select-widget instead of the radio buttons we have now.
What do you think about that?

Comments

gábor hojtsy’s picture

Status: Active » Postponed (maintainer needs more info)

How would you show hierarchical relations there?

ray007’s picture

Like all others do: by using opt-groups (i.e. for the module-directories) and prefixing lower level entries with '-- ' for each level down.

gábor hojtsy’s picture

Status: Postponed (maintainer needs more info) » Active

Let's see how this would work! It might also make sense to support project level exports. Update_status.module already has nice code to identify projects, so we can lump modules together as being in the same project. That would also mean we that we need to somehow add the generic files to the Drupal project too (includes, default themes, misc files). The other projects are pretty self contained in their own directories, so they are not mixing up.

I would consider this kind of interface as the "normal" export interface, while an advanced interface would allow cherry picking things like submodules in packages, as the current interface allows. That would break these two into separate tabs, to simplify the life of the everyday user.

gábor hojtsy’s picture

Status: Active » Closed (duplicate)

The issue at #624370: Filter strings by module continues with this sprit and has a patch in progress to talk about.