Error Level Permission

Component type

module

Categories

Maintenance status

Development status

Downloads

953

Component created

Component changed

This module overrides the error level setting with a permission.

So you can
* have a sitebuilder role (or even a special debugger role) see errors and notices
* have others not see errors and notices.

You may also like Role toggle with this.

rules random

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

A simple rule action to generate either a random string or integer. Can define the length of the random result. For random strings, can also choose to include numbers and lowercase letters.

drush_vset_array

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Update a value in a multidimensional associative array using drush.

E.g.

variable_set('my_array', array('foo' => array('bar' => 0)));

drush vseta my_array foo bar 1

print_r(variable_get('my_array'));

outputs:

Array( [foo] => Array( [bar] => 1 ) )

Rules Get Real Path

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This is a very simple rules action which, when provided with a file entity, returns the real local file path of that entity - useful if you are doing server side processing of the file.

Rules Reldate

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

112

Component created

Component changed

Rules Reldate adds an action to Rules that allows you to create a new variable that is a relative date from a given date field value. By default Rules allows you to add an offset to a date fields, however the duration settings of Rules limits that to an arbitrary amount of time.