Redmine Issue History Tabs Plugin
Added by Konstantin Zaitsev about 2 years ago
Simple plugin that represent issue history in two tabs "All" and "Comments". "Comments" tab is displayed initially.
Plugin can be downloaded from http://kosz-redmine-tools.googlecode.com/files/redmine_issue_history_tabs_0.0.1.zip
Replies (14)
RE: Redmine Issue History Tabs Plugin - Added by Dan Bendt about 2 years ago
This is a very nice plugin, and something I've been searching for. Good work Konstantin!
RE: Redmine Issue History Tabs Plugin - Added by Mischa The Evil about 2 years ago
- it overloads the source:/trunk/app/views/issues/_history.rhtml view, thus core-changes in that view should be handled if they affect the plugin;
- maybe it would be nice to introduce a plugin-setting to select which tab should be displayed initially?
I also noted that the plugin is developed for source:/branches/0.8-stable without compatibility for the bleeding-edge code in source:/trunk.
I've created a small patch (which also reversioned plugin-version from 0.0.1 to 0.0.2) which fixes compatibility with the Redmine trunk. I'll attach it here. I believe though, that it breaks compatibility with the source:/branches/0.8-stable (which can be fixed with some more coding).
Maybe you'll want to add the plugin to the Redmine plugin list (if you are planning on maintaining this plugin over time)?
Kind regards and thanks for posting the announcement,
Mischa.
trunk_compatibility-001_to_002.patch (1.5 kB)
RE: Redmine Issue History Tabs Plugin - Added by Alexey Skor almost 2 years ago
Kostya, are you going to keep working on this plugin?
RE: Redmine Issue History Tabs Plugin - Added by Konstantin Zaitsev almost 2 years ago
There is a version for redmine 0.9 http://kosz-redmine-tools.googlecode.com/files/redmine_issue_history_tabs_0.0.2.zip
RE: Redmine Issue History Tabs Plugin - Added by Alexey Skor almost 2 years ago
Thanks! we will try it.
RE: Redmine Issue History Tabs Plugin - Added by Dylan Yee over 1 year ago
This feature doesn't seems to work at redmine version 1.0. Display an issue without comment is ok, but display an issue with comment will results internal error. Kostya can you please help to fix this as this is a really good feature. Thanks~
RE: Redmine Issue History Tabs Plugin - Added by Akshat Pradhan over 1 year ago
I'm getting the same thing after installing the plugin. I have a default redmine installation that is running as root in a development environment for the time being. It is using webbrick
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.
Back
production.log
ActionView::TemplateError (undefined method `notes' for {:reply_links=>true}:Hash) on line #14 of vendor/plugins/redmine_issue_history_tabs/app/views/issues/_hi
story_all.rhtml:
11: <li><%= show_detail(detail) %></li>
12: <% end %>
13: </ul>
14: <%= render_notes(journal, :reply_links => reply_links) unless journal.notes.blank? %>
15: </div>
16: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %>
17: <% end %>
app/helpers/journals_helper.rb:23:in `render_notes'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:14:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47iss
ues47_history_all46rhtml_locals_history_all_journals_object_reply_links'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:2:in `each'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:2:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issu
es47_history_all46rhtml_locals_history_all_journals_object_reply_links'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history.rhtml:24:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issues4
7_history46rhtml_locals_history_issue_journals_object'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history.rhtml:23:in `each'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history.rhtml:23:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issues4
7_history46rhtml_locals_history_issue_journals_object'
app/views/issues/show.rhtml:92:in `_run_rhtml_app47views47issues47show46rhtml'
app/controllers/issues_controller.rb:124:in `show'
app/controllers/issues_controller.rb:123:in `show'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
Rendering /root/redmine-1.0.0/public/500.html (500 Internal Server Error)
Processing IssuesController#show (for 38.97.106.66 at 2010-08-17 13:33:16) [GET]
Parameters: {"action"=>"show", "id"=>"15", "controller"=>"issues"}
Rendering template within layouts/base
Rendering issues/show.rhtml
ActionView::TemplateError (undefined method `notes' for {:reply_links=>true}:Hash) on line #14 of vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:
11: <li><%= show_detail(detail) %></li>
12: <% end %>
13: </ul>
14: <%= render_notes(journal, :reply_links => reply_links) unless journal.notes.blank? %>
15: </div>
16: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %>
17: <% end %>
app/helpers/journals_helper.rb:23:in `render_notes'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:14:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issues47_history_all46rhtml_locals_history_all_journals_object_reply_links'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:2:in `each'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history_all.rhtml:2:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issues47_history_all46rhtml_locals_history_all_journals_object_reply_links'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history.rhtml:24:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issues47_history46rhtml_locals_history_issue_journals_object'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history.rhtml:23:in `each'
vendor/plugins/redmine_issue_history_tabs/app/views/issues/_history.rhtml:23:in `_run_rhtml_vendor47plugins47redmine_issue_history_tabs47app47views47issues47_history46rhtml_locals_history_issue_journals_object'
app/views/issues/show.rhtml:92:in `_run_rhtml_app47views47issues47show46rhtml'
app/controllers/issues_controller.rb:124:in `show'
app/controllers/issues_controller.rb:123:in `show'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
RE: Redmine Issue History Tabs Plugin - Added by Paul paul over 1 year ago
Does not work with RM 1.0.1.
RE: Redmine Issue History Tabs Plugin - Added by Marton Danoczy over 1 year ago
Konstantin, this is a really useful feature, it would be great if you could update the plugin to work with Redmine 1.0!
RE: Redmine Issue History Tabs Plugin - Added by Joerg Landsiedel over 1 year ago
Hi Konstantin, very useful plugin. I would also like to see it working in 1.x. Thanks in advance!
RE: Redmine Issue History Tabs Plugin - Added by Bruno Samora about 1 year ago
I didn't see the plugin running, but it seems to be a great idea.
Is there any plan to provide 1.x support?
RE: Redmine Issue History Tabs Plugin - Added by Dan North 12 months ago
I forked the project and pushed a fix at https://github.com/tastapod/redmine_issue_history_tabs/commit/7f8c724e8c879d96368375f799586c747bdf593f
You can get it with:
$ git clone git://github.com/tastapod/redmine_issue_history_tabs.git vendor/plugins/redmine_issue_history_tabs
RE: Redmine Issue History Tabs Plugin - Added by Marton Danoczy 12 months ago
Great, it works perfectly well, thanks a lot!
RE: Redmine Issue History Tabs Plugin - Added by Adam Sneller about 1 month ago
Editing a comment in 1.2.2 (using Dan North's fork) does not work. This is a known issue. Can anyone help figure this out??
(1-14/14)