Undev / redmine_close_button

Redmine Close Issue button plugin
https://github.com/Undev/redmine_close_button
Apache License 2.0
58 stars 30 forks source link

Redmine 2.x support #20

Closed logical-and closed 12 years ago

logical-and commented 12 years ago

Hi akzhan!

Is your plugin compactible with Redmine 2.x? When I start server I got an error. Thanks!

edited: Changed author nickname.

ActionView::Template::Error (Missing partial issues/close_button with {:locale=>[:ru, :en], :formats=>[:htm      l], :handlers=>[:erb, :builder, :rsb, :rjs]}. Searched in:
  * "/var/www/redmine/plugins/redmine_importer/app/views"
  * "/var/www/redmine/plugins/redmine_close_button/app/views"
  * "/var/www/redmine/app/views"
):
    61:     <% end %>
    62: 
    63: <%= render_custom_fields_rows(@issue) %>
    64: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %>
    65: 
    66:
    67: <% if @issue.description? || @issue.attachments.any? -%>
  lib/redmine/hook.rb:110:in `block in render_on'
  lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
  lib/redmine/hook.rb:61:in `each'
  lib/redmine/hook.rb:61:in `block in call_hook'
  lib/redmine/hook.rb:58:in `tap'
  lib/redmine/hook.rb:58:in `call_hook'
  lib/redmine/hook.rb:151:in `call_hook'
  app/views/issues/show.html.erb:64:in `_app_views_issues_show_html_erb__2428432663096796031_28254800'
  app/controllers/issues_controller.rb:118:in `block (2 levels) in show'
  app/controllers/issues_controller.rb:115:in `show'
akzhan commented 12 years ago

Looks like not yet compatible.

I need free time to create fresh Redmine 2 installation and handle that case.

logical-and commented 12 years ago

Ok, thanks. Please let me know, if I can give you any help.

pavian57 commented 12 years ago

an update to 2.0 would be highly appreciated. could help to test.

akzhan commented 12 years ago

I will update plugin shortly if anybody create and share VirtualBox image with Redmine 2 on the board.

I have no time yet to install it.

pavian57 commented 12 years ago

you could us on of the images from here http://bitnami.org/stack/redmine#virtualMachine, they are for VMware, but should work on Virtualbox as well.

saintxseiya commented 12 years ago

Yes please update this mighty plugin! :)

Really good work, keep it up!

archonwang commented 12 years ago

I've updated for Redmine 2.0.3 and made a pull request. please check it.

https://github.com/Undev/redmine_close_button/pull/21

akzhan commented 12 years ago

@archonwang Thanks for your contribution.