Block Admin

Component type

module

Maintenance status

Development status

Downloads

3877

Component created

Component changed

Drupal's core admin/build/block does not scale. Beyond around 15-20 blocks, the list is well over a page long, and it can be hard to work out what blocks should go where. By 50 blocks, the UI has become unuseable.

This module takes a step towards making the admin/build/block page scale nicely for 20-100 blocks, by adding a filter to only display blocks added by any given module specified by the user. This allows the user to at least move the block to the right region, then submit (or reveal all blocks) and then fine-tune the sorting.

Panels sub-sites

Component type

module

Maintenance status

Development status

Downloads

2169

Component created

Component changed

This module makes creation of sub-sites in Panels simpler and ensures that paths are created correctly based on sub-site relationship.

The main feature of the module is the ability to generate tokens based on the relationships of nodes in panels, thereby using path auto to generate correct URL's. The relationships are base on cck node references fields between content types.

block_admin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Block admin extends the "Administer blocks" permission and provides an
"administer block" permission per theme. This simplifies the block
managment screen and limits access to certain themes and its block
configuration.

Workbench Access

Component type

module

Maintenance status

Development status

Downloads

202397

Component created

Component changed

Workbench Access creates editorial access controls based on hierarchies. It is an extensible system that supports structures created by other Drupal modules.

When creating and editing content, users will be asked to place the content in an editorial section. Other users within that section or its parents will be able to edit the content. A user may be granted editorial rights to a section specific to his account or by his assigned role on the site.

The module supports Taxonomy and Menu modules for the management of access hierarchies.

Note that the module only controls access to content editing. It does not provide any content filtering of access restrictions for users trying to view that content.

Overlay Paths

Component type

module

Maintenance status

Development status

Downloads

41783

Component created

Component changed

This is a simple module that enables site builders to use the built-in Overlay for non-admin pages.

This means that you can use the overlay for doing popups without adding yet more javascript libraries to your site.

This module provides a simple UI for defining paths to appear in the overlay, but developers can use it to define paths too, see the overlay_paths.api.php file in the module for details.

Workbench Moderation

Component type

module

Maintenance status

Development status

Downloads

577650

Component created

Component changed

Workbench Moderation adds arbitrary moderation states to Drupal core's "unpublished" and "published" node states, and affects the behavior of node revisions when nodes are published. Moderation states are tracked per-revision; rather than moderating nodes, Workbench Moderation moderates revisions.

Workbench Media

Component type

module

Maintenance status

Development status

Downloads

100607

Component created

Component changed

Workbench Media provides integration between Media module and the Workbench suite. It simplifies the pages content administrators need to visit in order to add media.

Which version should I use?

The current branch of Media you are using should be the same branch of Workbench Media that you should use. For example, if you are using the Media 7.x-1.0 release, then you should use the latest Workbench Media 7.x-1.X release.

Node Truncate

Component type

module

Maintenance status

Development status

Component created

Component changed

Node Truncate allows the deletion of all posts from a given content type using a batch operation, being useful when one wishes to clean tons of posts without being stuck with server timeouts.