Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
"Legal holidays" is a module that interacts with the date- and calendar-module to provide information of legal holidays all over the world to the calendars.
This provides a mechanism for content admins to specify that the current value of a field on an entity should not be overridden the next time it is updated by feeds.
Provides a field type that combines a long text field (with or without text formats) together with a title, and a number of field display formatters that allow to display this field as various jQue
Simplifies management of big taxonomies with huge number of terms by putting them into groups (by semantic or any other attribute or criterion).
It creates the Groups vocabulary (so the group is just a term in this vocabulary) and then uses the term_relation Drupal DB table to put terms into groups (as the related terms feature is mostly of no use in Drupal 6 and was removed from Drupal 7).
Bulk operations (put/move terms into group and merge terms) are done through the Views Bulk Operations (module comes with one default view).
So instead of looking at the whole list of all the terms in vocabulary, you can put terms into separate groups and manage them inside the groups.
So the module creates user interface at admin/content/taxonomy_groups (restricted by the 'administer taxonomy' permission). It lists all the created groups, allows to add new group (you can also do this by managing Taxonomy Groups vocabulary) and then lists all the terms by groups allowing to drill down into any group and move terms into/between them, merge terms and delete any term.