Variable Builder

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Integration for Variable and Configuration builder. Proof of concept.

http://drupal.org/project/variable
http://drupal.org/project/config_builder

For now this just:
- Injects some information from Configuration builder into the Variable module.
- Adds a list of default forms to Configuration Builder using 'Variable groups' feature.

Ubercart Devel

Component type

module

Categories

Maintenance status

Development status

Downloads

1308

Component created

Component changed

It's very simple module that's adding [devel] tab on each /admin/store/orders/* page. Same as devel module does it on /node/* and /user/* pages.

If you have any idea for additional features then just submit issue with [feature request] category. Or if you have some bold idea with example ask for git access.

Class Loader

Component type

module

Categories

Maintenance status

Development status

Downloads

8629

Component created

Component changed

Enables Symfony's PSR-0-compatible UniversalClassLoader for namespaced PHP classes for Drupal 7 modules.

Direct backport from Drupal 8. The Symfony ClassLoader component is included.

Tabledrag

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides an API to simplify the usage of Drupal's built-in Tabledrag functionality, like that used in the "Manage Fields" administration panel in Drupal.

To use, create your header, body and "new row" elements, and pass them to tabledrag_add_tabledrag();

tabledrag_add_tabledrag(&$formitem, $header = array(), $body = array(), $new = array())

Be sure to include a weight column in your table, and this module will turn your form tree into a draggable, sortable table.

Context List

Component type

module

Categories

Maintenance status

Development status

Downloads

4039

Component created

Component changed

Provide a list of contexts, their conditions and reactions in a simple view in the admin provided by the Context module. The intention of this module is to provide a means of inspecting all contexts in one easy screen. This can be very useful in debugging your contexts.

After installing this module, you can find a link to the list of contexts on the context page (/admin/structure/context/).

SSH

Component type

module

Maintenance status

Development status

Downloads

303

Component created

Component changed

This module adds SSH client functionality to Drupal and Drupal Rules. Once configured, you may execute arbitrary calls to pre-defined remote hosts directly from within Drupal, either by your own supplementary module or e. g. by defining rules.

Interactive Information Bar

Component type

module

Maintenance status

Development status

Downloads

2375

Component created

Component changed

The Interactive Information Bar (iib) is a unified API for adding interactive elements to a pages. The iib modules implements a page level and entity level 'bars'.

The goal of iib is to have a single unified place to add administrative interactive tasks.

Tasks can be added to the bars using 2 methods.