hey

please add "Administration" package group to the info file (package = Administration)

this is not entirely correct as per Drupal standards, but please think of the admins ;)
it's really annoying to have 50-100 modules in the "Other" fieldset/tab.

many modules follow similar approach (other administration, permission and caching/performance modules) to help admins

Comments

sun’s picture

Title: package group » Use "Administration" package name for modules page
Category: task » feature

Not sure whether Administration is correct. Just because the module does not provide end-user-facing functionality, it doesn't mean that it's an administrative feature.

Would like to see some feedback from others on this.

lpalgarvio’s picture

good point,

some modules that affect the Modules page are using "Administration"
and some that add permissions are using "Permissions"
the ones that affect the Permissions page AFAIKdon't have a package yet, but i haven't checked for ages.

Util module, which adds tweaks to many admin pages, uses Util for all it's submodules.

http://groups.drupal.org/node/97054

lpalgarvio’s picture

Title: Use "Administration" package name for modules page » Upgrade Status » package name
Issue tags: +package name

tagging

sun’s picture

Status: Active » Closed (won't fix)

Quoting @davereid:

We need a unified and automatic way of adding taxonomy to .info files via the packaging system - not doing it directly in info files by abusing an existing method

liza’s picture

your sanity will be rewarded once you use MODULE TAXONOMY

http://drupal.org/project/module_taxonomy

along with MODULE FILTER

http://drupal.org/project/module_filter

it allows you to change the package info to better organized them in what ends up being a modules dashboard

lpalgarvio’s picture

there's Module Package too. i've known the 2 for a while.

haven't used either though. Module filter i've been using along with Fieldset Helper for quite a long time now.