Feature #328
closedLog any changes to the issue. description ,subject etc.
0%
Description
It would be good to also to include as part of the history every time there is a change in the description or subject.
this way you can know if someone changed it and when.
If there is already a way to know that please let me know.
thanks a lot
Related issues
Updated by Jean-Philippe Lang over 17 years ago
As far as i know, subject changes are logged.
See: http://demo.redmine.org/issues/show/2 for example (look
at the last change).
If you want to save description changes, just change:
(Issue.column_names - %w(id description)).each {|c|
to:
(Issue.column_names - %w(id)).each {|c|
in app/models/issue.rb (line 64 in rev473)
Note that values shown in the history will be truncated to 255
chars, since value and old_value columns of journal_details table
are varchar255.
Updated by Mar T over 17 years ago
Thanks i will try that.
The reason i asked for the description. is so when someone
makes an issue request or reports it, they cant just change
it without noticing it.
Thanks for the reply.
Updated by Artem Vasiliev about 17 years ago
+1!
The tracker looks really good but this feature is a must to me.
It's really good if this is so easy to hack but I suggest to
also include it in Demo (it's not there yet - just tried it).
Updated by Artem Vasiliev over 16 years ago
Notice there's a separate ticket on description history diffing, #746
Updated by Artem Vasiliev over 16 years ago
Patch created closing this issue, #1717
Updated by Felix Schäfer over 14 years ago
- Status changed from New to Closed
Closing this issue in favor of #746.