Watchdog Array

Component type

module

Categories

Maintenance status

Development status

Downloads

851

Component created

Component changed

Allows for passing an array to the watchdog command.

This module introduces an alternative to the watchdog command with an extra argument for passing an array that will be included in the message-text.

Example

watchdog_array(
  $type,
  $message = '',
  $array = array(),
  $variables = array(),
  $severity = WATCHDOG_NOTICE,
  $link = NULL);

The third argument is now an array() which will be added to the message-text using the print_r function.

Role execution time limit

Component type

module

Maintenance status

Development status

Downloads

741

Component created

Component changed

Summary

Role execution time limit is a small module that allow you to set PHP max execution time per role and command line usage(drush).

Requirements

Permission to change max_execution_time on your webserver.

Configuration

Drupal 7

Go to admin/people/permissions#module-role_execution_time_limit to set the persmission.
Go to admin/config/development/role_execution_time_limit to set the limit for a role.

Session Share

Component type

module

Maintenance status

Development status

Component created

Component changed

Share sessions between different domains! Not just sub-domain.

You have several different domains for your drupal site, they can be in different servers but using the same database server. You want users only need to login one time for all those domains/sites. This module would help you.

Ideas:
put an iframe into a custom invisible block, pages with this block would sync sessions to other domains/sites

Other keywords:
session sharing
distributed session

Security:
flood control
source control

Webform Matrix Component

Component type

module

Categories

Maintenance status

Development status

Downloads

21788

Component created

Component changed

This module is extension of Webform module.

This module provide functionality to add matrix component / Table component in webform module. you can say this module to webform_table_component(Webform Table Component)
You can add matrix component like other components( textfield, select, label, date, Radio, Checkbox, Multiple Select etc) .
Subcomponent of matrix component is Textfield , Select , Label(markup), Date, Radio, Checkbox, Multiple Select.

Cleaning

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Mass delete materials.
If your site has a lot of spam, you can use this module, you can select the criteria for removal and to remove unnecessary nodes.
Similar work module does VBO.

This only Drupal 6.x version.

Add Plugins

Component type

module

Maintenance status

Development status

Downloads

3441

Component created

Component changed

Do you ever find yourself creating a custom utility module just for adding your own custom ctools plugins (such as layouts or content types)? Ever find yourself using the same custom layouts on every site, or wanting to quickly add in some panels content types on a new site without having to manually go and create a module all over again?

Cache Inspector

Component type

module

Categories

Maintenance status

Development status

Downloads

1942

Component created

Component changed

The module "Cache inspector" is a module to watch whats going on in the drupal cache tables. It is the ultimate Drupal cache viewer. It uses the fancy krumo viewer to show the strings, arrays, object etc. which are stored in the cache tables. The module is extremely useful for developers who want to understand the drupal built in cache mechanism.

Dependencies

The cache inspector module needs the devel module to be installed.

Devel Email

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Diverts all emails to watchdog. Tool for developers to test email sending in a development environment. This is not meant for production websites. This functionality was lost in the D7 version of devel.

Custom Date Format Examples

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a basic Drupal 7 example module of leveraging custom date formats via a module with drupal. These formats can then be used for Views, nodes, theming and more. This has come in really handy for some client projects over the past months so I thought I would share this. I have no plans to release this as a full module, it will just stay here in a sandbox.