TravisSpangle / redmine_spent_time_in_issue_description

Redmine Plugin that drops Time Entry data into the Issue Description
16 stars 16 forks source link

Managing different revisions of issues/show.html.erb #14

Closed TravisSpangle closed 9 years ago

TravisSpangle commented 9 years ago

I'm currently managing the different versions of issues/show.html.erb with Git branches. I'm concerned this will be too cumbersome to maintain and use.

Instead I can store every revision of the file with the format show.html.erb.revision. In the init.rb I can detect the current revision with Redmine::VERSION.revision and copy the correct show.html.erb.revision file as show.html.erb

This would be an improvement to users who upgrade their Redmine applications with new versions. The plugin would handle the changes that need to happen on it's own. My concern at this point is adding to the initial load of starting the application.

Currently seeking advice in the forums.

TravisSpangle commented 9 years ago

This enhancement has been merged into master.