error_aggregator

Component type

module

Maintenance status

Development status

Downloads

931

Component created

Component changed

Introduction

This module is reated for helping keep your site clean of errors and notices.
Some drupal sites has one error that is repeat very frecuently so you can't see
any other errors or events on your watchdog.

This search php errors on every cron execution and show then into a single
page.

REQUIREMENTS
This module requires the following modules:

  • dblog (core module)

INSTALLATION

Install as you would normally install a contributed drupal module.
See

module_status

Component type

module

Maintenance status

Development status

Component created

Component changed

This module gives you control of which modules should be enabled and disabled per environment (production, stage, development).

It also makes environments more secure by not letting anyone manually change module statuses of modules not meant to have their statuses changed.

Key features:
- Module statuses return to their preferred status when cron is run.
- Locks the status of modules you don't want to be able to change manually.

No matter the type of environment or type of site, this module does it's job.

Validator

Component type

module

Categories

Maintenance status

Development status

Downloads

459

Component created

Component changed

What is the Validator?

This module provides an advanced and flexible way for developers to validate forms, entities and fields. Using a simple system of hooks and user defined constraints everything in Drupal can be validated.

It was created to overcome the vast number of form alters and custom validation functions. It helps create a clear structure for defining your custom validation. It also helps re-using constraints across multiple forms and/or entities.

Listserv

Component type

module

Categories

Maintenance status

Development status

Downloads

470

Component created

Component changed

This module utilizes email to subscribe and unsubscribe users from a listserv that is defined by an administrator. It creates two blocks(subscribe and unsubscribe) that gives users the abiltity to enter their email address to subscribe and unsubscribe from a listserv.

The module also allows other modules to use the listserv_listserv_subscription function to subscribe and unsubscribe a user from their modules.

Autocomplete Dependent Population

Component type

module

Maintenance status

Development status

Downloads

1673

Component created

Component changed

This module provides ability to populate dependent form elements of an autocomplete form element with proper values.
This module introduces "autocomplete_dependee" type form element which allows to create an autocomplete field.
You can define form elements which will be populated when the value from autocomplete suggestion is selected. This
form elements can be of following type:

Textfield
Textarea
Dropdown
Radio button
Checkboxes

For further information check the README.txt file.