Workbench Moderation Multiple

Component type

module

Maintenance status

Development status

Component created

Component changed

Workbench Moderation Multiple extends Workbench Moderation by adding the possibility to create several workflows, and let Drupal pick the right workflow for the right content, based on user-defined conditions.

Workbench Moderation Multiple also lets you set permissions directly on the workflow admin page, and lets you trigger actions when transitions are performed. It also lets you export workflow configurations to JSON, via the UI, or via the API.

Development sponsored by Capgemini and Acquia.

Docker

Component type

module

Maintenance status

Development status

Downloads

554

Component created

Component changed

If you haven't already, check out Docker! (http://docker.io).

From the site:

Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers which are independent of hardware, language, framework, packaging system and hosting provider.

The initial effort is for a Drupal based Docker control.

This is being built in 8.x.

Drush Editor - A fashion way to manage your WYSIWYG libraries

Component type

module

Maintenance status

Development status

Downloads

1435

Component created

Component changed

This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.

Integration

Feel free to integrate your editor using my API. There are only 2 functions
you should know
- hook_drush_editor(): Register your editors.
- hook_drush_editor_alter(): Change the list of registered editors.

You can see the file drush_editor.api.php and my plugin for more information.

Local Tasks as Menu

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows an admin to shift certain 'local task' tabs into proper menu structure.

This allows for more control of positioning and theming, as well as order
and label management.

Initially, this can be used to promote 'tabs 'on user account pages
(under /user/* ) into the 'user-menu'.

Additional parts of the admin interface that use MENU_LOCAL_TASK can also
be promoted, though some custom paths may need additional work to support.

Usage

-------------