Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Changelog #3

Open
sigurhel opened this issue Feb 17, 2011 · 6 comments
Open

Changelog #3

sigurhel opened this issue Feb 17, 2011 · 6 comments

Comments

@sigurhel
Copy link

When changing author there is no changelog, so there is no way to see if the issue author was changed. which is important for traceability

@fragtom
Copy link
Owner

fragtom commented Feb 17, 2011

Mh, I have not implemented the log for author-change, I will implement that and will make it available per setting.
Best,
Tom

@brian-kjelin
Copy link

I can see that the setting "log in issue history? Changes will be logged in history of that issue) Is avalible", but it do not have any effect on the log.
I guess that it means that there is a setting but not yet any implementation to reflect the setting?

@fragtom
Copy link
Owner

fragtom commented Mar 24, 2011

You're right, the feature isn't ready up to now.. sorry for that.. I'll inform you about any news on that.
tom

@brian-kjelin
Copy link

Thanx Tom for your fast reply.
I'll be waiting for the last implementation that I think will complete this feature.
Do you have any other plans for this plugin?
/Brian

@jbartlau
Copy link

jbartlau commented Dec 2, 2011

Second that, it would be very valuable if the changelog would be updated. Icing on the cake for this otherwise very useful plugin - we use it almost every day. Thanks very much.

@silentenno
Copy link

Maybe this could help:

Have a look at http://stackoverflow.com/questions/10451225/how-to-add-history-item-from-redmine-plugin

and AAK did answer:

found the answer.
I just added notes to the existing journal.

issue = @review.issue 
issue.journals << Journal.new(:journalized => issue, 
                              :notes => "Created review request for #{@review.group.lastname}", 
                              :user_id => @review.user.id) 
  • At clicking at "change author" it should remember the acual issue and user of the issue.
  • At saving the new author - only if it was changed - it should add the journal
                              :notes => "Author: Changed from \"Old\" to \" #{@review.group.lastname}\"  ", 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants