Closed (fixed)
Project:
Delete Orphaned Terms
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Oct 2009 at 11:04 UTC
Updated:
19 Mar 2010 at 13:20 UTC
hello
thanks for this small but very useful module ...
would it make sense to put cron support in it? i know dangerous functionality :)
i didn't check if rules support something like this ...
greetings momper
Comments
Comment #1
matt v. commentedmomper,
There is a delete_orphaned_terms_cron function in the current development release of the module, but it's commented out. I originally wrote the module to function through cron, but I later opted to use a form instead. I haven't tested the cron functionality in a while, but you may just need to uncomment that section of the code. When I have a little more time, I plan to add the cron functionality back in, but with an associated form for configuring it.
Comment #2
momper commentedexcellent - thanks ...
Comment #3
jmroth commentedPlease see http://drupal.org/node/726654
This release adds the following options:
- Whitelist/blacklist,
- option to only prune tag based vocabularies,
- option to remove empty vocabularies (see also whitelist/blacklist below),
- simulation of what would be removed,
- failsafe parameter
Comment #4
jmroth commentedI guess we can say that this is done.