Balance

Component type

module

Categories

Maintenance status

Development status

Downloads

1125

Component created

Component changed

When you need this module?
If your installation profile has a lot of features. Because all features revert when profile is fully installed, and sometimes your server can't revert all your features at ones. This module provides possibility to revert feature immediately after installation of each feature and this gives us balance loading on server.

This module is already used in ERPAL

Be careful - module is very BIG

Sanity API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A very alpha version of some utility functionality for developers:

    $node = node_load(100);
    if (sanity_api_field_has_value($node->field_some_field)) {
      // do something
    }

    sanity_api_set_default_value($form, 'field_some_field', '123');

    // more?

Code Filter Color

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows users to choose the color set of PHP elements in order to fit the general design of their website.

It's a sub module of Code Filter module

This module has a setting page (admin/config/content/codefilter/color) to change the colors of PHP elements (see image).
This module also has a function to replace the basic colors (grey, red, blue, green) by the colors set in the setting page.

Schema Kill

Component type

module

Maintenance status

Development status

Downloads

661

Component created

Component changed

When you're wrangling with databases from multiple instances, you'll frequently leave extra tables in your database. This module provides an administrative screen to which lists extra tables with the ability to drop them.