Active
Project:
Comment alter taxonomy
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 12:07 UTC
Updated:
17 Jun 2010 at 07:06 UTC
when a user creates a comment and changes some term, is it possible to show the change with the comment? similar to what drupal.org does with the issues, the change it's shown with the comment...
thanks
Comments
Comment #1
aclight commentedThe comment alter taxonomy (CAT) module does support doing this for Issue nodes that are handled by the Project issue tracking module (which is the module used for issues on drupal.org). Since this module was designed for exactly this purpose, I have not included any functionality in the module to display term changes in comments, since any such functionality would basically have to duplicate that functionality already in the project_issue module.
I'm not entirely opposed to adding this feature to display changes on nodes where $node->type != 'Issue', so I've changed the category of this issue to feature request.
I think it should be possible to do this yourself in a separate module, if you wanted to write something yourself before I get around to adding it to CAT. Or, I'd be glad to review a patch to CAT that added the functionality.
Comment #2
lelizondo commentedThe project module is a great module, but sometimes it's just too much for something simple like assigning tasks and watch progress.. I'll take a look to the project module to see what can I do..
If I write a patch I'll post it here..
Thanks
Comment #3
damien tournoud commented@aclight: well, one solution could be to abstract the comment diffing logic of project_issue into a separate module.
Comment #4
aclight commented@Damien Tournoud: Yes, that's certainly a possibility. I'm not sure, but I do think I took a look at how easy this might be to do and decided that the diffing and display logic in project_issue was not going to be super easy to abstract into a separate module. However I didn't give it too close of a look.
It's really more the display logic that we'd need to abstract, however, as comment_alter_taxonomy does all of the diffing logic itself by implementing the hook for the project_issue module.
Comment #5
Flying Drupalist commentedComment #6
ManyNancy commentedIs there any news on this?
Comment #7
rjdjohnston commentedsubscribe
Comment #8
cashwilliams commentedYep, exactly what I need. Subscribe
Comment #9
SlipAngel commentedThis is of interest to us as well.
Comment #10
jennifer.chang commentedsubscribe