Taxonomy dupecheck

Component type

module

Maintenance status

Development status

Downloads

6234

Component created

Component changed

Taxonomy dupecheck module prevents Drupal administrators from adding duplicate taxonomy vocabularies and/or terms. It's helpful when entering large amounts of terms or vocabularies in situations where each value must be unique. This saves time by preventing administrators from having to enforce a unique value policy through later cleanup of duplicate terms.

Searchsense

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

A module suite providing extensible, configurable and fast typeahead ability for the core search. Also it might be used as an API.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

Taxonomy Share

Component type

module

Categories

Maintenance status

Development status

Downloads

245

Component created

Component changed

This is a light-weight module that allows you to connect to the database of a remote site and import a vocabulary's taxonomy terms into a current or new vocabulary on the local site.

Assumptions:

  1. You have knowledge of the remote site's database connection information.
  2. You have access to the settings.php file of the local site.

Supporting Information:

Workbench Access

Component type

module

Maintenance status

Development status

Downloads

202397

Component created

Component changed

Workbench Access creates editorial access controls based on hierarchies. It is an extensible system that supports structures created by other Drupal modules.

When creating and editing content, users will be asked to place the content in an editorial section. Other users within that section or its parents will be able to edit the content. A user may be granted editorial rights to a section specific to his account or by his assigned role on the site.

The module supports Taxonomy and Menu modules for the management of access hierarchies.

Note that the module only controls access to content editing. It does not provide any content filtering of access restrictions for users trying to view that content.

tacl

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Taxonomy based Access Control List module provides taxonomy-based access to the nodes. tacl module provides only a common API but this package also contains a "frontend" - tacl_user that allows for managing per-user, taxonomy based permissions.

The target audience are site builders (tacl_user) and developers (tacl).

Taxonomy cleanup

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a tab to each vocabulary, that lists all terms not attached to any current vocabularies, and allows you to delete them in one go.

Issues:

- The query scales well enough for tens of thousands of nodes and terms, but probably won't for hundreds of thousands or millions
- This could do with being a paged list + checkboxes so you can choose which terms to delete.

Node Relativity Inherit Terms

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows admins to select a 'Parent' type from which all attached 'descendant' nodes will inherit vocabulary terms. The 'Parent' type obviously can only be one that is allowed to enter into node relativity relationships. The admin can also select which (or all) vocabularies will be inherited by descendant nodes and from which terms will be inherited.
Then, whenever a new child node is attached it will automatically inherit the parent node's selected vocabularies and terms. Also, when new terms are added to the parent node they will be passed down to descendants.

Taxonomy Menu Minipanels

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides some glue between the taxonomy_menu module and the menu_minipanels module. It makes it possible to use a single menu minipanel for multiple taxonomy based menu-items. The mini-panel should take a taxonomy term as its context. We'll then check to see if a menu item has a related term and pass it to the mini-panel.