Skip to content

Commit

Permalink
possible for changesets to have different project and hence different…
Browse files Browse the repository at this point in the history
… repository.
  • Loading branch information
ippeiukai committed Feb 9, 2012
1 parent bd6aea3 commit 8e5cb8a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 52 deletions.
4 changes: 3 additions & 1 deletion app/views/issues/_changesets.rhtml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<%= call_hook(:view_issue_show_changesets, :changesets => changesets) %>
<% changesets.each do |changeset| %>
<%= call_hook(:view_issue_show_changeset, :changeset => changeset) %>
<% end %>
9 changes: 0 additions & 9 deletions app/views/issues/_changesets_github.rhtml

This file was deleted.

10 changes: 0 additions & 10 deletions app/views/issues/_changesets_original.rhtml

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/settings/_changesets_github_settings.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<% Project.all().each do |proj| %>
<p>
<label><%=h proj.identifier%></label><%= text_field_tag "settings[#{proj.identifier}]", @settings[proj.identifier], :size => 70 %>
<label><%=h proj.name%></label><%= text_field_tag "settings[#{proj.identifier}]", @settings[proj.identifier], :size => 70 %>
</p>
<% end %>
</fieldset>
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'redmine'

require 'issue_changesets_listener'
require 'issue_changeset_listener'

Redmine::Plugin.register :redmine_issue_changesets_view_link_github do
name 'Redmine Issue Changesets View Link Github plugin'
Expand Down
30 changes: 0 additions & 30 deletions lib/issue_changesets_listener.rb

This file was deleted.

0 comments on commit 8e5cb8a

Please sign in to comment.