Posted by mlncn on June 25, 2007 at 1:31pm
There's a patch to improve the handling of taxonomy terms applied to nodes which would also help contributed modules deal with them. Status is that it has to be re-rolled and then reviewed.
There's a patch to improve the handling of taxonomy terms applied to nodes which would also help contributed modules deal with them. Status is that it has to be re-rolled and then reviewed.
Comments
Yeah, I also wrote one of
Yeah, I also wrote one of those.. ;)
I'm not that much concerned about speed any more (deleting all and insert all again vs applying the changes).
But I think the taxonomy module could benefit from a lot more restructuring. So the autocomplete logic should be separated out of the taxonomy_node_save, best would be if it could go into the form fields value callback (required patch)
Then there are quite some multiple formats, how $node->taxonomy is built. Perhaps it would make sense to adapt this to one in any case suitable version.