Drush Taxonomyinfo
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Get information about taxonomies and their terms with Drush.
Installation
With drush:
drush dl drush_taxonomyinfo
With git:
Get information about taxonomies and their terms with Drush.
With drush:
drush dl drush_taxonomyinfo
With git:
A modified version of the profiler library beta1 that doesn't disable all blocks
(Profiler beta2 was not used because it's giving me trouble https://www.drupal.org/node/2278487 )
https://www.drupal.org/project/profiler
https://www.drupal.org/node/1165672#comment-9037649
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:
Install as you would normally install a contributed drupal module.
See
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.
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.
The Bootstrap Formatters module adds additional field formatters to convert your fields into Twitter Bootstrap Elements.
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.
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.
A series of useful Drush commands for developers