CHANGELOG.txt |
CHANGELOG.txt |
|
delete_orphaned_terms 7.x-2.x, 2010-03-04
-----------------------------------------
#679606: by jmroth: first development snapshot for 7.x API
- port of 6.x-2.x-dev to 7.x API
- replaced relevant taxonomy functions with 7.x counterpart
- working… |
delete_orphaned_terms-rtl.css |
delete_orphaned_terms-rtl.css |
|
.form-item-delete-orphaned-terms-whitelist,
.form-item-delete-orphaned-terms-blacklist,
.form-item-delete-orphaned-terms-failsafe,
.form-item-delete-orphaned-terms-failsafe-all {
float: right;
width: 50%;
} |
delete_orphaned_terms.admin.inc |
delete_orphaned_terms.admin.inc |
|
Admin page callback file for the delete_orphaned_terms module. |
delete_orphaned_terms.css |
delete_orphaned_terms.css |
|
.form-item-delete-orphaned-terms-whitelist,
.form-item-delete-orphaned-terms-blacklist,
.form-item-delete-orphaned-terms-failsafe,
.form-item-delete-orphaned-terms-failsafe-all {
float: left; /* LTR */
width: 50%;
} |
delete_orphaned_terms.info |
delete_orphaned_terms.info |
|
name = Delete Orphaned Terms
description = "Delete orphaned terms from taxonomy, i.e. those no longer referenced by any node."
core = 7.x
dependencies[] = taxonomy
package = "Other"
files[] = delete_orphaned_items.module
files[] =… |
delete_orphaned_terms.install |
delete_orphaned_terms.install |
|
Install, update and uninstall functions for the delete_orphaned_items module. |
delete_orphaned_terms.module |
delete_orphaned_terms.module |
|
Delete Orphaned Terms - deletes orphaned terms from taxonomy. |
README.txt |
README.txt |
|
Delete Orphaned Terms
http://drupal.org/project/delete_orphaned_terms
===============================================
DESCRIPTION
-----------
This module provides a way to clean up taxonomy vocabularies, by removing those terms that are no longer… |