Needs work
Project:
Auto Tagging
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2009 at 18:12 UTC
Updated:
20 Apr 2010 at 00:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
IncrediblyKenzi commentedThis is by design.. There's no simplistic way of determining if the node's content changed; as a result we re-process the node to fetch tags.
I don't want to close this outright without your feedback, but as it stands I'm not convinced it incurs significant overhead by forcing a tag update on update as well as insert.
Comment #2
damienmckennaThe issue is control - content editors may not wish to resubmit the node. In effect, currently there's no way to remove a term that gets added, as each time it'll be re-submitted and the terms added again.
Comment #3
damienmckennaHere's an initial patch. Note: it moves the guts of the nodeapi hook into a separate file.
Comment #4
IncrediblyKenzi commentedI think this should probably be a bitmask.. There are a couple of other options that could be included:
1. apply autotagging on insert
2. apply autotagging on update
3. apply autotagging on both
4. ask user on update to apply autotagging
5. ask user on insert to apply autotagging
Good start however.
Comment #5
Archnemysis commentedSubscribing. Would certainly appreciate this feature request.